top of page

Software

Car Reservation

RIT's mock dodgeball reservation system (C++ & JAVA). The system reads from a pre-set manifest of the team. Players choose between 9 vehicles and create or delete reservations. Each player has unique amounts of credits (depending on how much the coach cared for them) and choose seats on a first-come first serve basis.

image_2024-02-24_082029256.png

Playlist Player

C++ program that uses object-oriented code (Classes, Lists) to read from a text file filled with YouTube links, Song Names, Artists. User is able to create, display, delete, and play the playlist.

image_2024-02-24_081415369.png

Grade Calculator

C++ program that calculates a student’s final course average based on the grades for their homework assignments, laboratory assignments, term paper,
midterm exam, final exam, and class participation.

Screenshot 2022-04-15 085008.png

Polar To Rectangular

C++ program that performs these

polar -> rectangular and rectangular -> polar conversions.

Screenshot 2022-04-15 083254.png

Connect 4

The Connect4 game where two players take turns
dropping their checker until either someone wins the game, or all positions in the grid have been
taken

Screenshot 2022-04-15 080558.png
bottom of page