A simple platformer game made in html, css and vanilla js entirely. Project from FCC I improved the original project, by making the physics more realistic. Before you could infinitely jump, now the game is more balanced and playable. Github Pages website for this project: https://oia20.github.io/JS-Platformer/
Technologies used:
- HTML
- CSS
- Vanilla JS
Problems faced/concepts learned:
- I learned more about using classes and OOP in this project.
- learned more about using canvas, and implementing game physics in JS.