Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!