snake-cli icon indicating copy to clipboard operation
snake-cli copied to clipboard

Snake in the terminal, made with python and curses.

Snake game in the terminal!

gameplay video

This is a snake game in the cli, written in python.

Play it at https://replit.com/@UniqueOstrich18/CLI-Snake

Controls:

  • WASD to control the snake
  • X to quit game
  • Arrow keys to navigate in menus
  • C on title screen to access settings

Features

  • Uses box drawing characters to draw the snake, so you can actually tell which direction the snake is going in
  • Built in options menu
  • Customizable difficulty
  • Barrier mode also available

Installing and running

  1. If on Windows you must install curses by running pip3 install windows-curses.
  2. Clone this repository.
  3. Run python3 snake.py to run the game.