MK-NEUKO / TicTacToeOOP

TicTacToeOOP is a learning project, the focus is on the functionality and handling of .NET, C#, WPF, MVVM.
MIT License
2 stars 0 forks source link

Implement the domain objects ans logic for set a token #19

Open MK-NEUKO opened 6 months ago

MK-NEUKO commented 6 months ago

The current player places a token. Then it is checked whether there is a win, a draw or whether the game is still open. Then the player is changed and the UI is updated.