fudge 2017-12-05 16:48
The background music sounds fun, and the source code is definitely a game, but my Java compiler is too old.
It bails on the lambdas (which were a recent addition to Java, I think): ``` $ javac *.java MyScreen.java:158: error: illegal start of expression upgrades.forEach(upgrade -> g2d.drawImage(upgrade.getImage(), upgrade.getX(), upgrade.getY(), null)); ^ ```
I did read the source, but I don't think I can really rate a game on it's code alone!