Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Snake Game

A classic Snake game served via a local Python HTTP server.

Requirements

  • Python 3 (no additional packages needed)

Start the Server

python3 server.py

Then open your browser and go to:

http://localhost:8080

How to Play

Key Action
Arrow Keys / WASD Move the snake
Space Start / restart game
  • Eat the red food to grow and score points
  • Avoid hitting the walls or yourself
  • Speed increases as your level goes up (every 100 points)

Stop the Server

Press Ctrl+C in the terminal.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages