Skip to main content

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

Connections - GD.tv 2026View game page

Submitted by IsenfireLDC — 1 hour, 32 minutes before the deadline
Add to collection

Play game

Connections - GD.tv 2026's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#7261.5673.000
Aesthetics#7641.5673.000
Fun#7651.3932.667
Music#7710.8701.667
Mechanics#7761.3932.667
Sound#7850.8701.667
Overall#7871.3932.667
Story#7940.8701.667

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

How many people worked on this game in total?
1

Did you use any existing assets? If so, list them below.
No existing assets were used

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

The game feels like something I would have played on Mac System 7 or Windows 95, which is cool and brings back good memories.. What's even cooler to me is the use of SDL with C (C++?).

Submitted

Had the same error :(

Submitted

Both builds give me an 'libSDL3_image.so.0' missing error.

Developer

If you haven't already, try setting the `LD_LIBRARY_PATH` environment variable.  Assuming that you start the game from a shell, you can run `export LD_LIBRARY_PATH=.` before you run the executable.  This will tell the linker that it can find the libraries in the current directory.

Unfortunately, I don't have a better solution at the moment.

Developer

I did a little more digging and believe I've found a nicer solution.  The latest build should run without any environment variable hacks.

Submitted(+1)

That worked, and I saw your update. That also worked. Thanks.