Projects


Hangman Game in Python

Python3 based hangman game. This is meant to be run in the terminal and collects basic number inputs as menu selections to choose categories, add new words, or remove words already in categories.


2048 solver in Python

This is a 2048 puzzle solver written in Python3 using Selenium to open the webpage and input the basic command keys. This does not have any AI written into it and mainly just brute forces its way to attempt completing the puzzle. Average score is around 6000 with .


C++ Executables

Assortment of C++ programs compiled as executables.


Seminole Bank

Basic Seminole Banking application done for cop2258. This was used as an example of both While and Do While loops.


Database Examples

Collection of various database creation scripts that were all done for various classes.


COP3330 Notes

Notes taken for COP3330 class taken over Fall of 2019.

Database Example


This was a relational database created for dealing with attorney, attorney cases and judges.

Database example

This is a basic in class data warehouse that we set up with 100+ enteries that were autoloaded using a CSV file. This data warehouse includes a history tables that are autocompleted using events to record any changes.

Lookup table example