inda21plusplus / Project-Delta

This is the repository for the group project assignment in the course "Project in Introduction to Computer Science" (DD1396), by the Inda21plusplus group.
MIT License
8 stars 0 forks source link

Create an ECS #5

Open foodelevator opened 2 years ago

foodelevator commented 2 years ago

The plan is to create an ECS which will be used to store all entities and their components. Creating systems in the ECS will also be the main way for game scripts to interact with the game world.

1. Features that should be implemented before merging anything into main

2. Features that should be added soon after

3. Features that would be nice to add later on