LegolasVzla / pygame-exercises

Some simple examples using pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Some simple examples using pygame

License:MIT License


Languages

Language:Python 79.7%Language:Dockerfile 20.3%