Advanced JS: Games & Visualizations
Now that you know how to program in JavaScript and make basic drawings and animations, how could you use that knowledge to make games and visualizations?
Help Requests
Project Evaluations
Community Questions
All content in “Advanced JS: Games & Visualizations”
Intro to Games & Visualizations
A quick tour of the many components of games and visualizations, demonstrated by some of our favorite programs.
Transformations
Learn how to use translate(), rotate(), and scale() for easier manipulation of the shapes in your programs.
Scene management
Learn how to change between multiple scenes in your program, even if they're animated or interactive.
Buttons
Learn how to create clickable buttons for your programs that are easy to customize.
Making a Side Scroller: Hoppy Beaver
Learn how to make a simple side scroller, where you press a key to get your beaver to collect enough sticks for their den. You could easily extend this to make your favorite flappy game!
Making a Memory Game
Ever played the game where you flip over cards and try to find pairs? Learn how to program a digital version of it!