Space Invaders
August 15, 2019 ยท View on GitHub
Space Invaders game in Elm

You can find a running version here: https://space-invaders.now.sh/
Get started
Install dependencies with yarn, then start development mode with yarn dev.
Running yarn build will create production build in ./dist folder.