Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 310 Bytes

Space Invaders

Space Invaders game in Elm

screenshot

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.