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

At the edge of the binView game page

See the README.md for how to play it
Submitted by videosboy — 8 hours, 18 minutes before the deadline
Add to collection

Play game

At the edge of the bin's itch.io page

Results

CriteriaRankScore*Raw Score
How creative is it?#24.5004.500
How fun is it?#32.5002.500

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 (1 edit)

Following all of the instructions gave an error when trying to run the program.

I would recommend you build your game as a .jar file, since it makes it much easier for users to use. In fact, the user wouldn’t need to have any special developer tools or libraries installed. As long as they have the Java runtime installed, the game would work.

Developer(+1)

I changed the README and the game page, maybe now its clearer how to play it (sorry)

Submitted

I also updated my comment with some advice… If you follow that, then you do not need to distribute the entire source code of the game. You can distribute only the .jar file, and put some basic instructions in the project description (like the command that should be used to run the game)

Developer

I was going to do that, but i didnt have any time to search how to do it.
I wanted to export it to a .bat, so it still works in a terminal or something like that
I'll try to do it, but mark that it wasnt the original game made in time for the jam, since i feel like cheating

Submitted(+1)

Exporting it as a .bat would be much more complicated, and would be less portable since it only works on Windows.

Many people will already have the Java runtime environment (JRE) installed from using Minecraft, and if not it is extremely easy to install.

I believe maven is a common tool for bundling Java projects (as well as referencing dependencies).

I hope I’ve helped!