/breeze

A python game engine

Primary LanguagePythonMIT LicenseMIT

breeze

A python game engine

Table of contents

License

This project is licensed by Silvan Schmidt under the MIT License

TODO

  • Comment ECS
  • LoggerComponent
    • Logic
    • Let DebugGameObject and DebugComponent use the logger
  • CLI
    • Argument parsing
    • Project creation
    • GameObject creation
    • Component creation
    • Make sure breeze can be executed as a module
  • Graphics rendering
    • Window
    • Shapes component
    • Sprites component