
This game was made in the month of November for the 2021 GitHub Game Off jam. The theme of the jam was "bug." It was made with Unity.
- Fireflies on itch.io: Play the game directly on your browser here.
- Jam Submission Page: Feedback on the game by other participants can be found here.
- Top-rated entries from Game Off 2021: GitHub Blog post featuring the game.
- Unity as the game engine.
- Blender for graphics.
- Ableton for sound editing.
- Jetbrains Rider as my IDE of choice.
- Spacescape by Alex Peterson for the game's skybox.
- Make sure you have Unity version 2020.3.21f1 installed, as that is the version of the engine that was used for this game. You can get it from the Unity Hub.
- Clone this repo in your desired directory:
git clone https://github.com/diego-escalante/GO2021-Fireflies.git
- Start up the Unity Hub. Open the project and ensure that the editor version 2020.3.21f1 is selected for the project.
- Once the engine opens up the project, you can run the game by opening up the main scene and pressing the Play button in the top center.
The game received the following rankings in the game jam:
Category | Rank (out of 531 entries) |
---|---|
Overall | 59 |
Gameplay | 163 |
Audio | 4 |
Graphics | 36 |
Innovation | 103 |
Theme | 40 |
- The project has an MIT license. Feel free to inspect the game, tinker with it, and learn from it. Let me know if you do something cool with it! Cheers!