项目作者: gabrielnhn

项目描述 :
Snake terminal game written in Python using 'curses' module
高级语言: Python
项目地址: git://github.com/gabrielnhn/snake.git
创建时间: 2020-07-20T17:45:27Z
项目社区:https://github.com/gabrielnhn/snake

开源协议:MIT License

下载


Snake game in the terminal using Python:

Install curses:

Check whether curses.py module is installed. (PS: It probably is!)

Edit configs.py:

Change the settings to your liking.

./game.py:

Run it!