Skip to content

Kassicus/python_standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Personal Python Standards + Project Template

Project Template - Pygame

main.py - contains generic "Game" class and the event, draw and update loops

lib.py - still need a better name for this file. Global reference file, useful for bypassing circular import issues

debug.py - basic mouse position and framerate information, accessible by pressing [TAB]


Personal Standards

Personal standards influenced by a handful of Python PEPs, most notably:

  • PEP 8
  • PEP 257
  • PEP 3107

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages