snake on terminal 🐍💻
I made a snake game with Python that you can play on terminal - inspired by @LorenzoCampos.
The main differences are:
- Every time you eat an apple, you move faster.
- I implemented it with a single thread, using the blessed library.
- I decided to use blessed instead of curses because of its better unicode support.
IroncladDev
Nice! I got 16
SilvermoonCat
great! just gets TOO fast for my preference
ykdojo
@SilvermoonCat How about now? I made it a bit slower
Whippingdot
gud job brah
Coder100
I am yet to see a snake game made in curses
TimeDragon
What do you mean? Bad words? @Coder100
UniqueOstrich18
@Coder100 i just made one lol
https://github.com/ading2210/snake-cli
nice!
@LorenzoCampos Thank you!!