Skip to main content

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

Fireflies in Space v0.1View game page

ToBuJam 2.5 Submission
Submitted by programmer_jeff (@jahbaajee) — 1 day, 10 hours before the deadline
Add to collection

Play game

Fireflies in Space v0.1's itch.io page

Results

CriteriaRankScore*Raw Score
Innovation#123.2863.600
Graphics#153.0123.300
Overall#182.4652.700
Gameplay#192.2822.500
Theme Interpretation#202.5562.800
Audio#221.1871.300

Ranked from 10 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)

A fun game. I somehow made myself the goal to make a full black circle. I did not disappoint myself! It's a fun little game to play, that can drain time than you'd suspect! 

Submitted(+1)

It's simple but super cool. I really like the idea of using genetics in games, something about it is fascinating and super cool. Nice job!

Submitted(+1)

Unfortunately couldn’t try this game myself, my antivirus doesn’t let me download. Watched it only on stream.

I like the visuals, looks unique and calming, it’s very pretty. And I saw on stream that it’s made completely from scratch, just in visual studio, which imo is very impressive ^^

It seemed great and feels like a relaxing game. Hopefully someday I would be able to try it too, maybe if you can make a web build :)

Submitted(+1)

Very unique game, i love this kind of retro/abstract graphics, it's something very uncommon to see nowadays, the concept of the game is nice, i would have loved to see this integrated deeply into a game loop, nice entry!

Submitted(+1)

Very interesting idea. Using sierpinski triangle like fractals sold it for me. I had a quick look into the shader you wrote for your game, and wow thats a lot of work you put into it and I understand mostly nothing of it XD. Everthing is nicely animated but gameplay maybe falls a little flat. Nonetheless nice entry. 

Submitted(+1)

Well done Jeff! Worked flawlessly for me.

Such a unique visual, it was fun to experiment with the color combining and it left me wanting to zoom in to see it in all it's glory.

Great work getting this entry in, would love to see more from this.

<3

Submitted(+1)

I wanted to try a game, but I got a message instead: “The instruction at 0x00000000 referenced memory at 0x00000000. The memory could not be written.”

Moreover console input is: ‘’’ Failed to create GLFW window Failed to initialize OpenGL loader! ‘’’

Developer

Sorry to hear that, what operating system? Video card? are you using?  That's the only thing that I can think of without more information... I wonder if there's a file missing that I need to include... if you try any of my other demos let me know if they at least run for you, that would probably help me narrow down the issue, whatever it may be.

Thanks for trying and letting me know about the error.

Jeff

Submitted (2 edits) (+1)

I’m using a PC with Windows 11 and I’m using RTX4070. Once more, I tried to launch this game normally and as a administrator, but the same error occured. Moreover, I tried your three other projects:

  • Space Trader re-Factor - not working, the same error
  • Space Shooter Demo (Prototype) - as above, but launch after second attempt
  • 3D Terrain + more (Code included) - this works perfectly

What I can do additionally is try on different PC device (with Win10 and GTX1050Ti), if something will change, I will give a reply.

EDIT: On my second device, the game is launching but closes after a short period (I only see something which looks like stars on black screen). Logging from console:

ERROR::SHADER_COMPILATION_ERROR of type: FRAGMENT                                                                       ERROR: 0:1: '' : illegal non-ASCII character (0xef)                                                                     ERROR: 0:1: '' : illegal non-ASCII character (0xbb)                                                                     ERROR: 0:1: '' : illegal non-ASCII character (0xbf)                                                                                                                                                                                                                                                                                                                      -- --------------------------------------------------- --                                                              ERROR::PROGRAM_LINKING_ERROR of type: PROGRAM                                                                           Attached fragment shader is not compiled.                                                                                                                                                                                                        -- --------------------------------------------------- --

About Space Trader re-Factor game there is running, but closes after short period, it looks that graphics is good, except one console line: “Failed to load texture”

Developer(+1)

ok, thanks, that helps me, the space trader re-factor and the game jam game both used the same project files ... hmmm

Developer(+1)

Ok, I watched someone live had the same problem (they were streaming the game and I was able to narrow down the problem and this solution fixed it), but if you save the file as UTF-8 encoding, it will eliminate the Unicode errors, not sure why this happens, but I blame my lack of understanding the plethora of settings available in Visual Studio.  Anyways, hope this helps, and I will try to update the files for these two demos upon next release... in fact, that may be the next release.

Thanks again,

Jeff

Submitted(+1)

Thanks for suggestion, also after figthing with my antivirus (Avast seems to be not best option too choose after all). I want able to finally test a game. I can appreciate the art style of game. I also like the idea that you didn’t used any “popular” game engine and utilize your own code (together with GLFW and OpenGL I guess). According to game, I like the idea of merging fireflies and the fact their child has their colors and similar patterns.

P.S.: I see that you pass colors from/to shaders as variables 1:1 (each variable for color). You could try using tables to store colors.

Developer(+1)

Thanks for playing and the feedback!  Yes, I already have some tables of colors that I've used in the Space Trader game, one for Asteroids' colors, and one with different shades of blue for Ice Crystals.

Anyways, take care,

Jeff