My-asteroid is a clone of the iconic arcade game Asteroids by Atari in 1979. It's a single player-game arcade game where you need to destroy astros and save yourself of collisions while you make points.
- [Up_arrow]: you boost yourself as you press it.
- [left_right_arrow]: you turn yourself in that direction as you press it.
- The game is over when you are hitting by a astro.
- Each shot splits the stars into two pieces, until they are so small that you can destroy them and score 10 points.
You can play my-asteroid online at my-asteroid.
- P5js framework
This project is licensed under the MIT License - see the LICENSE file for details.
- The original asteroids game was created by Atari using vectors.
- The P5js documentation and community.