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
- Host: GitHub
- URL: https://github.com/swistak35/uwr_elmgame
- Owner: swistak35
- Created: 2015-05-17T16:11:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T16:19:34.000Z (about 10 years ago)
- Last Synced: 2023-03-12T07:12:19.725Z (over 2 years ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`