
Video Game Blog
September 23, 2019
I've been working on the processes for Saving Games (Campaigns), Loading Games (Campaigns), Starting New Games (Campaigns) - which that last invokes Saving Games automatically a Player starts a new game.
The process is proving a little challenging to make sure that depending upon what function a person is invoking, that files are read from the proper location, as not all files have the same start point.
I've been stepping through each phase slowly in an attempt to work out all of the glitches. BTW...'Glitch' is not the same as 'Bug' - at least to me. A Bug is something that has graduated past a Glitch by being able to get past testing and rears its ugly little insect head from out of under the refrigerator! While a Glitch, is something I see while coding and trying to create code that makes the system work the way it is supposed to. Down with BUGS !
