This is the codealong endless runner game for the JavaScript Game Development Course for Beginners by freeCodeCamp.
- HTML5 - Markup language
- CSS3 - Stylesheet language
- JavaScript - Lightweight programming language
- Vanilla JavaScript sprite animation (parallax backgrounds, enemy movement patterns, collisions, etc)
- 4 principles of Object Oriented Programming:
- Encapsulation
- Inheritance
- Polymorphism
- Abstraction
- Debug mode
A text editor like Visual Studio Code and a development local server such as Live Server.