You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Džubara 9f51634fa6 cv9 1 month ago
..
Makefile cv9 1 month ago
README.md cv9 1 month ago
main.c cv9 1 month ago
snake.c cv9 1 month ago
snake.h cv9 1 month ago
world.c cv9 1 month ago
world.h cv9 1 month ago

README.md

Snake Master

Implement Snake game.

Make the game to pass the automatic tests and make the game to be nice.

Files

Please do not change file names.

  • snake.h: you implementation should follow this header.
  • snake.c: implemement the game according to the documentation in header file in this file to pass automatic tests.
  • Makefile: rules to build the game.
  • main.c: trivial main function that runs the game, modify this file to change the appereance of the game and the initial state.
  • world.c: world game loop and ASCII graphics library (do not change).
  • world.h: world library interface (do not change).