Text based simple snake game written in python
|⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ▲⬜⬜⬜⬜ ♥⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ■⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ■⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ■⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ■⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ■⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ■⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜ ■ ■ ■⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
|⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜|
Use arrow keys to navigate the snake. If you press any key other than arrow keys the game won't run correctly.
- Download or Clone Project
- Navigate To The Root of The Project
- Open Terminal
For Linux & Mac, Type
python3 main.py
& Press Enter
- Make Sure Python3 Is Installed On Your System
- This program does not work on Windows because it requires the termios module that will work only on Unix.