FoonLudum Dare ExplorerLD42 → Crappy Bird

Crappy Bird

By devon-l-steyn and

View on ldjam.com

CategoryRankScoreCount
Overall2.165
Fun3.004
Innovation2.754
Theme3.004
Graphics2.504
Humor3.004
Mood2.254

Comments

crispypin 2018-08-13 13:34

it doesn't start

devon-l-steyn 2018-08-13 13:47

@crispypin That's odd, because everyone else that's tested the game says it starts fine. Are you sure you've got the Java Runtime Environment (JRE) installed on your PC?

sixbeeps 2018-08-13 14:27

@devon-l-steyn I couldn't run it either. I tried with "java -jar runnable.jar" and it gave me a message saying that it had been compiled already with a newer version of Java. To prevent this in the future, try making it an exe, or pack a redistributable version of Java along with the code.

devon-l-steyn 2018-08-13 14:34

@sixbeeps Whoops, sorry about these issues. I had actually tried to use Launch4j to convert the .jar into a .exe, but for some reason it wouldn't launch. But don't worry, I will make sure to use your advice next time; sorry for the inconvenience.

sixbeeps 2018-08-13 14:39

@devon-l-steyn No, you're perfectly fine. I have heard about Launch4j, but haven't really used it. Which version of Java did you use? I might be able to play it.

devon-l-steyn 2018-08-13 17:03

@sixbeeps Thanks! The JDK I used to create this game is the JDK 10. (According to my Eclipse project)