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 #7 Day #9

Another 4.5 hours, had another closing shift. I'm very lucky to have a job where I am allowed to open almost exclusively. I often caffeinate when working which doesn't work well in the mornings for me, and that combines poorly with the stress of a hard set deadline for work's end. Yesterday I could feel panic gripping at me as I realized I had only 45 minutes and no 45 minute projects to begin. Gotta stop doing coffee in the mornings.

Today I added a multiplier that counts the patrons currently entering the premise and uses that number to calculate a cash multiplier, a rush multiplier. To do so I'm having each entering patron add one to a int as part of start, and then deducting 1 from that int just before they are destroyed. For some reason this is causing the number of entering patrons to enter the negatives when the room clears. I'll be investigating that tomorrow. When the counter is working correctly its effecting cash flow correctly. Also made a visual indicator that only appears on screen when there is a multiplier to report on, shows data correctly all that jazz. Put a chunk time into handling the effects of upgrades better, its much more readable for me now.

This website was born today. Its a fixer-upper for the moment but it'll do. I'll find the time to beautify it.

Project #7 Day #10

Project #7 Day #8