Readme for Nomyx-0.4.0

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 original (paper) game: www.nomic.net Installation ============ To install, follow this procedure: - download the source tar.gz - extract it somewhere $ cd <name>/Nomyx-Language $ cabal install $ cd ../Nomyx $ cabal install Execution ========= Launch with the command: $ Nomyx and follow the instructions. You may connect using a web browser to the given address. Troubleshooting =============== See file TODO for known bugs. Tested on Haskell-Platform 2012.1.0.0 Must be compiled with GHC option "-O1" or "-O0 -fno-omit-yields" (only available in GHC HEAD), to prevent attack with infinite non allocating loops: http://hackage.haskell.org/trac/ghc/ticket/7528