This project is a Checkers game implemented in WPF (Windows Presentation Foundation) using the MVVM (Model-View-ViewModel) architectural pattern. The game offers a classic Checkers experience with additional features such as multiple jumps and moves indicator. The following operations are implemented: save current game, open saved games, and create new games.
- Checkers game
- Multiple jumps
- Ability to see to which position you can move a piece
- Save game state
- Open saved games
- Create new games
- C#
- WPF (Windows Presentation Foundation)
- MVVM (Model-View-ViewModel) architecture