PucKmAn 1.1b

Advanced game related topics
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Berikco.

Hi marcus

There is a DIM error in your code at Line 172 (version 1.1h 17.03.03 )
The Dim is (17,5) and in your loops, you go to (16,9)

Edit: also on other DIM i found errors, array out of bounds, il try to fix it :)


Code: Select all

Dim dif.b(17,5)
Restore difficulte
For i=1 To 16
  For j=5 To 9
  ;Debug Str(i) + "   " + Str(j)
  Read dif(i,j)
  Next j
Next i  
corrected this and works fine here under PB 3.61 + new math lib on XP pro
Edit: Does not work completely, my ghosts ar of the screen :)
Regards,

Berikco

http://www.benny.zeb.be/purebasic.htm
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Marcus.


x.w : Int(x) = :)

Marcus =:)

PucKman + Pure3.61 =:)

:)Fred:)











@+
Marcus
http://perso.wanadoo.fr/marcus.zone
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Marcus.
Originally posted by Marcus


x.w : Int(x) = :)

Marcus =:)

PucKman + Pure3.61 =:)

:)Fred:)











@+
Marcus
http://perso.wanadoo.fr/marcus.zone
@+
Marcus
http://perso.wanadoo.fr/marcus.zone
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Marcus.











@+
Marcus
http://perso.wanadoo.fr/marcus.zone
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Marcus.

PucKmAn * Pure3.62 = PucKmAn 1.1i

jpg 880ko:)
http://perso.wanadoo.fr/marcus.zone/fic ... man1.1.zip

Merci FRED

@+
Marcus
http://perso.wanadoo.fr/marcus.zone
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

:)

Fred - AlphaSND
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Marcus.

New PucKmAn 1.1j
news tableaux , 30niveaux

enjoy

@+
Marcus
http://perso.wanadoo.fr/marcus.zone
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

30 Levels ! Nice :).

Fred - AlphaSND
Marcus
User
User
Posts: 20
Joined: Thu May 08, 2003 9:35 pm

PucKmAn 1.1m

Post by Marcus »

@+
Marcus
Marcus
User
User
Posts: 20
Joined: Thu May 08, 2003 9:35 pm

PucKmAn 1.1r

Post by Marcus »

New IA phantoms
Multi speed pac
---
http://perso.wanadoo.fr/marcus.zone/fic ... man1.1.zip
@+
Marcus
Denis
Enthusiast
Enthusiast
Posts: 704
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Salut Marcus,

Super.

I have all to learn about games...
(J'ai tout à apprendre concernant les jeux...)



Denis
A+
Denis
Marcus
User
User
Posts: 20
Joined: Thu May 08, 2003 9:35 pm

Post by Marcus »

@+
Marcus
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Excellent :)
Post Reply