TheFiveMemberTeam / Retrograde-DarkOrbit

0 stars 0 forks source link

US15 - Add status bar changes to the queue each turn #92

Closed JosephTenEyck closed 1 month ago

JosephTenEyck commented 1 month ago

1 hr Take a "snapshot" of the statusbars at the start of each turn compare to the end of the turn, add a message to the queue for each bar saying % it changed

JacobAKnox commented 1 month ago

Joseph and I reviewed this few notes: Rename the startTurn and endTurn should be renamed to better represent what they do, maybe something like take status bar snapshot, queue status bar changes. on line 313 there is an easier way to copy an object, i believe its called structured clone These functions should be called somewhere probably in gameLoop

JosephTenEyck commented 1 month ago

Done