Skip to content

davidfstr/Incoming-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Play

Screenshot of the "Incoming" game

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.

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 http://localhost:8000/Main.elm

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.

About

Game where you shoot bombs out of the sky before they destroy you.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published