https://github.com/billstclair/archmage
Chris St. Clair's Archmage Board Game
https://github.com/billstclair/archmage
Last synced: about 1 month ago
JSON representation
Chris St. Clair's Archmage Board Game
- Host: GitHub
- URL: https://github.com/billstclair/archmage
- Owner: billstclair
- License: mit
- Created: 2017-08-21T17:28:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T21:46:58.000Z (over 8 years ago)
- Last Synced: 2026-01-20T10:52:52.674Z (5 months ago)
- Language: Elm
- Homepage: https://gibgoygames.com/archmage/
- Size: 847 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
The game of Archmage
Invented by Chris St. Clair.
Copyright 2017 Bill St. Clair <>
MIT License
Archmage is a board game, played on a seven-by-seven square board. Rules are in [site/docs/rules.html](site/docs/rules.html). Instructions are in [site/docs/help.html](site/docs/help.html). They are displayed by the "Rules" and "Help" links at the top and bottom of the game screen.
[src/Archmage.elm](src/Archmage.elm) is an `elm-reactor` top-level for development.
src/ArchmagePorts.elm is a port version that saves game state in the browser's local storage on every update. It works with site/index.html, which implements the port.