Skip to content

An Application for Programming Methods Course with C# , WPF (.NET Framework 8.0) and MVVM Architecture.

Notifications You must be signed in to change notification settings

Sunless19/CheckersGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Checkers Simulated in C#

image

Checkers Game in WPF C# using MVVM Architecture

This is a Checkers Game implemented in C# using WPF (Windows Presentation Foundation) documentation with MVVM architecture (Model-View-View-Model) pattern.

Technologies used

  • C#
  • MVVM for App architecture
  • WPF for user interface

Features

  • Classic Checkers gameplay
  • Multiple jumps for capturing opponent's pieces
  • Save game option
  • Open saved games
  • Create new games

Usage

  • Use the mouse to interact with the game board and pieces.
  • Click on a piece to select it, then click on a valid destination to move the piece.
  • If multiple jumps button is selected from menu, the game will prompt for further moves after each jump.
  • Use the New Game option to start a new game.
  • Use the Open option to load a previously saved game.
  • Use the Save option to save the current game state.

Forks

  • Feel free to fork this project and do whatever you see fit with it , you can better it anytime. Remember, it's our code :P

About

An Application for Programming Methods Course with C# , WPF (.NET Framework 8.0) and MVVM Architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages