Skip to content
View arthurmaul's full-sized avatar
🔬
exploring . . .
🔬
exploring . . .

Block or report arthurmaul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arthurmaul/README.md

Pinned Loading

  1. ECSpo ECSpo Public

    A pythonic event driven entity component system

    Python 3

  2. An ECS implementation in python, wit... An ECS implementation in python, with a simple spaceship game for the terminal
    1
    from uuid import uuid4
    2
    from typing import Any
    3
    
                  
    4
    
                  
    5
    type Entity    = str | int | uuid.UUID
  3. Waterworld-Game Waterworld-Game Public