To help you jump start your next Pygame project
- Basic filestructure predefined
- Game loop set up
- External settings files for screen sizes and FPS
- Basic classes in place to handle character and input as demonstration
This project is intented to help developers in quick-starting their Pygame projects, not to skip on learning Pygame properly. Please ensure that you fully understand the code being used before using the repo for your own projects.