Fireflies in Space v0.1
A downloadable game for Windows
Download NowName your own price
Made this for the ToBuJam 2.5 game jam, my first jam where I've actually completed a game!
To play: Click on a firefly to add it to the incubation chamber, they will make a new firefly with the colors from the parents (up to 10 colors).
AI Content: Title graphic text, but everything else about the title screen graphic is made by myself. I also refer to BING AI when coding, so my education specific to this game's code in select places is from AI.
Update! 11/29/2024 - Added animation for incubation chamber, and added some better animations for the breeding mechanic.
Status | Prototype |
Platforms | Windows |
Author | programmer_jeff |
Genre | Simulation |
Download
Download NowName your own price
Click download now to get access to the following files:
Fireflies.zip 876 kB
Development log
- Added some better animations50 days ago
- Game Jam Entry! First ever! Yeah!55 days ago
Comments
Log in with itch.io to leave a comment.
Hey guys, I had an error report, that this was not even running, anybody out there that can confirm this works or not on their system please? Thanks.
I was able to track down the problem of the shaders not being saved in UTF-8 encoding, so if that's the problem for you, just load them in notepad and save them back again... I guess? Hopefully I will have the correct settings in Visual Studio so that when I save the shaders, folks on the other end won't have to implement this change if their system isn't already set up to save "appropriately".... anyways, there's that solution.