terminal-snake

A simple snake game written in Python to play in a shell.


Keywords
game, commandline, terminal, utf-8, emoji, command-line, python, snake, snake-game
Install
pip install terminal-snake==1.0.0a1

Documentation

Terminal Snake

This is a simple snake game to play inside a shell, written in Python. After installing (pip install terminal_snake) run the game with the command python -m terminal_snake. To create your own frontend you can import the class Game from this module. You can create different themes for this game by creating a Theme object.