Page 1 of 1
Pure Memory
Posted: Mon Aug 06, 2007 6:15 pm
by Fluid Byte
My first little game in PB is finally done! Whereas it's not really about the content of the game but you should rather consider it as a learning project instead (for me of course).
It's just a simple Memory clone but should be enjoyable for at least a couple of minutes.
Any kind of bug reports are welcome!
Screenshots:
Download:
http://www.codedreality.de/purememory-en.html
Posted: Mon Aug 06, 2007 6:27 pm
by Bonne_den_kule
Online high score?
Posted: Mon Aug 06, 2007 8:29 pm
by Fluid Byte
No, but certainly a good idea.
Posted: Mon Aug 06, 2007 9:37 pm
by SunSatION
Nice Game.
Bugs : When I press a key(shift,tab,.....) when typing my name, the letter 'A' is showed.
Posted: Mon Aug 06, 2007 10:39 pm
by thefool
I like it

Posted: Mon Aug 06, 2007 11:34 pm
by Fluid Byte
Thanks thefool!
Bugs : When I press a key(shift,tab,.....) when typing mine name, the letter 'A' is showed.
Fixed.
Posted: Wed Aug 08, 2007 12:55 pm
by dige
That game really rocks! Here is a new TileMap:

Posted: Wed Aug 08, 2007 2:01 pm
by Joakim Christiansen
Wow, really nice looking!
Posted: Wed Aug 08, 2007 3:45 pm
by flaith
really nice, i like it too
but don't forget the french keyboard

Posted: Wed Aug 08, 2007 6:57 pm
by Fluid Byte
flaith wrote:but don't forget the french keyboard

Fixed the keyboard input, again! :roll:
Posted: Thu Aug 09, 2007 12:26 pm
by flaith
thanks
BTW did you forget to add a delay ? (process = 99%)

Posted: Thu Aug 09, 2007 2:59 pm
by Fluid Byte
flaith wrote:BTW did you forget to add a delay ? (process = 99%)

I have dual core so I never noticed it but good that you mention it. The game is intended to run with full CPU power but I should add a delay when the program loses the focus.