An open API service indexing awesome lists of open source software.

https://github.com/legolasvzla/pygame-exercises

Some simple examples using pygame
https://github.com/legolasvzla/pygame-exercises

pygame python3

Last synced: about 2 months ago
JSON representation

Some simple examples using pygame

Awesome Lists containing this project

README

        

# 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!