An arcade style, highly addictive game made using HTML5 canvas and p5js.The game is a survival based game where you have to dodge the asteroids falling from above while destroying them.
- Easy method:
- Find the online demo at: https://asteroid-blaster.herokuapp.com/
- Developer method:
- Download this repository
- Install Nodejs
- Download the packages in package.json
- Pass your database credentials in
highscore.js
to sequelize - Start the node server using
node server.js
ornpm run dev
if using nodemon - Go to
localhost:3000
- On PCs, move the cannon with your mouse
- On touch-screens slide the cannon with your finger
- Your goal is to save your cannon while destroying as many asteroids as you can
-
Basic Gameplay -
Scoring mechanism -
Graphics -
Mobile support/ Responsive -
Global Leaderboard -
Anti-Cheat mechanism
If you have any suggestions for a feature or would like to help me add some features feel free to contact me.
Programming & Design by CromulentCoder (author of this repo)