Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sporto/elm-shooter

Side scroll shooter in Elm
https://github.com/sporto/elm-shooter

Last synced: 2 months ago
JSON representation

Side scroll shooter in Elm

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
```