1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Pacman for Console
2014-04-26 - 1.3
- improved Makefile: notably a better parameterization allowing a non-admin installation - Thanks to G.raud
- wrote much better comments in code for pacman.c and pacmanedit.c
- fixed bug stopping location of Levels from being changed - Thanks to Doncho Gunchev
2006-12-12 - 1.2
- added a simple level editor
- fixed error messages on GCC 2.96 - Thanks to Gerald Schnabel
- added introduction screen
- invincibility is deactivates once level is complete
2006-12-08 - 1.1
- fixed warning messages on GCC 4.1
- changed background color of blue ghosts to make them more visible
2006-06-09 - 1.0
- initial release
Future Releases:
----------------
1) Different sized mazes
2) Multiplayer
3) World domination
|