An open API service indexing awesome lists of open source software.

https://github.com/average-user/hydra-game

Implementation of the Hydra Game described in the paper Accessible independence results for Peano Arithmetic by L. Kirby and J. Paris.
https://github.com/average-user/hydra-game

Last synced: 12 months ago
JSON representation

Implementation of the Hydra Game described in the paper Accessible independence results for Peano Arithmetic by L. Kirby and J. Paris.

Awesome Lists containing this project

README

          

# HydraGame

![](sample.png)

Implementation of the Hydra Game described in the paper
_Accessible independence results for Peano Arithmetic_
by L. Kirby and J. Paris. A good explanation of the rules can be found
[here](https://slate.com/human-interest/2014/06/hydra-game-an-example-of-a-counterintuitive-mathematical-result.html).

## How to use

Use `leftclick` to select a node to chop off, scroll to zoom in or out, and
`leftclick+drag` to translate the picture.

## Installation

Install Haskell's tool [Stack](https://docs.haskellstack.org/en/stable/README/). Then,
inside the repo's main folder run

```
stack setup
stack build
stack exec hydra
```