Our Programs

Java Programs

Java is one of my favorite languages to program in. I have worked with it for many years, and it is a language that I have a deep appreciation for. Going back to when I started programming in college at Salt Lake Community College, I was overjoyed to find out that Java was the language they used for their Computer Science curriculum.

Over the course of the last 11 years, I have written programs for school and personal projects, which ultimately has given me deeper knowledge and appreciation for Java as a programming language and Object Oriented Programming as a whole.

Some projects that I have enjoyed most include developing Minecraft Server Plugins, which I have a whole page dedicated to showcase those, as well as GUI applications and games that I have written. Some of these were done as for school work, but others are side-projects I work on and maintain when I have time.

Click on the screenshots or links below to learn more about some of the programs I've worked on and even download them!

download

Minecraft Server Plugins

Check out some of the Minecraft Server Plugins I have developed, which are compatible with Spigot, Paper, and other similar server software.

download

ServerGUI

An advanced desktop-based interface for running Minecraft Java Edition servers.

download

Same Game

A relaxing puzzle game where you match adjacent tiles of the same color to score points. Can you clear the board?

download

Mastermind

A challenging logic and puzzle game. Can you crack the code?

download

Tic-Tac-Toe

A simple Java Swing GUI version of the well-known classic, Tic-Tac-Toe. Two player mode only.

download

Ultimate Tic-Tac-Toe

A crazy spin on a classic, Ultimate Tic-Tac-Toe is written in Java.

download

Basketball Database

A self-contained Database Management System for several Basketball teams and players. Now with Advanced SQL Mode!

download

SpongeMaker

Ever wanted to make your own SpongeBob facial reaction combinations? No? Well now you can anyway!

C# Programs

Though Java is where I found my passion for programming, C# was an easy transition from Java and is something I have become pretty proficient in as I use it in my professional career.

Currently, the C# projects below are games I created for college courses and for personal side projects. In the future, I will include some info about projects I've worked on professionally as well.

Click on the links below them to learn more about some of the C# programs I've worked on/created, or to download them!

download

SameGame (WinUI)

A Windows 10/11 port of my Java game "Same Game". Match tiles and score points. Just as relaxing and fun as the Java version!

download

Dragon Adventure

An original Command-line based text adventure game. Begin your journey now and face the mighty dragon! Will you survive?

download

Connect Four

A simple Command-line based Connect Four game as a proof of concept. Two player mode only.