The Scoring Games Calculator is a Haskell set of modules to research the Universe of Guaranteed Scoring Combinatorial Games. The classical CGT Conway Universe is order-embedded in it.
The main module is Scoring with all the data structures and functions to perform operations over scoring game values.
Given a ruleset
As an eg, the next picture shows the value of the given Kobber position:
-
Download an Haskell system, eg, the Haskell Platform and install it
-
Clone this project or just download as a ZIP from GitHub and unzip it
-
Inside the Haskell interpreter (eg, in Windows select Winghci), load the appropriate module and start using it
Download the user guide for a more detailed introduction/tutorial.
This is still in a beta version.