FoonLudum Dare ExplorerLD40 → WizardClash

WizardClash

By bananensouffle

View on ldjam.com

CategoryRankScoreCount
Overall2
Fun2
Innovation2
Theme2
Graphics2
Audio2
Humor2
Mood2

Comments

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!