Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 600 Bytes

File metadata and controls

17 lines (11 loc) · 600 Bytes

Rocks

Simple game, written in JavaScript and using HTML Canvas.

Installation

The game uses browser APIs without any additional libraries. Clone the repository and just open index.html in your favorite browser.

Playing

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.