OVERVIEW.
SCP Containment Breach Simulator - Solo-dev
This project was a simple project made to learn OOP Luau in depth. I can provide the scripts and the architecture used if you want to learn more about it.
Core Systems & Features
Single Script Architecture with a module loader.
Services, classes and abstract classes to make everything easier to read and debug.
Automatic tasks assignement with the help of the Task Class, with a custom RBXSignal event where a task is completed.
Specific game state and definition to handle everything that is related to the game without hassle, for example day count or tasks (randomized everyday).
Showcase:
Game: SCP Containment Breach Simulator
Architecture:

Showcase of how classes work with the Task Class:






