https://github.com/pykello/alien-panic
A functional game inspired by Space Panic written in Elm Language.
https://github.com/pykello/alien-panic
Last synced: about 1 year ago
JSON representation
A functional game inspired by Space Panic written in Elm Language.
- Host: GitHub
- URL: https://github.com/pykello/alien-panic
- Owner: pykello
- License: bsd-2-clause
- Created: 2015-11-22T01:55:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T04:43:37.000Z (over 10 years ago)
- Last Synced: 2025-04-10T10:21:04.778Z (about 1 year ago)
- Language: Elm
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alien Panic
Alien Panic is a game similar to [Space Panic](https://en.wikipedia.org/wiki/Space_Panic) written in [Elm language](http://elm-lang.org/). I developed this game as another step in learning Elm and functional programming.
# Building
First, install Elm using the instructions found [here](http://elm-lang.org/install).
Then, run the following command to generate a HTML file which implements Alien Panic:
```
elm make alien-panic.elm --output=alien-panic.html
```
You can open ```alien-panic.html``` in your browser and see the output.