Skip to content

Asteroids Game Using P5.js (Day 17 of My Challenge)

Notifications You must be signed in to change notification settings

zsoltime/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 17 of My 3 Weeks Game Challenge

Asteroids game using P5.js

User Stories

  • I can see my ship in the middle of the canvas
  • I can see randomly placed asteroids
  • I can control my ship using my arrow keys
  • I can shoot by hitting space
  • If I shoot an asteroid, it breaks down into two pieces
  • I can see my lives or energy level
  • I can see my score

Next Steps