Skip to content

Terminal snake game written in Python with the Curses library 🐍

Notifications You must be signed in to change notification settings

blue-hexagon/p-Snake

Repository files navigation

p-Snake

A Python curses snake implentation.

This is a little project I wrote to learn the basics of Curses.
The game has the following features.
  • A start menu
  • A scoreboard with persistent storage
  • Can set playername and have it saved in persistent storage
  • Gamescore that rewards speed. Score accumulation increases the faster apples are gathered
  • Tree obstacles that ends the game when colliding
  • Apples that makes the snake grow and increments the score
  • A pause screen

License

MIT licensed - attribution not required. You may use this however you like.

About

Terminal snake game written in Python with the Curses library 🐍

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages