paulshannon / Nomyx

The Nomyx game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Hackage

Nomyx

A Nomic game in Haskell

Nomyx is a fabulous and strange game where you have the right to change the rules in the middle of the game! In fact, changing the rules is the goal of the game. Changing a rule is considered as a move. Of course even that could be changed! In this game, the player can enter new rules in a dedicated language, modify existing ones, thus changing completely the behaviour of the game!

The web site: www.nomyx.net

Installation

First install Haskell Stack:

$ curl -sSL https://get.haskellstack.org/ | sh

To install from the GitHub repo:

$ git clone git@github.com:cdupont/Nomyx.git
$ cd Nomyx
$ stack install

Execution

Launch with the command:

$ stack exec Nomyx

and follow the instructions. You may connect using a web browser to the provided address. You can play with the GUI and propose some rules!

Troubleshooting

See the issues for known bugs.

Run tests with:

$ Nomyx/tests.sh

About

The Nomyx game


Languages

Language:Haskell 96.5%Language:CSS 1.9%Language:JavaScript 1.1%Language:Shell 0.2%Language:Makefile 0.2%