To run and play run stack build && stack exec tictactoe-exe from terminal.
Test can be run with stack test.
- Finishing the game: deciding draw or winner. (Winning logic is implemented but not wired properly yet)
- Bug: seems to be something wrong with PositionTaken logic.
- Make game configurable and change logic accordingly.
- Clean up imports as described here
- Wire up in backend with Servant
- Add persistance using persistent