nasrabadiAM / tictactoe

Another Tic Tac Toe Game
Apache License 2.0
1 stars 0 forks source link

Refactor app to follow MVI pattern and add gameViewModel #25

Closed nasrabadiAM closed 6 months ago

nasrabadiAM commented 6 months ago

This PR resolves #16 and #22. In this PR I refactored app to follow MVI pattern and add a viewModel for game screen.