/pygame-exercises

Some simple examples using pygame

Primary LanguagePythonMIT LicenseMIT

pygame-exercises

Some simple examples using pygame

Installation:

Create your virtualenv and install the requirements:

virtualenv env --python=python3
source env/bin/activate

pip install -r requirements.txt

DefeatTheBat

It's a basic game where you can find things like movements, collisions, mouse movements, validations according to the screen size and more, all of this to learn about pygame.

Contributions

All work to improve performance is good

Enjoy it!