Bit Shift
How To Play
Press any key (or use the mouse) to shift gravity. Avoid hitting walls or touching spikes.
Credits
Music:
"Hinkik - Skystrike [Electro House] Attribution 3.0 Unported (CC BY 3.0)
Music provided by BreakingCopyright: https://youtu.be/xpi6JpoKDCs
Jam Info
This game was made for Trijam #101: The 3 hour game jam. The jam's theme was "Binary" so I developed a game that switches between two states. Gravity points the opposite direction in each of these states and the player must use this to traverse the procedurally generated level.
Status | Released |
Platforms | HTML5 |
Rating | Rated 4.0 out of 5 stars (1 total ratings) |
Author | Hyperspace Wizard |
Genre | Action |
Made with | Unity |
Tags | 2D, Arcade, infinite-runner, Minimalist, Unity |
Comments
Log in with itch.io to leave a comment.
Nice game! How did you do this noise effect? Did you use some shader?
The sound effects were generated using sfxr: http://www.drpetter.se/project_sfxr.html
And yeah, a shader was used to invert the colors when gravity changes.