Skip to content

whatisinternet/asteroids-elm

Repository files navigation

Elm Asteroids

A simple asteroids like game built with Elm


Install

  npm install

Run

  npm run dev

Compile

  npm run build

Art attribution

Contributing

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.

  1. Fork it ( https://github.com/whatisinternet/asteroid-elm/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request