8: May 17th, 2020 - TerryHongliWang/y10unit3 GitHub Wiki

Summary

This time, I created the news system that synchronizes with the in-game events, which change values of environmental damage and its subcatagories, and money. This connects to the additional list with event, message and the numerical values. This was the first time I had to use this type of list, even though I made a different one for environmental damagers, but I hadn't implemented that yet. This used a for loop that looked at spaces and each row, so that I could match my news bar to the events that happened, as well as changing the economy and environment, but I'm not sure how I would implement events yet, either randomly or through progression. Also, I don't think my GitHub pages is working correctly, it seems to be different from my local files


Tasks

  1. Add events into the program/codee