Skip to content

AGOG, A Game of Golems, was designed by Christopher St. Clair

License

Notifications You must be signed in to change notification settings

billstclair/agog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGOG: A Game of Golems

AGOG is a two-player board game designed by Christopher St. Clair.

Rules are in agog-rules.pdf.

Elm Reactor

The non-networked simulator may be run in Elm Reactor:

cd .../agog
elm reactor

In another shell, compile the source into site/elm.js:

cd .../agog
bin/build

Then aim your browser at https://localhost:8000/site/index.html

elm-test

If you install elm-test, you can test the JSON encoding/decoding.

Once:

cd .../agog
npm install elm-test

Test the JSON encoding/decoding:

cd .../agog
elm-test

About

AGOG, A Game of Golems, was designed by Christopher St. Clair

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages