Skip to content

wedkarz02/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snek

Overview

Simple game of snake powered by Python and PyGame.

Requirements

  • Python 3.10+
  • pip

Download

Download the source code using the git clone command:

$ git clone https://github.com/wedkarz02/snek.git

Or use the Download ZIP option from the Github repository page.

Quick Setup

Create a virtual environment:

$ python3 -m venv venv

You might need to install the venv package in order to do so.

Install required packages in the virtual environment from the requirements.txt file:

$ venv/bin/pip3 install -r requirements.txt

Usage

To play the game run it from the terminal:

$ venv/bin/python3 snek.py

License

This project is licensed under the MIT License. See the LICENSE file for more info.

About

Snake game written in python with pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages