Quantum-Game / quantum-game-2

LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://quantumgame.io
MIT License
65 stars 16 forks source link

level data model refactor #232

Closed Frizi closed 4 years ago

Frizi commented 4 years ago

The underlying level and game state data model is completely rewritten, and all necessary components were updated to support that new format. The goal of the rewrite was to make the data and event flow unidirectional and as explicit as possible (think vuex state and actions), while also making it non-global (there are many boards with their own simulations).