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

https://github.com/ravicious/elm-sweeper

An Elm port of Mamono Sweeper
https://github.com/ravicious/elm-sweeper

elm elm-game game mamono-sweeper

Last synced: about 2 months ago
JSON representation

An Elm port of Mamono Sweeper

Awesome Lists containing this project

README

        

# elm-sweeper

Monster sprites from [Pixel Mob! by Henry Software](https://henrysoftware.itch.io/pixel-mob).

To start the server in development mode:

```
yarn && yarn dev-server
```

To compile and commit an updated and minified version on GitHub Pages:

```
yarn release
```