Add a class to handle text in the game.
Started writing a HUD that currently displays the frames per second. It is created by the board, but that should be moved to the Game class.
The idea is to collect there all the info for the player, and display it from there.
Log in to post a comment.
Started writing a HUD that currently displays the frames per second. It is created by the board, but that should be moved to the Game class.
The idea is to collect there all the info for the player, and display it from there.