Snake
This program allows the user to play the game snake, and even allows two play mode with a couple AIs
--------- Let me know if you want me to make it (relatively) easy for you to add your own AI -----------
Usage
- Download program files or jar
- for jar, execute (double click, or java -jar Snake.jar)
- for program files, compile (javac Snake.java)
- run using the html or execute from command prompt (java Snake)
For Developers
- Make your own AI!
- Go the the Make-Your-Own-AI folder
- edit the program inside
- and change the "AIDirection" method in line 209
Enjoy!!!