Have two variables to store the health ints. Then, write an IF statement to check if the player's attack hits the enemy. If so, change the enemy's health to it minus itself. The GUI can be a FOR statement that prints out many '■'s at a certain location.