For a much smoother introduction to coding (without the hassle of setup and configuration), I recommend codeguppy.com. The site also contains many of the examples featured in this course.
This repository contains the entire codebase of the JavaScript course I taught in 2017. When referring to these examples, please keep in mind:
- These examples are designed for students with no prior coding experience.
- The examples were built progressively as new language elements were introduced.
- The p5.js library is occasionally used as a teaching tool.
- Game: Catch the Ball
- Game: Invaders
- Game: Breakout
- Polar Coordinates: Magnetic Field
- Polar Coordinates: Eyes Following Mouse
- Analog Clock
- Function Graph: sin(x)
- Gaps Between Prime Numbers
- Blocky
📢 Note: Check also the coding curriculum from codeguppy.com
— VMA