Skip to content

Version 1.0.0.0

Latest
Compare
Choose a tag to compare
@jmwhitworth jmwhitworth released this 14 Jul 12:44
· 1 commit to main since this release

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