Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasichu/elm-havannah
Client Side Implementation of Havannah in Elm
https://github.com/wasichu/elm-havannah
elm game
Last synced: 14 days ago
JSON representation
Client Side Implementation of Havannah in Elm
- Host: GitHub
- URL: https://github.com/wasichu/elm-havannah
- Owner: wasichu
- Created: 2017-02-11T18:08:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T21:05:38.000Z (almost 8 years ago)
- Last Synced: 2024-11-25T22:40:38.001Z (2 months ago)
- Topics: elm, game
- Language: Elm
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-havannah
Client Side Implementation of Havannah in Elm## To build
To build the JS necessary for this app, run from the root directory:
```
elm-make src/HavannahApp.elm --output=havannah.js
```