top of page
All Posts


Enhancement Three: Databases Pt 2
After establishing the First in, Last Out Queue structure, I realized I could also apply the same principle to something that needed...


Enhancement Three: Databases
In this category, I planned to: (1) Incorporate a database to store statistics about the game (2) create a scoring system based on...


Enhancement Two: Algorithms and Data Structures
In this category, I had planned to: (1) use different data structures to accomplish the intended functionality with (2) improve map...


Enhancement One: Software Design and Engineering
This artifact was originally written in Python, now remade in Java. Not only has the functionality been replicated, but the overall...


Initial Code Review
This code review covers the beginning state of the code before enhancements were started.


Original Artifact
In IT 140: Intro to Scripting, we were tasked with coding a text-based game in Python. Mine involved a simple square map of 9 spaces to...
bottom of page