Description
Implement a game loop where the input, update and render methods are being called for the array/list of the living entities / items loaded up.
Ideally the game loop should be non blocking, maybe have the input on a seperate thread and create the input lexed tokens as an atomic?