capital-G / sftm

Sympathy for the Machine. A logic game.
https://capital-g.github.io/sftm/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link
algebra logic

Sympathy for the Machine

A logic game website.

Website Link: https://capital-g.github.io/sftm/

There is a bug that changes the URL once the site is visited to an invalid address. PR which fixes this are welcome, see gh-pages branch.

Forked from https://github.com/ezacharias/sftm which went offline.

Run locally

Assuming you have docker-compose installed you can simply run this by executing

docker-compose up

After this you can access the page locally via http://localhost:8080/.

Build

elm-make --output elm.js src/Main.elm
cat elm.js assets/glyphs.js > site/main.js

Contact