OOP game built with web technologies (html, css, javascript)
Move player with arrow keys :)
https://ironhack-jan2025-processtrusters.github.io/oop-game/
- create a Game class
- shooting
- drop different things (prizes, different types of obstacles...)
- count points
- improve game over
- levels
- multiple lives
- allow moving the player up and down
- allow diagonal movement (example: https://codepen.io/luisjunco/pen/yLZaoKN)