Welcome!
Last updated
Last updated
Javascript rewrite of Andrew Merrill's 2D Python graphics library. ~Just like from Computer Science 1
To make an animation or game, you need to write three functions:
A function that initializes a new world
A function that updates the world for each frame of the animation
A function that draws the world on the screen