Sunday 1 May 2022

Ludum Dare 50 - Garbage Collector Simulator


Theme: "Delay the inevitable"

Game: "Garbage Collector Simulator"

The intention of the “game” is to simulate process of Garbage Collection (based on Java). Your goal is to keep the program running as long as possible by clearing the memory from unused objects. 

https://ldjam.com/events/ludum-dare/50/garbage-collector-simulator

Distribution:
https://wdebowicz87.github.io/garbage-collector-game/public/index.html

Code:
https://github.com/wdebowicz87/garbage-collector-game