Skip to content

GeorgeWL/JqueryShipGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JqueryShipGame

Challenge

Create a ShipGame using either Javascript, Jquery and the other included libs ONLY.

Navigate with arrows, shoot with space.

Javascript Client Side

python -m SimpleHTTPServer

or

python -m http.server

Navigate to http://localhost:8000 with browser

Details

  • Move with Arrow Keys
  • Shoot Bullet with Space
  • Bullets Spawn from Current Ship Position and shoot westwards
  • Walls 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

About

Freshing Up on Jquery with a simple Game. Intentionally NOT using any libs, to learn how to do with pure Jquery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors