ICEREG1992 / fungwafrenzy

Modern Offline Client for FMV Cult Classic "Fung-Wa Frenzy"
MIT License
0 stars 0 forks source link

Track what blocks the user has seen #29

Closed ICEREG1992 closed 2 months ago

ICEREG1992 commented 2 months ago

Describe the addition

Keep track of what blocks the user has seen on their current playthrough.

Context

Some videos in BSB will only show if you have/haven't seen certain blocks during your playthrough.

Proposed Solution

Add this to our gameState variable

ICEREG1992 commented 2 months ago

This should also be able to judge on if you've seen specific videos within a block (in the case of the Solarium Club, where this logic is used to play a certain video on the first visit of a block)

ICEREG1992 commented 2 months ago

This is implemented, but perhaps not in its final form. Closing for now and may open a separate issue to enhance