Skip to content

gunnar-miklis/bb8-mini-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bb8-mini-game

project for w2d5 of ironhack web dev bootcamp 2023

learning goals

  • introduction to canvas and p5
  • make an animated background
  • spawn player and obstacles
  • detect collision of player and obstacle
  • jumping behavior (velocity and gravity)
  • working with classes and methods (object oriented programming)