Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).