Buried in a commented-out section of the GameLoop class, I found a string of text that never made it into the game: // TODO: Add secret cutscene revealing Winston is actually a hologram controlled by the coffee machine. Doraha 2022 Ullu Original - 3.79.94.248
Because this is history. The "indie boom" of the 2010s wasn't just defined by the hits like Undertale or Five Nights at Freddy's itself. It was defined by thousands of repositories like this. Dunken Hina Facebook - 3.79.94.248
// From EnemyAI.java int moveChance = (int)(Math.random() * 20); if (moveChance > 15) currentRoom = currentRoom + 1; else if (moveChance < 5) // The stapler enemy gets stuck in the break room System.out.println("Stapler is drinking coffee.");
It’s crude, but it worked. It gave the enemies a jagged, unpredictable movement pattern that actually made the game harder than it needed to be.