Skip to content
Nikolay Valkov (valkovn) edited this page Mar 14, 2018 · 4 revisions
Clone this wiki locally

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.

14/03/2018 - Nick - Uploaded my game to github. This is temporary version for linux specifically, might need minor changes for windows.I still have functions i need to implement like the passive mining and making another table jsut for so i can save my per_click and passive mining values.