Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Implement event system #84

Closed QuinnBast closed 2 years ago

QuinnBast commented 2 years ago

Implements the new Entity Component System.

This is a huge re-write that makes a lot of things significantly easier to do and manage in the code. It also adds event listeners!! This is preparation to support specialists and other actors who might want to listen to events!