Hello guys,
I have 2 methods in my run method, update() and render()
on my update I check if some letter was typed and put it on a char[] to draw on render, but i’m having some problems to draw, because I want to put the letters exactly above lines, but i just draw letter for letter.
The game is like a hangman with little differences…
Here is my code of render and update: