vhugo / learn-pygame

Collection of pygame scripts used to learn about game development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn game development basics

This is a collection of programs written in python3 with pygame library used to learn about game development basics.

Set up dev environment

After you ensure python3 and pip are installed and set. Run the following command to install dependencies required to execute the programs in this project.

pip install -r requirements.txt

Once it's all done. Just call the scripts using python interpreter. Ex.:

python script_name.py

About

Collection of pygame scripts used to learn about game development


Languages

Language:Python 100.0%