Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eignnx/scramblish-elm
A game about translating randomly generated languages.
https://github.com/eignnx/scramblish-elm
elm-lang games linguistics puzzle-game webapp word-game
Last synced: 26 days ago
JSON representation
A game about translating randomly generated languages.
- Host: GitHub
- URL: https://github.com/eignnx/scramblish-elm
- Owner: eignnx
- Created: 2024-08-09T03:43:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T03:28:32.000Z (about 2 months ago)
- Last Synced: 2024-09-29T05:21:04.353Z (about 1 month ago)
- Topics: elm-lang, games, linguistics, puzzle-game, webapp, word-game
- Language: Elm
- Homepage: https://eignnx.github.io/scramblish-elm/
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scramblish
A game about translating randomly generated languages.![screenshot of gameplay](assets/example-screenshot.png)
# ⇒ [Play Online](https://eignnx.github.io/scramblish-elm) ⇐
Click the link above to play the game.# Development Environment
You need `npm` and `elm` installed.
To have elm recompile on edit:
```shell
$ npm run dev
```Then run a static file server such as with
```shell
$ npx http-server /path/to/project -o -p 9999
```Then navigate to [localhost:9999](localhost:9999).