CONTEXT
Random Project is a 2D game focused on procedural generation. Procedural generation is a process of creating content automatically in real-time. It allows resource optimization, increased replayability, and scalability.
In this game, about ten chests appear, sometimes unreachable due to obstacles. The chests are grouped by accessibility level, and their contents are shuffled among chests of the same type. This allows the player to search desired chests, offering pseudo-randomized content.
Project Creation Date
Developed in 2024 as part of Gaming Campus.
Team
Developed in collaboration with another developer: Alban Niemaz.
LINK(s)
Click here to access the GitHub