Friday, 13 June 2025

Horror Game Pt3

Horror Game Pt3
The logic for certain systems started to be coded here. For example, this is the logic for the pin pad. Each button on the pad is numbered, and depending on which is interacted with, a string of value 1-10 is appended onto a larger string that constitues the overall PIN. When the submit button i…