Nomyx: A Nomic game in haskell

[ bsd3, deprecated, game, program ] [ Propose Tags ]
Deprecated in favor of nomyx-server

A Nomic game in Haskell, with a dedicated language to create new rules.

Nomyx is a fabulous and strange game where you have the right to change the rules in the middle of the game! Indeed, changing the rules is the goal of the game. Changing a rule is considered as a move. Of course even that could be changed! The original (paper) game: www.nomic.net


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.3, 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6
Dependencies acid-state (>=0.12 && <0.13), base (>=4.6 && <4.7), blaze-html (>=0.5 && <0.6), blaze-markup (>=0.5 && <0.6), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), data-lens (>=2.10 && <2.11), data-lens-fd (>=2.0 && <2.1), data-lens-template (>=2.1 && <2.2), DebugTraceHelpers (>=0.12 && <0.13), directory (>=1.2 && <1.3), either-unwrap (>=1.1 && <1.2), fb (>=0.14 && <0.15), filepath (>=1.3 && <1.4), happstack-authenticate (>=0.10 && <0.11), happstack-server (>=7.1 && <7.2), hint (>=0.3 && <0.4), hint-server (>=1.2 && <1.3), hscolour (>=1.20 && <1.21), ixset (>=1.0 && <1.1), mime-mail (>=0.4 && <0.5), MissingH (>=1.2 && <1.3), MonadCatchIO-mtl (>=0.3 && <0.4), mtl (>=2.1 && <2.2), network (>=2.4 && <2.5), Nomyx-Language (==0.4.1), old-locale (>=1.0 && <1.1), reform (>=0.2 && <0.3), reform-blaze (>=0.2 && <0.3), reform-happstack (>=0.2 && <0.3), safe (>=0.3 && <0.4), safecopy (>=0.8 && <0.9), split (>=0.2 && <0.3), stm (>=2.4 && <2.5), tar (>=0.4 && <0.5), template-haskell (>=2.8 && <2.9), temporary (>=1.1 && <1.2), text (>=0.11 && <0.12), time (>=1.4 && <1.5), unix (>=2.6 && <2.7), unix-compat (>=0.4 && <0.5), web-routes (>=0.27 && <0.28), web-routes-happstack (>=0.23 && <0.24), web-routes-regular (>=0.19 && <0.20), web-routes-th (>=0.22 && <0.23) [details]
License BSD-3-Clause
Author Corentin Dupont
Maintainer corentin.dupont@gmail.com
Category game
Home page http://www.nomyx.net
Uploaded by CorentinDupont at 2013-11-18T21:26:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables Nomyx
Downloads 20687 total (54 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-19 [all 8 reports]

Readme for Nomyx-0.4.1

[back to package description]
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