pvjc22/du7
2022-06-14 07:59:12 +00:00
..
game Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
main.c Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
main.o Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
Makefile Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
README.md Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
snake.c Загрузил(а) файлы в 'du7' 2022-06-14 07:59:12 +00:00
snake.h Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
snake.o Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
world.c Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
world.h Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00
world.o Загрузил(а) файлы в 'du7' 2022-06-14 07:43:35 +00:00

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).