Skip to content

dackerman/elm-catcher-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catcher game in Elm

Currently, this is more of an elm WebGL test as its just a few cubes moving around. I started from this great blog post, and am building from there.

I'll be adding more interactive functionality as I learn more about Elm.

To run this demo, install elm, then run these two commands:

elm-get install
elm-reactor

Then go to http://localhost:8000/Game.elm to see falling spinning cubes. Try to move your cylinder under the falling cubes to catch them and make your score go up. The faster you can catch the cubes after they spawn, the more points you get. If you miss a cube, you lose points.

About

A simple "catch the falling things" game written in Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages