A basic retro game inspired by engineer-man series in youtube. Go check the original code here.
In the samples folder are simple examples that helped me undertanding the curses library.
- the samlple.py - undertanding the main keys of the library, see more here.
- the colors.py - undertanding who to import the only 8 colors that command line support, see here.
Download and install package from python.org.
Open the command line and type the command bellow.
pip install windows-curses
Go to the location folder and run the snake.py file.
python snake.py
This should appear in your command line.