Make sure your recursive methods have a proper base case that is guaranteed to be reached eventually.
Created by jamie 12 months ago
Access Level: premium
Account: MVCode
It's worth pointing out that recursive methods can take multiple parameters too
Created by jamie 12 months ago
Access Level: premium
Account: MVCode
Use backtracking to reverse engineer what this method does
Created by jamie 12 months ago
Access Level: premium
Account: MVCode
Backtracking is a technique you can use to work out what a recursive algorithm does
Created by jamie 12 months ago
Access Level: premium
Account: MVCode
A recursive method is a method that calls itself. These can be tricky to write but can also make life easier sometimes.
Created by jamie 12 months ago
Access Level: premium
Account: MVCode
Learn how to make a player object move around the screen.
Created by mattm about 1 year ago
Access Level: premium
Account: MVCode
Add a final Ceremony scene and tie all the animations together
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Make the Olympian cat try to dunk a basketball
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
A list of challenges/ideas for expanding on the Tower Defense project
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Make the Olympian cat do a high dive into a pool
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Make the Olympian cat jump over a hurdle
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Learn how to rotate something to look at another thing
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Create an animation with the Scratch cat competing in the Olympics
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Add the finishing touches to the Tower Defense project
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Create a "Wave" system that will spawn enemies at certain times
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Many companies work with user data organized in tables. We're going to make a simulated grid and perform some example calculations
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Search an array for all index numbers that meet a certain criteria
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Create a 2D Array of given size of random values from 0 to 10
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Create a method that takes in a 2D array and prints it visually
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Here we create a 2D Array, assign it values, and read values from it
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Learn to create 2D Arrays
Created by jamie about 1 year ago
Access Level: premium
Account: MVCode
Create an HTML menu that interacts with our game
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Add collision between the projectiles and enemies
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode
Make your own fish tank!
Created by slinkous about 1 year ago
Access Level: public
Account: MVCode
Create a projectile the turret will shoot at the enemy
Created by aaronjau101 about 1 year ago
Access Level: premium
Account: MVCode