Awesome
Genetic Space Invaders
A functional game written in Elm.
Don't let the Java Dukes breed to 100! Shoot them with the Lambda Shuttle!
Play now here!
If you want to build it locally:
Prerequisites
Installing
git clone https://github.com/j1nma/genetic-space-invaders.git
cd genetic-space-invaders
make
Running
Open index.html
Or you can do both previous steps through terminal:
~/genetic-space-invaders» elm-reactor
Then open http://localhost:8000 or wherever it's listening in your browser and finally open index.html.
Enjoy! 😉