Snake game movement and collision logic
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] first commit anurag629/Snake-Game-C
- [2] all done now move.c anurag629/Snake-Game-C
- [3] added anurag629/Snake-Game-C
- [4] size is increasing anurag629/Snake-Game-C