Terminal Snake Game: from scratch (no 3rd party libraries)
I made a terminal snake game from scratch (without third party libraries) in mojo and a bit of C.
C is used to detect user's keystrokes. The rest is in mojo.
https://github.com/yetalit/Terminal-SnakeGame
C is used to detect user's keystrokes. The rest is in mojo.
https://github.com/yetalit/Terminal-SnakeGame
GitHub
Terminal snake game from scratch (without 3rd party libraries) in mojo and a bit of C - yetalit/Terminal-SnakeGame
