A simple asteroids like game built with Elm
npm install
npm run dev
npm run build
- Spaceship art by KindlyFire
- Asteroid art by immersivegamer
- Skybox art by MysticMike
- Keyboard and mouse art by xelu
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it ( https://github.com/whatisinternet/asteroid-elm/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request