Death Star Raid is a River Raid re-implementation using the Canvas API.
This game is a reimplementation of the River Raid game inspired by Star Wars, using the Canvas API.
- Clone this repository
git clone https://github.com/coetus-jd/death-star-raid.git
- Enter in the project's folder:
cd death-star-raid
- Finally serve the
index.html
with Live Server extension for example 😃
- 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 your branch:
git push origin my-feature
This project is under the GPL-3.0 license. Take a look at the LICENSE file for more details.