
Intro to OOP: Creating Objects of Classes
Introduce learners to creating objects of classes
Easier Java
Aquarium
Learn about arrays of objects by creating an aquarium.
Easier Java
Emoji Builder
Create a custom emoji using the NonBlockingGame class.
Easier Java Python 2d grid
Shape Collection
Draw circles, rectangles, polygons, and text.
More Difficult Java Python vector graphics
Pattern Builder
Create colorful patterns with the ColorGrid Class.
Easier Java 2d grid
Square Fill
Create random layered squares using the ColorGrid class.
More Difficult Java 2d grid
GameBasics I
Display a custom message and alter it with keyboard input.
Easier Java Python game 2d grid
GameBasics II
Create a player that can be moved around the game board with keyboard input.
Easier Java Python game 2d grid
BugStomp
Make a whack-a-mole style game where the player stomps bugs to increase their score.
Easier Java game 2d grid
Rainbow Snake
Create a colorful Snake game.
More Difficult Java Python game 2d grid
Tron
Create a two-player game that resembles the movie Tron.
More Difficult Java game 2d grid
Monster Adventure
Player collects fruit while avoiding the monster.
More Difficult Java game 2d grid
Chaos Game
Create fractal designs using a chaos game algorithm.
More Difficult Java
Game of Life
Create an interactive cellular automaton.
More Difficult Java 2d grid
Sudoku
Create a program for solving sudoku puzzles.
More Difficult Java game 2d grid
Patterns in Song Lyrics
Detect repetition in song lyrics and generate a graphical representation of the pattern.
More Difficult Java Python real-world data parsing
Mountain Paths
Given elevation data, find the path of least elevation change using a greedy algorithm.
Most Difficult Java real-world data path finding
Earthquake Linked List
Generate a singly linked list containing real-time earthquake data.
More Difficult Java Python real-world data linked list
US Cities Map
Create a Map of Cities in the US
More Difficult Java real-world data
Maze Generator
Build solvable mazes with a random-branching algorithm.
More Difficult Java 2d grid
Interpreter
Create your own programming language.
Most Difficult Java vector graphics parsing
Street Map
Use Dijkstra's algorithm to find the shortest path across a city.
Most Difficult Java real-world data path finding