Techs | Project | How to Play | Game | How to Contribute | License | Collaborator Author
This project was developed with the following technologies:
AsteroidJS is a game made with javascript and html5 that consists of a spaceship to destroy the asteroids that appear in space.
use the arrow keys to change the direction of the ship and press the space key on the keyboard to fire shots at the asteroids.
- To move to the left side press the left arrow key on your keyboard.
- To move to the right side press the right arrow key on your keyboard.
- To move forward press the top key on your keyboard.
- To fire press the space key on your keyboard.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: my new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
This project is under the MIT license. See the archive LICENSE for more details.