UniteCPH_TurnBasedPrototypeECS
UniteCPH_TurnBasedPrototypeECS copied to clipboard
Code for the talk 'Building a Turn-Based Game Prototype …The ECS Way' from Unite Copenhagen 2019
UniteCPH_TurnBasedPrototypeECS
Code for the talk 'Building a Turn-Based Game Prototype …The ECS Way' from Unite Copenhagen 2019 The code is structured using branches and follows the structure of the presentation. The master branch is the final solution, without the assets used in the presentation, for intermediate steps see:
- https://github.com/floAr/UniteCPH_TurnBasedPrototypeECS/tree/1_ActorsMoveAround
- https://github.com/floAr/UniteCPH_TurnBasedPrototypeECS/tree/2_Player
- https://github.com/floAr/UniteCPH_TurnBasedPrototypeECS/tree/3_manual_turn_loop
- https://github.com/floAr/UniteCPH_TurnBasedPrototypeECS/tree/4_component_based_turn_loop
