Wednesday, Apr 13, 2022
shippedSnake game movement and collision logic
Anurag built out a snake game in C across four commits, implementing movement mechanics and size tracking.
Work landed in anurag629/Snake-Game-C with an initial commit [1], followed by the core move.c logic [2]. Anurag then added further functionality [3] and implemented size growth mechanics where the snake's length increases [4], likely when it consumes food.
Sources
- first commit · anurag629/Snake-Game-C
- all done now move.c · anurag629/Snake-Game-C
- added · anurag629/Snake-Game-C
- size is increasing · anurag629/Snake-Game-C