I have created a simple system for the back end of my game, which has a simple class which will contain an inventory. Using this I will now create a new project for a potential CLI game…
DEV NOTE 2: Looking back at my main home screen, my grey “today” button has something wrong… It just says “22” not the “22nd”… to correct this I decided to implement a new method which could deal with adding the appropiate addition to the “dd” section of the date… However, this does currently not work as intended so more debugging is required!
DEV NOTE 1: This is the first dev-note for this project! So, to start off the project I have created a main home page with the “chronos” name in the top left and the two buttons at the top. The main idea is that the green and red buttons will direct you between the different functions, and the button below the top bar (with 22 in it) will be the “today” button which will show what you have scheduled for today, notes and other reminders, etc…