Skip to content

Shohgames/pythonsnek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Python Terminal Snake Game

A simple, classic Snake game playable in your terminal!

Features

  • Move the snake using W/A/S/D keys
  • Eat apples to grow longer and increase your score
  • Two game modes: wall collision (die) or wrap-around
  • Game over if you crash into yourself

How to Play

  1. Run main.py in your terminal:
    python main.py
    
  2. Choose your game mode:
    • (1) Die on wall collision
    • (2) Wrap around walls
  3. Use W (up), A (left), S (down), D (right) to control the snake
  4. Press Enter after each move
  5. Press Q to quit

Requirements

  • Python 3.x

It looks something like this!

+------------------------------+
|Xoo         @                 |
|                              |
|                              |
+------------------------------+
Score: 2
image

Youtube Video Link

Check it out here! https://www.youtube.com/watch?v=p4LIyN080zE :)

License

MIT

pythonsnek

snek but in python

Made by @Shohgames

About

snek but in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages