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

https://github.com/swistak35/uwr_elmgame

Game written in Elm for seminar "advanced functional programming" about reactive programming
https://github.com/swistak35/uwr_elmgame

Last synced: 3 months ago
JSON representation

Game written in Elm for seminar "advanced functional programming" about reactive programming

Awesome Lists containing this project

README

        

## Elm game

Game prepared for advanced functional programming seminar on University of Wrocław

You can play it here: [click](http://elmgame.idefix.swistak35.com/)

## How to play

Moving ship = moving mouse

Shoot = Left click

How to win? You can't. You can only lose by letting one of the enemy ships pass trough your defence (hit lower part of the screen).

## How to run it

`cabal install -j elm-compiler-0.15 elm-package-0.5 elm-make-0.1.2`

`cabal install -j elm-repl-0.4.1 elm-reactor-0.3.1`

If you only want to play the game, run `index.html`