Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 477 Bytes

File metadata and controls

28 lines (21 loc) · 477 Bytes

snake-bot-cpp

Bot for snake written in C++.

Howto

Run

git clone https://github.com/arthur-snake/snake-bot-cpp.git
cd snake-bot-cpp
Windows
compile.bat
bot.exe
Linux
compile.sh
./bot

Write bot

All bot logic is contained in main.cpp

Declarations and comments are avaliable here