Skip to content

sonickels/checkers-haskell

Repository files navigation

The classic two-player checkers game in Haskell. The external libraries that we used were QuickCheck and Containers.

Main.hs - responsible for the game rules and dictating the rest of the modules

GameState.hs - defines structure and state changes for the board and pieces

Checkers.hs - handles the game processes, including if a piece is captured, a piece upgrades into a king, etc.

IO.hs - takes care of saving / loading the game

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •