Project setup: Run start databaseSetup.sql in SQL+ to populate the tables from the file.
Runnable class: Game Manager
Options for Warrior ids: 887, 4567, 26227, 10000, 27493, 432
Options for Location Names (case sensitive): Ludi, Kerning, Ellinia, Henney, Perion
Insert: Select * from assassin;
Delete: Select * from warrior; Select * from playercharacter where id = ?; // replace ? with the id you have removed
Update: Select * from locations;
Disclaimer: We do not authorize the use of or any heavily borrowed elements from this project to be used by any other students enrolled in CPSC 304 and/or other courses taken at UBC.