Skip to content
Daniel Jones (jonesd37) edited this page Mar 6, 2018 · 4 revisions

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

Clone this wiki locally