v-castaneda / game-word-asteroid

1 stars 1 forks source link

Meteor Dodge!

Introduction

After many endless nights, you finally have a working JavaScript spaceship! And now you get to experience the wonder of space exploration but watch out! A treacherous asteroid belt may end your journey prematurely!!!

Meteor Dodge uses plain HTML, CSS, and JavaScript to generate a web game where you control a Spaceship as it navigates falling meteors. Navigate with care; Your spaceship has duct tape on its wings!

Features

let startTime = 10; /* secs per level */
let livesTotal = 100; /* number of crashes allowed */
let startLevel = 0; /* starting level */
let endLevel = 10; /* ending level */