Popularity
1.2
Declining
Activity
0.0
Stable
1
2
0

Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Game     Nomyx    

nomyx-server alternatives and similar packages

Based on the "Nomyx" category.
Alternatively, view nomyx-server alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of nomyx-server or a related project?

Add another 'Nomyx' Package

README

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

You need a [Haskell platform](www.haskell.org/platform) running on your system. To install from the Hackage release, follow this procedure:

cabal install Nomyx-Language --enable-documentation --haddock-hyperlink-source
cabal install Nomyx

To install from the GitHub repo:

git clone [email protected]:cdupont/Nomyx-Language.git
cabal install Nomyx-Language/ --enable-documentation --haddock-hyperlink-source

git clone [email protected]:cdupont/Nomyx.git
cabal install Nomyx/

Execution

Launch with the command:

$ Nomyx

and follow the instructions. You may connect using a web browser to the provided address.

Troubleshooting

See GitHub issues for known bugs. Tested on Haskell-Platform 2012.1.0.0 and ghc 7.6.3