Head-First-Java icon indicating copy to clipboard operation
Head-First-Java copied to clipboard

changed package name from helpers to chap05

Open CJDenning opened this issue 8 years ago • 0 comments

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 😄 )

CJDenning avatar Jan 28 '17 03:01 CJDenning