Colorful friends is a game loosely inspired by Big Bang Theory. In an episode of Big Bang Theory, Sheldon creates a puzzle where you must seat people at a dinner table. The color of the people dictates who they can sit next to and where they can sit. I made a game similar to that in Pico-8: Colorful Friends.
How do I play?
- Use the Arrows to control the cursor.
X
to scroll through the characters.C
orZ
to submit your answer for verification.
There are 25 levels in the game. In each level you must meet the demands of every person.
Each color of person demands a certain number of neighbours (up, down, left and right) between a minimum and maximum.
Flappy UFO (flappy bird clone)
How do I play?
Up Arrow
to jump.-
Down Arrow
to drop.
Don't touch the green pipes. - Hold
C
orZ
and clickUp Arrow
orDown Arrow
in the menu to change your location. Left Arrow
orRight Arrow
in the menu to switch character.X
in the menu to start the game with the selected character.
Enjoy!
BrainF8 (BrainF..k)
What is BrainF..k?
BrainF..k is a programming language consisting of only 8 symbols for commands. BrainF..k also has memory cells, where you can store numbers. Every memory cell starts at 0 and will loop around if over 255 or under 0.
Commands
+
: add 1 to the current memory cell.-
: subtract 1 from the current memory cell.>
: change the current memory cell to the memory cell on the right.<
: change the current memory cell to the memory cell on the left.[
: start a loop that will continue as long as the current memory cell is bigger than 0.]
: end a loop that will continue as long as the current memory cell is bigger than 0.