<div dir="ltr"><div>Hi Haskellers,<br></div>in case you didn't see it on Reddit (sorry for cross-posting):<br><br>I released <a href="http://www.nomyx.net/">Nomyx V1.0</a>!<br>
Nomyx is a unique game where you can change the rules of the game itself while playing it.<br>
The major novelty in this version is that you can play even without knowing how to program.
There is a library of rules that are ready to be proposed.

<p>A match is going on on the theme "Foundation" (and we need more players). Please join!</p><p>
You can login here: <a href="http://www.nomyx.net:8000/Nomyx">http://www.nomyx.net:8000/Nomyx</a><br>
The games are discussed on the mailing list: <a href="mailto:nomyx-game@googlegroups.com">nomyx-game@googlegroups.com</a></p>

<p>Here is a video introduction of the game: <a href="http://vimeo.com/58265498">http://vimeo.com/58265498</a><br>
I created a tutorial to learn how to play: <a href="http://www.corentindupont.info/blog/posts/Programming/2014-09-23-Nomyx-Language.html">http://www.corentindupont.info/blog/posts/Programming/2014-09-23-Nomyx-Language.html</a></p>

<p>Some background: this is an implementation of a Nomic [1] game in 
Haskell (I believe the first complete implementation of a Nomic game on a
 computer). At the beginning, the initial rules are describing:

</p><ul><li>how to add new rules and change existing ones. For example a unanimity vote is necessary to have a new rule accepted.</li><li>how to win the game. For example you win the game if you have 5 rules accepted.</li></ul>

<p>But of course even that can be changed!</p>

<p>Cheers,
Corentin</p>

<p>[1] <a href="https://en.wikipedia.org/wiki/Nomic">https://en.wikipedia.org/wiki/Nomic</a></p></div>