Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sporto/elm-shooter
Side scroll shooter in Elm
https://github.com/sporto/elm-shooter
Last synced: about 1 month ago
JSON representation
Side scroll shooter in Elm
- Host: GitHub
- URL: https://github.com/sporto/elm-shooter
- Owner: sporto
- Created: 2017-08-05T01:44:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T13:08:05.000Z (over 7 years ago)
- Last Synced: 2024-08-05T20:31:57.164Z (5 months ago)
- Language: Elm
- Homepage:
- Size: 878 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Shooter
A side scroll shooter in Elm.
See it here https://sporto.github.io/elm-shooter/
## Running it
Install [Create Elm App](https://github.com/halfzebra/create-elm-app).
```
yarn
```Start:
```
yarn start
```## Building
```
make build
```