Head-First-Java
Head-First-Java copied to clipboard
changed package name from helpers to chap05
Game.java tries to import GameHelper from another package that doesn't exist, "helpers", which stops the game from running.
(P.S. Loving the book 😄 )