https://github.com/mysterycoder456/python-pygame-template
This repository can be cloned so that you do not need to do the tedious work of organizing Pygame code.
https://github.com/mysterycoder456/python-pygame-template
pygame python python-3
Last synced: about 1 year ago
JSON representation
This repository can be cloned so that you do not need to do the tedious work of organizing Pygame code.
- Host: GitHub
- URL: https://github.com/mysterycoder456/python-pygame-template
- Owner: MysteryCoder456
- Created: 2019-06-02T15:32:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T06:00:31.000Z (about 6 years ago)
- Last Synced: 2025-02-14T03:17:09.883Z (over 1 year ago)
- Topics: pygame, python, python-3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-pygame-boilerplate
This repository is made so that you do not need to do the tedious work of organizing and writing Pygame code used to setup your pygame projects.
# How to use this repository?
To use this repository, first install pygame either by running the command "pip install pygame" or by directly installing the ".whl" file from pygame.org if you're that cheap. Then, just clone it into a directory on your computer, then open it in your editor/IDE and you're ready to go.