-
Apprentice
[Batch] Snake Game
This is a little snake game project I made in Batch. Yes, Batch. Well I won't practically call it a "Snake Game" yet because I haven't found a way to make the snake 'grow'. Screenshots:




Log File when in Debug mode
Trac: http://my-trac.assembla.com/snakes/timeline
Svn: http://my-svn.assembla.com/svn/snakes/
Keys are W,A,S,D or 8,4,2,6
Revision 1:
-Added first revision
-Added choice W
-Added choice S
-Added choice A
-Added choice D
-Added choice 8
-Added choice 2
-Added choice 4
-Added choice 6
-Added choice P
-Added choice Q
-Added Command Point :up
-Added Command Point :down
-Added Command Point :left
-Added Command Point :right
-Added Command Point :lose
-Added Command Point :close
-Added (X,Y) printing system
Revision 2:
-Added debug switch (/debug)
-Added life display system
-Added step system
-Added :revive command point
-Added redirection commands to debug
-Added (A,B) point system
-Added :score system which sets a new point randomly within maximum and minimum value of (A,B)
-Added level system
-Deleted pause.sud as it is not needed. Replaced it with loop program.
Revision 3:
-Removed Enter.exe; it's not needed anymore
-Added unable to move opposite direction
Revision 4:
-Added auto-delete when player quits window
Revision 5:
-Added Menu
-Brushed up the auto delete system
Revision 6:
-Moved Snakes.bat inside folder
Revision 7 (Current Version):
-Fixed del.vbs
-
-
Gamma