A simple, classic Snake game playable in your terminal!
- Move the snake using W/A/S/D keys
- Eat apples to grow longer and increase your score
- Two game modes: wall collision (die) or wrap-around
- Game over if you crash into yourself
- Run
main.pyin your terminal:python main.py - Choose your game mode:
- (1) Die on wall collision
- (2) Wrap around walls
- Use W (up), A (left), S (down), D (right) to control the snake
- Press Enter after each move
- Press Q to quit
- Python 3.x
+------------------------------+
|Xoo @ |
| |
| |
+------------------------------+
Score: 2
Check it out here! https://www.youtube.com/watch?v=p4LIyN080zE :)
MIT
snek but in python
Made by @Shohgames