Submitted by abitowhit on Thu, 05/19/2022 - 01:41
Outstanding Issues:
To Do's
Challenges
Created: 5/31/2022 (in progress)
Completed:
Create challenge system, challenge object class and challenges CRUD.
Started:5/31/2022 - built object class and quickly realized that there should be two separate classes. I removed any "challenges" specific properties from the "player challenge" objects. This will reduce save data. Items like Title, Description, etc. will be outside of the Challenge class object which only contains:
(int)Idx to reference the challenges index,
(bool) Completed
(int) HighScore