Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrienemery/elm-codenames
Codenames written in Elm
https://github.com/adrienemery/elm-codenames
Last synced: 9 days ago
JSON representation
Codenames written in Elm
- Host: GitHub
- URL: https://github.com/adrienemery/elm-codenames
- Owner: adrienemery
- Created: 2020-06-11T06:58:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T21:45:08.000Z (about 4 years ago)
- Last Synced: 2024-11-08T12:44:40.225Z (2 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To starte the game just open the `index.html` file.
To recompile the game you must generate a new `main.js` file with:
```bash
elm make src/Main.elm --output=main.js
```This is because there is custom javascript in the `index.html` file
that is passing in an initial seed value for the random number generator.Happy Codenames!