Skip to content

Ploy is a board game for two players, played on a 9x9 board with a set of 15 pieces per player.

Notifications You must be signed in to change notification settings

m-assaleh/Ploy_in_Haskell

Repository files navigation

Ploy (Board Game) in Haskell

Test Commands:

  • Run all tests: stack test
  • Run validation tests: stack test ploy:validate
  • Run unit tests: stack test ploy:units
  • Run grading tests: stack test ploy:grading
  • Run tests with coverage: stack test --coverage ...

Building Commands

  • stack build
  • stack clean

About

Ploy is a board game for two players, played on a 9x9 board with a set of 15 pieces per player.

Resources

Stars

Watchers

Forks