Requirements
You are expected to send a .zip file (only one) to l.araujo@innopolis.university that contains the following items:
​
-
A single .java file representing your bot
-
Your class should ​implement the Bot interface
-
If you need extra classes or customize the existing ones, you can create nested classes inside your bot class
-
-
A submission form (.txt or .pdf) indicating the names and e-mail addresses of participants, team name and a brief description (up to 150 words) of your implementation.
-
A folder with the .json, .csv, .txt, .jar files that your program requires (optional)
-
In case you need a certain library, put the JAR files in this folder and notify us about this requirement for running your bot.
-
​
Guidelines
Instructions on how to develop your AI Snakes bot can be found at the following online resources:
​
GitHub repository:
https://github.com/BeLuckyDaf/snakes-game-tutorial
​
Playlist teaching from zero to hero:
https://www.youtube.com/playlist?list=PLo1hWvSDW4TIE7mcCjnegYAgdBJP5BNnA
​
Step-by-step tutorial:
https://hackmd.io/xtYO1rSjQOC9vq0A5EH5FA?view
​