Bitbot
Controls:
Left Arrow: Run left
Right Arrow: Run right
Up Arrow: Jump
R: Restart current level
Info:
This game was written in C for CJam which had the theme "bitwise". It is a puzzle platformer where you use various blocks to apply bitwise operations to Bitbot. If its light strip matches the door, you are allowed to go through to the next level.
I use the following libraries:
Other than those libraries, I started entirely from scratch. I wanted to write an engine that would be re-usable for other Jams and also contain a level editor. I was a bit over ambitious for the amount of free time I have and ended up making something way smaller than I'd hoped. I didn't even have time to throw in some basic sound. :( I might come back and flesh out the idea a little more at some point because I think it has some potential. The levels that I scraped together in a couple of hours don't really do the concept justice.
The source is terrible so I'd advise against reading it!
Status | Prototype |
Platforms | HTML5, Windows |
Rating | Rated 4.0 out of 5 stars (2 total ratings) |
Author | Julian |
Genre | Puzzle, Platformer |
Tags | cjam, Puzzle-Platformer |
Comments
Log in with itch.io to leave a comment.
Great game, I don't know that can port from C to web browser. Beautiful game!
Fun idea, and clever application of the theme! Also thanks for making an easy-to-run web version, haha.
Thanks! Thankfully Emscripten has nice SDL2 support so it was relatively painless to make a web build. : )