1
0
Fork
You've already forked snake
0
Terminal snake game in C
  • C 100%
2023年09月25日 01:22:01 +02:00
.gitignore base movement kind of works 2023年06月07日 08:07:28 +02:00
coordinate.h Use typedef to avoid having to type struct/enum every time 2023年09月23日 21:40:31 +02:00
food.c pass parameter by const pointer instead of by value in function 2023年09月23日 22:03:12 +02:00
food.h pass parameter by const pointer instead of by value in function 2023年09月23日 22:03:12 +02:00
main.c Adjust board width 2023年09月25日 01:22:01 +02:00
snake.c Remove separate file for defining the board, pass the board as a 2023年09月23日 22:15:17 +02:00
snake.h Remove separate file for defining the board, pass the board as a 2023年09月23日 22:15:17 +02:00
utils.c fixed issue where food could spawn on snake and break game, this brought with it a few changes in the overall project structure 2023年06月09日 12:56:12 +02:00
utils.h fixed issue where food could spawn on snake and break game, this brought with it a few changes in the overall project structure 2023年06月09日 12:56:12 +02:00