Projects

Joust Game

Written: November 14, 2016

Created a Joust game for CSCI 111 that lets the user create two Players with different attributes. When the contestant from whichever side gets knock out of the horse or lose their stamina they will lose.


Creating a Graph

Written: Feb 4, 2018

In this project, we were introduced to Graphing Data structures. Throughout my program, users can input as many Nodes as they like followed by all the edges. After all, the input is given, the program will create a vertex list and an Adjacency list that connects all nodes depending on their edge connections.