Log In  
Follow
noSpaces102
BrainF8 (BrainF**k)
by noSpaces102
[ :: Read More :: ]

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.
The min and max neighbours for a color can be seen in the bottom right corner of the screen when your cursor is over a person of that color (if you cursor is over a red person, you can see the min and max neighbours for a red person).
But, just to be clear, below are the demands for each color.

Red: Min 1, max 2 neighbours
Green: Min 2, max 3 neighbours
Blue: Min 3, max 4 neighbours
(Light) Brown: 0 neighbours

In the top left corner, you can see the number of people you must place for each color with vertical lines. You must place everyone down to complete the level.
The amount of neighbours for the person that your cursor is on can be seen to the right of the table in the middle of the screen.

Under the table in the middle of the screen, you might see red circles. Those are your lives. Submit incorrectly, and you lose a life. If you lose all of your lives, you are sent back a level. But-- when you submit incorrectly, small white squares will appear on the people with unmet demands.

When you start a level, you may notice there are already people there with a yellow and orange square on top of them. That means that that person is locked (you cannot change their color).

Special Tiles

From level 13 and up, there are special tiles which appear as dots or diagonal lines. They put special effects on the person on top of them:

Pink dot: Range +1 (they see neighbours at 2 tiles up, 2 tiles down, 2 left and 2 right)
Yellow dot: Min +1 (the minimum demand for neighbours increases by 1)
Purplish diagonal line: Mirror (all other tiles with the Mirror effect are identical)

Infinite Mode

If you complete the game, you unlock Infinite mode:
You have 3 lives for every level that are not refilled.
See how far you can get.

The Checkmaster

In the bottom right corner of the screen, you can see info on the Checkmaster.
When activated, the Checkmaster will tell you if the person your cursor is on is too lonely, too crowded, or comfortable.
You start with 2 uses of the Checkmaster, as you can see as the blue number in the top right corner of the screen. You receive 1 more use of the Checkmaster every 10 levels.

Shop

In the shop you can buy things with coins. Here are the options:

Inf: +1 HP - start with 1 more health when playing infinite mode.
Inf: +1 start - get a head-start in infinite mode.

Good luck!

P#112383 2022-05-27 13:30 ( Edited 2022-06-16 19:16)

[ :: Read More :: ]

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!

P#109779 2022-04-06 11:52 ( Edited 2022-05-16 11:01)

[ :: Read More :: ]

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.
  • ,: set the current memory cell to the player input.
  • .: output the current memory cell as well as its corresponding character. (wip)

Extra Commands (only in this version of BrainF..k)

  • dark _: (default command) terminates the program unless code follows it, in which it skips over itself and adjacent dark _s to the next command.
  • #: toggle running the program at 2x speed.
  • /: toggle running the program at 6x speed.
  • ^: set the maximum number for player input and randomisation to the current memory cell.
  • light _: set the minimum number for player input and randomisation to the current memory cell.
  • ;: wait. (it does nothing)

Controls

  • Up Arrow, Down Arrow, Left Arrow and Right Arrow to move.
  • X to run the program.
  • C, Left Arrow and Right Arrow to change current command.
  • D to save project to clipboard.
  • Ctrl+V + Ctrl+R to load project.

Enjoy!

P#109455 2022-03-31 13:56 ( Edited 2022-04-03 18:26)

[ :: Read More :: ]

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
[8x8]
.

How do I play?

In the menu for Juicy Fruits you use the left and right arrow keys to select your character and X to start the game.
In the game part of Juicy Fruits you must use all arrow keys to move around and X to use your ability.
You will gain 100 score for every fruit you get. If you touch an ant you lose 1,000 score (10 fruits) and if your score goes negative you die.
Your current score is displayed in brown at the top left corner with your hi-score. (the purple number)
Every 1,000 score you speed up a little bit, making the game harder.

Anything else?

This is my first game, so feedback would be helpful. :)

P#108962 2022-03-21 08:02 ( Edited 2022-03-21 08:05)

[ :: Read More :: ]

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
[8x8]
.

How do I play?

In the menu for Juicy Fruits you use the left and right arrow keys to select your character and X to start the game.
In the game part of Juicy Fruits you must use all arrow keys to move around and X to use your ability.
You will gain 100 score for every fruit you get. If you touch an ant you lose 1,000 score (10 fruits) and if your score goes negative you die.
Your current score is displayed in brown at the top left corner with your hi-score. (the purple number)
Every 1,000 score you speed up a little bit, making the game harder.

Anything else?

This is my first game, so feedback would be helpful. :)

P#107267 2022-02-19 21:58 ( Edited 2022-03-17 10:41)

Follow Lexaloffle:          
Generated 2024-03-28 14:43:59 | 0.078s | Q:26