Skip to content

This program allows the user to play the game snake, and even allows two play mode with a couple AIs

Notifications You must be signed in to change notification settings

The-Ofek-Foundation/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!!

About

This program allows the user to play the game snake, and even allows two play mode with a couple AIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published