top of page

Java Projects

DisneyZuulGame: Our final project for programming one was to create our own zuul game. The point of the game was to go through different rooms, collect objects, and win the game. In my game, you are a kid that lost their family in Disney's Magic Kingdom. The characters help you find them if you help the characters. Once you get to the entrance and leave with your whole family, you have won the game. 

Click on the images to see the full code on GitHub.

Tic-Tac-Toe: With only two classes, we had to create a tic-tac-toe game. This project was started from scratch. I had to make sure that every combination of winning, losing and draw were accounted for so it played like a real tic-tac-toe game. 

PrimeNumbers was created as a discrete math project. We had to use the prime number theorem and our own way to find the amount of prime numbers between 1,000,000,000 and 2,000,000,000. We then had to find 25 prime numbers in between them.

We worked with code to draw different objects. One of the assignments was to create a picture. It probably should have been a quick homework assignment, but I got really into it and spent a few hours drawing my room.

With recursion, two different ways of looking at a binary search tree will print out. One way was a project and another was for an exam.

This project only has one recursive method in paths and one in test to figure out the number of paths between two points.

bottom of page