Blog:
Where I track my Progress and logged hours.

Archive:
Where you can obtain my completed projects and steal my rules for First Blood.

Project #14 Day #137

8 hours, better phase saves.

Rewrote the phase end saving process to hold more than one phase worth of data at once. Created a save data type to track phase end data containing all the variables previously found in the game mode as well as the phase it is associated with. Instead of one set of these variables, the game mode now holds an array of this save data that can be referenced. Saving, loading and overwriting currently works. It was a ton of busy work. Implementing new functionality with this data coming tomorrow.

Documentation work.

Project #14 Day #138

Project #14 Day #136