The contestants will be required to implement their own AI agent (snake) in Java programming language. The objective of each agent would be to remain the last snake alive on the map or score the biggest amount of points by eating apples in 3 minutes.
You are expected to send a .zip file (only one) to ljonata@gmail.com 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, the name of the team 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.
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: