For a much smoother introduction to coding (without setup and configuration hustles) I recommend codeguppy.com The site contains also many of the examples from this course.
Entire code base of the JavaScript course that I teach in 2017. When refering to these examples please remember:
- these examples are intended for students with no prior coding experience
- examples were built progresively as new language elements were introduced
- p5.js library is periodically 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: You can edit and play these examples on thimble.
VMA