Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

In the music editor, note names are displayed in white, which makes them extremely difficult to read when selected due to the poor contrast with the yellow highlight color. This makes tasks like transposing selected notes a bit of a guessing game.

Legibility would be significantly improved if the note name was inverted when selected or if the highlight color was changed.

0 comments


Cart #my_adventure-2 | 2024-08-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


This is a repost of a previous post of mine.
This is from a tutorial I followed, from Dylan Bennett.
Cart #kasasaghi-0 | 2024-08-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


This is a demo that shows a potential reimplementation of the previous "My Adventure!" project.

0 comments


I've just logged in after about a year, and when going to updates it says I have nothing tied to my account. But I bought PICO 8 last year, has something changed?

0 comments


Cart #bluebeary1_0-0 | 2025-07-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

You play as a blue teddy bear (bluebeary...get it?) armed with a red yoyo. As you traverse the open world, you'll learn new ways to traverse the world and ultimately defeat the witch who has turned the animals in this world against you. Yeah, there's not much of a story and its basically Sonic but here we are...

This game is a metroidvania of sorts - you gain new abilities including swinging from the yoyo, wall dash and ground pound by opening chests. These chests also serve as checkpoints. The reason I say "metroidvania of sorts" is because there is a large section where things are probably too linear to call it a true metroidvania. Once all abilities are gained, there are three beads to find (also in chests) before you can access the final boss. These each require solving precision traversal puzzles.

[ Continue Reading.. ]

5
0 comments


Hello fellow BBS friends!

If you’re wondering why the title is a little different, it’s mainly because I’ve been made aware that “Euphoria” is the name of an actual (physics) engine made and is used by a big company. As I don’t really want to face legal wrath from a rocking star, I’ve decided to change it to something different, and a bit more positive.
Elham (إلهام) is Arabic for Inspiration; something I hope this engine will allow its users to give to people, as have numerous inspirations of mine with the games they made have done.

I have said before that I may not update until a substantial amount of progress is made, and after finally finishing a school year that actually took an entire year in between summer vacations, I think I can consider what I have today exactly that, haha!
For starters, I have finished implementing all the easing functions in the easing functions cheat sheet website. I’m about to start analyzing each function with the intent of hopefully tidying them up into just a handful of customizable functions instead of the plentiful multitude of individual ones currently transcribed to Lua (Massive thank you to Soupster of the Community Discord server for helping me out in one of the functions BTW), and commenting them just in case I forgot what each one does.

[ Continue Reading.. ]

0 comments


Cart #bluududedemoforrealnow-0 | 2025-07-02 | Code ▽ | Embed ▽ | No License


i have to upload ts again lol!!!

arrow keys to move

0 comments


I am currently developing my second PICO-8 game. I'm considering adding an option to load my first game directly from the new cart, if the player wants to give it a try.

Both games are single carts, and there is no sort of communication between them. It's a simple load call with a breadcrumb parameter.

I was concerned about cartdata though. Both games use cartdata to store progress, each using its own ID. And the PICO-8 User Manual states, in section 6.11, that "CARTDATA can be called once per cartridge execution".

The wording on the manual indicates that my approach was OK, but I decided to test it anyway, just to make sure.

Only once

First, I simply called cartdata twice to see how PICO-8 would enforce the single call.

cartdata("test_load_1")
cartdata("test_load_2")

This is the error message:

Simulating carts

[ Continue Reading.. ]

1
2 comments


Cart #wallballv2-1 | 2025-07-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


it is a lil bit better

0 comments


Cart #dijuhohata-3 | 2025-07-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A small little game about gambling all your live savings to win the jackpot in the slots machine

The game was made in a week, and this is my first interaction with pico 8

RULES

Don't lose all your money or you'll eat dirt for the rest of your life
Win the jackpot having 999 coins or more to make your wife and son love you again

CONTROLS

Press X or V to swithc between menus
Press Z or C to play the machine or buy
Press the arrows keys to navigate between the different options in the shop

2
0 comments


Cart #puzzle_boy-0 | 2025-07-02 | Embed ▽ | License: CC4-BY-NC-SA
1

Z to switch players / confirm
X to undo / back
F to change language
G to pause / reset

This is a port of Atlus' 1989 game Puzzle Boy, released in the US as Kwirk. While it is copyrighted, it's a Game Boy game that is only sold on the secondary market and has been for over 30 years, outside of some levels being used in SMT3.

This was the first sokoban I played, back when it was new and I was a child. Coming back to it, I could still remember levels I cleared as a kid and feel proud of my young self for getting through so much of it.

This port does not include Solo Trial, which is 99 random levels played for score (I might add it later), but it does feature robust options including a bonus soundtrack to counter the monotony of the game's only song, English and Japanese languages, and the ability to switch between Puzzle Boy and Kwirk, if you have nostalgia for a tomato with sunglasses and a mohawk.

[ Continue Reading.. ]

1
1 comment


Cart #onewingluck-4 | 2025-07-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Luck Be a Pico-Lord
A Pico-8 tribute to Luck Be a Landlord.
This is a fan-made, non-commercial clone of the amazing indie game Luck Be a Landlord (originally by TrampolineTales).
It was created as a passion project using the Pico-8 fantasy console and OpenAI’s ChatGPT for coding, debugging, and design suggestions.

Please note:

This project is not affiliated with, endorsed by, or a replacement for the original Luck Be a Landlord.

All game mechanics and UI are heavily inspired by the original, which you can (and should!) purchase on Steam and other platforms.

All coding, balancing, and Pico-8 adaptation were done as a personal challenge and to learn about procedural game design (with help from AI tools).

[ Continue Reading.. ]

1 comment


Cart #hagagifaze-0 | 2025-07-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


I just discovered today that when I open one of my cartridge and run it CTRL-R, the game doesn't run only show terminal with prompt on full screen with /ram/cart:_

it's seems that we can't assign _draw, _update main loop function to another function.

i.e.
_update=title_update
_draw=title_draw

does not work anymore in this latest 0.2.0 updates...WHAT'S THE BIG IDEA?

3 comments


Cart #crabbys_trash_collector-0 | 2025-07-01 | Code ▽ | Embed ▽ | No License
3

With a sea full of trash, someones gotta try to clean that up, leave it to Crabby the Crab! With his trusty basket, he volunteers to collect as much fallen Trash as possible under the sea!

But be careful not to collect the bombs that will explode when it touches your basket while also trying not to leave too many trash to the ground, that can radiate Crabbys home!

Set in the same world as Shore Sweepers!

Huge Credit to Nerdy Teachers for their guides in aiding me through learning Pico-8!

3
1 comment


Cart #fruitdrop_-2 | 2024-08-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


This is a repost of a previous post of mine.
Cart #pico_drop-0 | 2024-08-24 | Code ▽ | Embed ▽ | No License


This is a repost of a previous post of mine.
This is an updated version of my older game, Fruit Drop.

1
1 comment


Cart #test_102-1 | 2025-07-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A very simple cart to test stat(102) and load("#id").

Note: I used tiny tactics, my first PICO-8 game, as an example of a BBS cart.

Value returned by stat(102) depending on how the cart is run:

  • number 0 when running .p8 file in PICO-8.
  • number 0 when running cart from SPLORE.
  • number 0 when running Windows .exe standalone.
  • empty string when running .html standalone export directly from filesystem.
  • "www.lexaloffle.com" string when running from BBS forum post.

When load("#id") works:

  • when ruuning .p8 file in PICO-8.
  • when running from BBS forum post.
  • when running from SPLORE.

[ Continue Reading.. ]

1
0 comments


I am currently developing my second PICO-8 game. I'm considering adding an option to load my first game directly from the new cart, if the player wants to give it a try.

I know, from the PICO-8 User Manual (section 6.1), that "BBS carts can be loaded from other BBS carts or local carts, but not from exported carts." But how can I detect from which type of cart the code is running?

stat(102)

I know, from the PICO-8 Wiki, that I can use stat(102) (not officially documented) to gather URL information. For BBS carts, it returns "www.lexaloffle.com". For local carts, it returns 0.

I wrote a simple test cart to investigate a little further.

function _init()
	s102 = stat(102)
end

function _update()
end

function _draw()
	cls()
	color(7)
	print("stat(102):",0,0)
	print("["..s102.."]",0,6)

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=169477#p)
1
9 comments


Cart #catgameclicker-1 | 2025-07-01 | Code ▽ | Embed ▽ | No License
1

Hi.
This is my first game I've made in Pico-8, and I made it in a couple of hours.

This is a small clicker game about cats!

Please let me know what you think, + some ideas for changes/additions would be nice too!

1
4 comments


Cart #slash_maze_wallpaper-2 | 2025-07-01 | Embed ▽ | License: CC4-BY-NC-SA

This is a wallpaper based on the Slash Maze, which I first learned in Basic.

It flips one random cell per second.

0 comments


Cart #resamazuni-0 | 2025-07-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


Hi there!

PICODACITY is a tiny piano app built with PICO-8. Use your keyboard to play notes, customize the keys, or even add new ones! By default, the key layout is set for AZERTY keyboards, but you can easily change it by editing the "keys" list — just don’t forget to add the uppercase version to the "caps" list too. You can also tweak the sound of each note to create your own vibe.

Hope you enjoy making music with it!

2
1 comment




Top    Load More Posts ->