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
- Host: GitHub
- URL: https://github.com/legolasvzla/pygame-exercises
- Owner: LegolasVzla
- License: mit
- Created: 2019-05-28T22:53:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T23:16:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T11:19:49.836Z (3 months ago)
- Topics: pygame, python3
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pygame-exercises
Some simple examples using pygameInstallation:
---------------
Create your virtualenv and install the requirements:virtualenv env --python=python3
source env/bin/activatepip 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!