Cameron Zabroski

My Projects

Project 1

Battleship Game

Java | JSON
April 2023
- Made a Battleship game where players race to sink ships on a coordinate plane before the AI
- Can connect to a server through JSON to test your AI against a peer - follows MVC structure
- Worked with a partner showing collaborative coding skills

Project1
Project 2

Calendar App

Java | Scene Builder | Javafx
June 2023
- Made an interactive calendar app to manage different tasks and events throughout the week and then export the data to a reusable file
- Used Scene Builder to facilitate user-friendly interactions
- Successfully uses Javafx library to implement customization and create a personalized calendar

Project2
Project 3

Mock Shell

C
September 2023
- Created a shell implementation to execute different shell commands
- Personally implemented cd, source, prev, and help commands
- Demonstrated proficiency in C programming as well as system-level interactions

Project3