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!


[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
Change log Changelog
Dependencies base (>=4.6 && <5), directory (>=1.2 && <1.3), exceptions (>=0.6 && <0.7), filepath (>=1.3 && <1.4), hint-server (>=1.4 && <1.5), mtl (>=2.1 && <2.2), network (>=2.4 && <2.5), Nomyx-Core (==0.7.6), Nomyx-Language (==0.7.6), Nomyx-Web (==0.7.6), safe (>=0.3 && <0.4), stm (>=2.4 && <2.5), time (>=1.4 && <1.5) [details]
License BSD-3-Clause
Author Corentin Dupont
Maintainer corentin.dupont@gmail.com
Category game
Home page http://www.nomyx.net
Source repo head: git clone https://github.com/cdupont/Nomyx.git
Uploaded by CorentinDupont at 2015-03-26T10:54:02Z
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-10-25 [all 10 reports]

Readme for Nomyx-0.7.6

[back to package description]

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 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 git@github.com:cdupont/Nomyx-Language.git
cabal install Nomyx-Language/ --enable-documentation --haddock-hyperlink-source

git clone git@github.com: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