Hacker News new | ask | show | jobs
by rishav_sharan 732 days ago
For simpler games with simple state which can be expressed in relationships, it is definitely a good solution. However, as games get more complex, modeling the game state in just relations is harder. Its much simpler to model state in an object like structure. At least for me.