This database is used to store information regarding players, creatures, items, and locations, and could be used in an MMO/RPG game. The program will initialize the database, and add randomly generated information to the database. Then, it will create a graphical user interact that allows adding, editing, or deleting anything inside the database.
isabellaboone/Database-Visualizer
This project has the logic to generate information to replicate a video game environment and then display the contents of the database in a GUI. Completed for Database Management Systems (CSC371) in Spring 2020.
Java