Skip to content

jasmin-f/gitws25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Snake Game with PyGame

This is a simple game of snake using PyGame. The purpose of the project is not to make a game, but rather, to have a codebase to as learning project for the Git Workshop organized at the Ostschweizer Fachhochschule in Rapperswil.

How to run

To run the game you need python 3.9 or higher and pygame, optionally you can use poetry for dependency management. Without poetry you can use a simmple a virtual environment

$ python3 -m venv venv
$ source venv/bin/activate          # on windows: venv\Scripts\activate
$ python3 -m pip install pygame
$ python3 -m snake

About

Git workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages