j1nma / genetic-space-invaders

👾 A functional game written in Elm about classic space invaders game evolved with a genetic algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

elm

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! 😉

About

👾 A functional game written in Elm about classic space invaders game evolved with a genetic algorithm.

License:MIT License


Languages

Language:Elm 97.6%Language:Makefile 2.4%