Create a ShipGame using either Javascript, Jquery and the other included libs ONLY.
Navigate with arrows, shoot with space.
python -m SimpleHTTPServer
or
python -m http.server
Navigate to http://localhost:8000 with browser
Move with Arrow KeysShoot Bullet with SpaceBullets Spawn from Current Ship Position and shoot westwardsWalls Spawn at Random Location on Start- Detect Collision of Bullet with Wall, despawn then
- Add to score counter on Wall collision
- Display Score Object
- Add Reset Score Button