Skip to content

Classic Snake coded in Python using Pygame (2018)

Notifications You must be signed in to change notification settings

josflesan/PySnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

PySnake

Classic Snake game made in Python using PyGame

Logo

Table of Contents

General Information

  • Passion project carried out back in 2018 as one of my first big programming projects
  • PySnake is a Python version of the classic Snake game, complete with retro assets (designed by me) and music (royalty-free)

Technologies Used

  • Python - version 3.9
  • Pygame - version 2.0.1 (updated)

Features

PySnake comes packed with the following features:

  • Full GUI version of classic Snake game, with an arcade machine border for the retro feel
  • Main Menu, High-Score Board, and working game logic
  • Music, Original Assets and More!

Screenshots

Main Menu Screenshot Game Screenshot Game Over

Setup

In order to play PySnake, you must first install the pygame module through the command line (or otherwise) using pip install pygame. After doing this, you should be able to run main.py and enjoy the game!

Usage

Run main.py and use the WASD keys to move the snake around

Project Status

Project is: complete

Room for Improvement

Room for improvement:

  • More Game Modes
  • Larger Window Size

To do:

  • Add More Game Modes

Contact

Created by @josflesan - feel free to contact me!

About

Classic Snake coded in Python using Pygame (2018)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages