Skip to content

JoaoVicthor/term_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

🐍 term_snake 🐍

A python implementation of the classic snake game running in your terminal. Made for the fun of it, as simple as it gets.

This is the silent version. Please check the other branch if you're interested in playing with sound (Linux only)!

scared snek

To execute the game: python3 snake.py

You can also add the game to your system PATH using ln -s $PATH_TO_REPO/snake.py ~/.local/bin/snake and play the game simply by running snake in your terminal!

Use W A S D or the arrow keys to control your snek 🐍 Press the p key to pause the game.

Watchout for the ghost! 👻

I wish it could be run without sudo... It no longer relies on the keyboard library. It's been since implemented using ncurses for input processing and UI.

About

Snake running on terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages