https://github.com/adrienemery/elm-codenames
Codenames written in Elm
https://github.com/adrienemery/elm-codenames
Last synced: 5 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T21:45:08.000Z (over 4 years ago)
- Last Synced: 2025-02-18T20:06:19.841Z (5 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!