Log In  

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

Cart #desktopdashboard-0 | 2025-10-04 | Embed ▽ | License: CC4-BY-NC-SA
2


Steam-like dashboard for your apps and games!

Allows subfolders, ability to run items in sandbox or unsandboxed.
Includes a playtime tracker!

Version for full controller support on my page

2
0 comments


Cart #consoledashboard-0 | 2025-10-04 | Embed ▽ | License: CC4-BY-NC-SA
1


Full Controller Supported Dashboard
Will eventually have:
filters for different types of apps

Desktop version is on my profile!

1
2 comments


eggs.p8

Hi Pico-8 community.

I'm releasing a library that I have been working on for a little while. It's called eggs. It tries to do what other ECS libraries do in a slightly different way - it replaces Components (the C in ECS) with Tags. And Entities become simple tables.

The library is on github, there is a README with API descriptions and examples and stuff:

https://github.com/kikito/eggs.p8

I am attaching a demo cardridge below.

Cart #test_eggs-0 | 2025-10-04 | Code ▽ | Embed ▽ | No License
9

On it we can see chickens showing different behaviors:

  • Chicks hatching from eggs
  • Growing into puberty and then into adulthood
  • Adult hens laying more eggs
  • Eventually all poultry dies of old age
  • Several stats like the population and CPU usage are shown, they can be hidden with 🅾️

[ Continue Reading.. ]

9
17 comments


kill the fly.

Cart #kill_the_fly-0 | 2025-10-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
2 comments


Cart #deviatior-4 | 2025-10-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
0 comments


Cart #block_test-0 | 2025-10-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

BLOCK TEST

It's just a Tetris clone.

There's an issue where the more left-spanning rows there are, there more processing it takes (this is quite an issue, but I'm too lazy to fix it.)

Controls:

  • Arrow keys (except Up): Movement
  • Up Arrow: Fast fall
  • X: Rotate clockwise
  • O: Rotate counter-clockwise
3
1 comment


Cart #nashimicroadv-1 | 2025-12-25 | Code ▽ | Embed ▽ | No License
17

Nashi's Micro Adventure

Story:

Nashi, a usually cheerful girl, wakes up one morning, only to notice a strange lingering shadow at the door, and her brother has gone missing! It was PANROO kidnapped him. Angered by this, she takes the yo-yo with her and must chase him down, but... his army of robots and traps won't make it an easy task...

General:

You're Nashi, that pear girl you play as. You've got 120 seconds to reach the end of the level.
You start off with 3 lives, but you can get extra every 50000 points.
You have to play 2 laps before you can fight Panroo and save your younger brother.
On longer stages there are checkpoints you can reach to get another shot at the harder spots.

[ Continue Reading.. ]

17
9 comments


500 Featured Carts

Yes, we have just crossed that milestone! Have you ever wondered what kinds of carts don't make it into the featured section of the BBS? Call me crazy, but I have.

So I looked at the 500 top-starred carts (searching for t:) and checked which ones aren't featured. It happens there are only 30! Here they are (with links, in case you want to go check any of them):

  1. (155 stars) Palette-Maker
  2. (147 stars) Foreverred
  3. (134 stars) Super Mario Bros. (Authentic)
  4. (134 stars) Dank Tombs Tech Demo (with full write-up!)
  5. (116 stars) memsplore
  6. (101 stars) How to retrieve mouse coordinates (with demo)
  7. (94 stars) Caroline
  8. (92 stars) Old Site
  9. (90 stars) OLDESTE
  10. (88 stars) Volcana
  11. (87 stars) Super Mario Bros.
  12. (80 stars) Fuji
  13. (80 stars) Adelie
  14. (79 stars) picozelda
  15. (78 stars) From Rust To Ash
  16. (77 stars) Baba Is You Demake [FULL GAME]
  17. (77 stars) Picodex - A Pokemon Battle Sim
  18. (77 stars) [Dialogue Text Box Lib] Dialogue Demo
  19. (75 stars) Pico-8 Tetris
  20. (75 stars) Awake V1.1
  21. (75 stars) Rotating a sprite around its center
  22. (73 stars) Demi Daggers
  23. (71 stars) Squiddy (PICO-1k Jam)
  24. (71 stars) INGESTE: Play Celeste Classic as Kirby!
  25. (71 stars) PICO-RAY V1.0
  26. (70 stars) Super Mario Bros. Map Demo - All Levels in one cart
  27. (69 stars) Super Mario Bros. Demo
  28. (67 stars) Fill Pattern Catalogue
  29. (67 stars) Mega Game launcher
  30. (64 stars) PicoShop Pro

My favorite cart on this list is Caroline. What can I say? I'm not so much into precision platformers, but I do love Portal...

[ Continue Reading.. ]

3
11 comments


Picotron Package Manager

Cart #ppm-1 | 2025-10-04 | Embed ▽ | License: CC4-BY-NC-SA
5


Browser version is not functional

ppm.lua is a script that checks, based on a dependencies file, if specific packages are installed locally on Picotron and, if not, it fetches them remotely and saves them in /appdata/shared/lib/. This folder is perfect, since even sandboxed carts have read/write permissions.

The goal of ppm is to avoid code duplication.
Instead of having to copy lua files inside cartridges, you can just define a list of dependencies.
If two cartridges uses the same packages, there's no need form them to hold their own copy of it. They can just check if the package is present at a common location.
It's similar to how Shared Libraries work, but with the added functionality of installing them automatically if they are not already present on the system.

[ Continue Reading.. ]

5
2 comments


Cart #poolnt-3 | 2025-10-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Get as many coins as possible while the red balls chase you!

Controls:

  • Aim - Left/Right
  • Power - Up/Down
  • Shoot - X

  • Faster cue - Z/C

Updates:

version 1.0.1:

  • Made the cue rotate faster if you hold Z/C
  • Made the enemies spawn on the opposite side of the screen from the player
  • Fixed a spelling mistake on the label
  • Made the first enemy spawn when the first coin is grabbed (then they spawn for every fifth coin)

version 1.0.2

  • Fixed a bug that made the first enemies, after you restart, spawn after the fifth coin
7
2 comments


inspired from file-explorer :)

2
1 comment


Cart #josijeweji-10 | 2025-10-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Bug fixes

bump

5
0 comments


Cart #plage_a_maree-0 | 2025-10-02 | Embed ▽ | License: CC4-BY-NC-SA
7

A wallpaper of a piece that captivated me, Plage à marée basse à Ambleteuse, le soir by Théo Van Rysselberghe.

7
2 comments


Cart #flock_the_flock_off-1 | 2025-10-02 | Code ▽ | Embed ▽ | No License
7

Strike first against the chickens across the way in this strategy auto-battler.

  • Recruit, promote and unlock units
  • Choose upgrades that improve your run
  • Earn worms and spend them wisely
  • Beware of the foxes
  • 10 rounds of fights

Also on itch:
https://oystermoya.itch.io/flock

7
2 comments


Got some good feedback, so I've made some more changes to the stickman cartridge!

Changes:

  • Removed garbage collection
  • Changed instructions
  • Added a holster with ammo that gets auto-reloaded
  • Refactoring code

Cart #stickmanv0_2-0 | 2025-10-02 | Code ▽ | Embed ▽ | No License

0 comments


Cart #moremeta-0 | 2025-10-02 | Embed ▽ | License: CC4-BY-NC-SA
3

More metadata for picotron files!

This works by putting a metadata value called 'custom' (incase official metadata is added that clashes) containing:

{
inputMethods={ --boolean of whether its used or not
LeftJoystick=true,
LeftDPAD=true,
RightJoystick=true,
RightDPAD=true,
LeftTrigger=true,
RightTrigger=true,
Start=true,
X=X=true,
O=O=true,
Button1=true,
Button2=true,
Keyboard=true,
Mouse=true
},
url={either a url you set, or empty string ""},
appTypes={ --any app types in form of a string, no app type == appTypes is nil

[ Continue Reading.. ]

3
2 comments



This cart is a fork of the original Seinfeld Simulator 1.0 by @Rangee27.

Quality of life improvements

  • You will only see jokes that are not in your "Joke-iary" yet (until you complete it), works both in kid mode and 18+
  • You can disable mouse in the pause menu - in case you enabled it by mistake on a device with no mouse
  • Better contrast on the "Joke-iary" and some other text (title screen / button prompts)
  • Same cartdata ID, so you can switch from the original to this cart and vice versa as you please

I had to do some tweaking to stay below the token and compressed limits, but I tried to keep changes to a minimum. Using a diff tool I only counted about 30 lines of code changed.

[ Continue Reading.. ]

10
2 comments


Hi Zep! 🙂

Apologies if this was already reported but I couldn't find anything. stat(6) returns an empty string if param_str begins with a special character:

cart.p8:

str = stat(6)

if (str == "") then
  print("oh no!")
else
  print("oh yeah!")
end

tty:

pico8 -p "-1" ./cart.p8
# oh no!

Thanks, wishing u a great week!! ✨

2 comments


will maybe make a animated version

(159 chars)

::_::

 cls(12) --sky

 map(16,16,0,0) --clouds

 map(0,16,0,0) --hills

 map(16,0,-4,3) --trees

 map() --front

 ?"hello world ♥",1,1,13

flip()
goto _

4
1 comment


Cart #comet_star_born-0 | 2026-03-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA



controls

arrow left / right — speed up, slow down, or reverse direction
arrow up — change ball color (random)
arrow down — change background color (random)
x — toggle comet trail
z — change trail color (random)

rules

There are no rules. Just play.
Comet is a small interactive experiment — a glowing ball tracing endless circles through space. Mix speeds, directions, and colors to create your own visual effects. Crank up the speed and watch the trail explode into a full particle ring. Slow it down for something more delicate. Every combination looks different.

behind the scenes

This isn't a game — it's a learning experiment. I wanted to understand how sine and cosine work in practice, and how particle systems behave. So I built something small and visual where I could actually see the math in motion.
It turned out more fun than expected. Tweaking colors and speeds produces surprisingly beautiful results — sometimes it feels almost alive.
Still learning, still experimenting — and this little cart is proof of that.

Also, I would gladly invite anyone who is into sound and music to join my projects with sounds and music :)

credits

To the tutorials from Nerdy Teachers, Space Cat and Lazy Devs — you're the reason any of this makes sense.

2026 03 25 this is an update of my former post

0 comments




Top    Load More Posts ->