Skip to content

nomyx/nomyx-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomyx Client

Nomyx is a game where you can change the rules: http://www.nomyx.net

This package allows you to interact with a game of Nomyx using the command line. In particular, you can push your how set of rules to the game and play them.

Install

Get Haskell Stack:

curl -sSL https://get.haskellstack.org/ | sh

Clone this package:

git clone git@github.com:cdupont/nomyx-client.git

You can now compile it:

cd nomyx-client
stack install

Usage

Clone nomyx-library to get a set of rules. To push the rules to Nomyx, use:

$ cd nomyx-library
$ nomyx-client templates put src/templates.yaml --login <your login> --password <your password>

<your login> and <your password> corresponds to your credentials in the game.

Contact

Bug-reports, questions, suggestions and patches are all welcome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published