Simple game, written in JavaScript and using HTML Canvas.
The game uses browser APIs without any additional libraries.
Clone the repository and just open index.html
in your favorite browser.
In this game, you fly a spaceship among rocks. If you hit a rock, it's game over. You can destroy rocks by shooting them. You shoot by clicking/tapping in the direction you want to shoot. Every time you shoot, you steer the ship in the opposite direction.
This project is licensed under the MIT License - see the LICENSE.md file for details.