Skip to content

The game "Roll the Ball" implemented in Haskell and a solver for the game using the A* algorithm.

Notifications You must be signed in to change notification settings

Robert-ML/Roll-the-Ball-Haskell

Repository files navigation

Roll-the-Ball-Haskell

The game "Roll the Ball" implemented in Haskell and a solver for the game using the A* algorithm.

To play the game:

  • run in the command line: stack exec ghci Interactive.hs
  • to play level 0 (there are 10 levels): Interactvie.hs> play level0

To run the checker run the command:
stack runhaskell RollTest.hs
or
stack exec ghci RollTest.hs

About

The game "Roll the Ball" implemented in Haskell and a solver for the game using the A* algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published