Log In  
Follow
noSpaces102
BrainF8 (BrainF**k)
by

Cart #colorfulfriends-6 | 2022-06-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

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 or Z 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.

[ Continue Reading.. ]

1
2 comments



Cart #juheyedapo-8 | 2022-05-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

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 or Z and click Up Arrow or Down Arrow in the menu to change your location.
  • Left Arrow or Right Arrow in the menu to switch character.
  • X in the menu to start the game with the selected character.

Enjoy!

4
1 comment



Cart #genakizori-7 | 2022-04-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

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.

[ Continue Reading.. ]

7
6 comments



Cart #nagabibisu-1 | 2022-03-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

What is it about?

Juicy Fruits is a game about getting as many fruits as you can before dying. You select your character
[8x8]
and jump into the world to dodge pesky ants
[8x8]
and feast on delicious fruits

[ Continue Reading.. ]

2
0 comments



Cart #warokonugu-7 | 2022-03-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

What is it about?

Juicy Fruits is a game about getting as many fruits as you can before dying. You select your character
[8x8]
and jump into the world to dodge pesky ants
[8x8]
and feast on delicious fruits

[ Continue Reading.. ]

1
2 comments