/learn-pygame

Collection of pygame scripts used to learn about game development

Primary LanguagePython

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