Laser Squad [Day 49] – Adding helper classes

While developing I put in some data model classes a little bit of game logic. The game is getting more and more complex, so it’s becoming harder to follow and debug the code. Today I created a couple of helper classes which contain only the game logic, leaving the data model classes clean and readable.

* * * * *