Simple app to test Game of Life on hexagonal grid. Click on screen to switch cell state, drag to look around, use joystick on the left side of the screen to move.
TODOs:
- Add rules for far neighbours. (end of "step" function in HexLifeGame.java)
- Move "step" function to separate thread. (or threads and change HashMap to HashTable)
- Add autoplay?