Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Heroes JourneyView game page

Submitted by zaifnatra — 2 hours, 16 minutes before the deadline
Add to collection

Play game

Heroes Journey's itch.io page

Results

CriteriaRankScore*Raw Score
Enjoyment#201.1552.000
Graphics#200.5771.000
Audio#200.5771.000
Technically Sound#200.5771.000
Innovation#200.5771.000
Theme#200.8661.500
Overall#200.7221.250

Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+3)

FOR THE PLAYERS

To run the game, first make sure you have Java installed. After unzipping the file, open your favorite command line tool and navigate to the spaceus-main/spaceus-main/sprite final backup. Run the following command: javac entity/*.java main/*.java tile/*.java

Then run java main/launcher

And a window should open up with the game.


FOR THE DEVS

.java files are not executable, they're just lines of text that need to be parsed by a compiler and turned into executable files. Next time it would be a good idea to look up how to build executable files for Java projects :)

On another note, I find it impressive that you managed to do your first game jam with no game engine whatsoever. There are quite a few problems, for example the collisions don't match with the actual map, and the window is larger than my screen, but that is to be expected for a first jam. Keep it up!

Developer(+2)

Thanks so much Jordan.  Really appreciate your comment!

Submitted

Running launcher.java gives me this error:

Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null

        at java.desktop/javax.swing.ImageIcon.<init>(ImageIcon.java:232)

        at main.launcher$1.<init>(launcher.java:24)

        at main.launcher.main(launcher.java:22)