On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Star System DefenseView game page

A minimalist game for Acerola Jam 0
Submitted by PlaneShaperGames — 8 hours, 30 minutes before the deadline
Add to collection

Play game

Star System Defense's itch.io page

Results

CriteriaRankScore*Raw Score
Originality#6372.5003.750
Gameplay#8191.5002.250
Overall#8191.7222.583
Presentation#8951.1671.750

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

What do you like about your game?
That it got made at all!

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

ok, a trick for anyone who would want to play this: launch the .jar instead of the .exe, solved the issues for me.

anyway, back to the review: the core concept is interesting but it need more in depth, like more variety in things to buy or visual feedback (for example, took me a moment to understand that orbits were “sockets” for others upgrades because it had no visuals to indicate orbit availability)

Submitted (2 edits)

Hello! I was able to get the game to run, but only after installing the specific version you suggested (17.0.10+7). I devlop in java and have been using newer versions like 18 but it seems that the game relies on some libraries that have either moved or changed in some way between 17 and 18, Java 17 is LTS so I wouldn't say you did anything wrong.

I'm not a super experienced Java dev, but my advice would be to keep keep multiple versions of the JDK installed so you can try to build and run on them throughout development. Best case, the changes needed to make it compatible across multiple versions are trivial, worst case you have an objective list of supported and unsupported versions that will help people troubleshoot.

As for the game, It took a moment to start to understand, but I eventually got the game loop. Seems like it could be a pretty solid strategy game, there are a few things I couldn't quite figure out though. I know that selecting specific objects will generate a specific resource, but I couldn't quite tell what was causing the passive income of other resources?

I think the amount of instruction you gave is fine though, it was enough to start playing and letting players discover the strategy and nuance for themselves is fun. I think starting the player with a small pool of every resource would have helped a lot though, it would give the freedom to discover which orbits and enemies are associated with each resource without the risk of immediately dying. 

Overall I think it's a pretty decent framework and an interesting concept. I could easily see it developing into a larger strategy game or even a more roguelike experience. 

Developer

For a bit of troubleshooting, please ensure you have at least Java 17 installed.  Although it is embedded, if you already have an older version of Java in your classpath, it probably will cause a conflict.

I recommend installing JDK/JRE version 17.0.10+7 or higher from Openlogic's downloads.