A quick-start template for Pygame that includes:
- A predefined file structure
- Game loop
- External settings JSON for FPS and screen sizes
- Basic class Characters and a subclass for a Player character that is working as a starting point
- Fully commented
A quick-start template for Pygame that includes: