magdapoppins / snek

PyGame snake for a game intro course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Denna kod exekveras med Python 3.10.

För att spela:

python3 -m venv venv
source venv/bin/activate
pip install pygame
python spel.py

About

PyGame snake for a game intro course.


Languages

Language:Python 100.0%