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
GitHub
GitHub - yetalit/Terminal-SnakeGame: Terminal snake game from scrat...
Terminal snake game from scratch (without 3rd party libraries) in mojo and a bit of C - yetalit/Terminal-SnakeGame
5 Replies
Caroline Frasca
Caroline Frasca7mo ago
This is super cool!!
Sarctiann
Sarctiann7mo ago
I would love for mojo to have its own input function, and to receive a flag to be non-blocking.
DobyDabaDu
DobyDabaDuOP7mo ago
Agree. That would be useful
Caroline Frasca
Caroline Frasca6mo ago
@DobyDabaDu any chance you'd like to share/demo this during our community meeting on October 21st?
DobyDabaDu
DobyDabaDuOP6mo ago
I'll send you a message regarding this!

Did you find this page helpful?