INTRODUCTION
Snake Pitcher is a MS-DOS verison of the well-known game Snake. The goal is to collect as many coins as possible before you
die. Every coin you eat will make your snake longer, so it gets more difficult to move around without crashing.
NOTES
Because this game was programmed in Turbo Pascal for MS-DOS, it had to be fixed to run on fast systems because of a run-time
bug in Turbo Pascal. The consequences of this fix is that the timing is not correct anymore, and the game will run too fast
on fast systems.
CREDITS
|
Programming |
|
Thomas Bolhuis |
|
Graphics |
|
Peter Pankras |
|