qwertyquerty / MDLN

A lightweight, high performance, and object-focused 2D game framework in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDLN

Madeline Doesn't Like Naming

A lightweight, high performance 2D game framework in Python where ECS meets OOP

General Structure Plan

  • Game
    • Screen
    • Window
    • Clock
    • Scene
      • Stages [ ... ]
        • Systems [ ... ]
        • Entites [ ... ]
          • Icon
            • sprite map
            • icon states
          • Layer
          • Rect
          • Components [ ... ]
      • Mixer
    • Aux Threads [ ... ]
    • Event Handlers [ ... ]

Documentation coming soon..

About

A lightweight, high performance, and object-focused 2D game framework in Python

License:MIT License


Languages

Language:Python 100.0%