Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfstr/incoming-game
Game where you shoot bombs out of the sky before they destroy you.
https://github.com/davidfstr/incoming-game
elm elm-lang game
Last synced: 2 days ago
JSON representation
Game where you shoot bombs out of the sky before they destroy you.
- Host: GitHub
- URL: https://github.com/davidfstr/incoming-game
- Owner: davidfstr
- Created: 2014-01-24T07:13:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T05:08:00.000Z (almost 11 years ago)
- Last Synced: 2025-01-03T01:04:37.559Z (6 days ago)
- Topics: elm, elm-lang, game
- Language: Elm
- Homepage: http://dafoster.net/assets/2014/incoming-game/Main.html
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Incoming - The Game
In this game you try to shoot falling bombs before they crash down to Earth and explode. You get points for destroying bombs but lose points for firing unnecessary shots.
![Screenshot of the "Incoming" game](screenshot.png)
I wrote this game as an experiment to write a non-trivial program in [Elm], a concept language for demonstrating [functional reactive programming].
Take a look at this game's source code if you are interested in reading a moderately complex Elm program.
[Elm]: http://elm-lang.org/
[functional reactive programming]: http://elm-lang.org/learn/What-is-FRP.elm## Requirements
* Elm 0.10.1
## How to Run
* Clone this repository.
* In the cloned directory, open a terminal window and run the command `elm-server`.
* Open a web browser and go to## How to Distribute
* In the cloned directory, open a terminal window and run the command `./make.sh`.
* Copy the generated `build` directory to any static webserver.## License
Copyright © 2014 by David Foster
Including the hastily-created graphics.