Home
Hello everyone! This will be our log book. If you upload something onto github make sure to write a detailed explanation of what you did here.(better late then never)This will help with keeping track of what's going on and who uploaded what.
05.03.2018 - Nick - Added the database The database has been created, for now it only has one table which is "mainGamePlayer". It has the columns ID(int),name(varchar(30)), cash(int),strikes(int),bank(int),lastOnline(date), score(int). The format to insert date is 'YYYY-MM-DD'.
06/03/18 - Compatability between the mainmenu / my game foundations between Linux and Windows. Foundations are done, main menu is done. Database integration still required. -jonesd37
10/03/18 -Nick- Added table minigameScores to DB it has the cloumns: ID PRIMARY KEY NOT NULL, name VARCHAR(30), hangman INT, brickBreaker INT, hazarGame INT, danGame INT, patrykGame INT.
wasd