Deickar/snake-game
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-------------------- INSTRUCTIONS -------------------- (1) Compile the program with the 'make' command. (2) Clean all generated .o files with the 'make clean' command. (3) Run the manually controlled version of the game with './main'. (4) Run the AI version of the game with './main 1'.