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