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
- Host: GitHub
- URL: https://github.com/ravicious/elm-sweeper
- Owner: ravicious
- License: mit
- Created: 2017-05-10T20:13:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T15:57:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T09:16:55.079Z (4 months ago)
- Topics: elm, elm-game, game, mamono-sweeper
- Language: Elm
- Homepage: http://mirrors.link/elm-sweeper/
- Size: 969 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```