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.
LeviathanCoding (128)
Nice! I got 16
Whippingdot (552)
gud job brah
SilvermoonCat (429)
great! just gets TOO fast for my preference
ykdojo (276)
@SilvermoonCat How about now? I made it a bit slower
Coder100 (16855)
I am yet to see a snake game made in curses
ykdojo (276)
@Coder100 I actually tried making it, and it's basically pretty similar to this code. I decided not to post it cause it doesn't look quite as good with just ascii.
Coder100 (16855)
reee#
> ⬜️
@ykdojo
ykdojo (276)
@Coder100 haha you should make it!
nice!
@LorenzoCampos Thank you!!