Log In  

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

Does anyone have the same problem as me?

pausable = false

If you disable pausable then in binary exports the escape key goes to the desktop in fullscreen apps.
Is this an intended behavior? I disable it to create my own pause menu.
I would like that in a final binary, no one could exit to the desktop.

Thanks!

2
2 comments


Cart #thelastshift-1 | 2025-07-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

The adventure of a janitor in an office building

Made for the Mini Byte Game Jam

DropBearByteJam2025

The Last Shift.

You are a janitor who is scheduled to clean an office building daily, you have your daily tasks to do but there are twists along the way...

At the beginning of everyday choose an item from your car to unlock different things to do in the office building. Find out the secrets of the office.

itch.io

7
2 comments


Cart #picohero-5 | 2025-07-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Pico Hero - A Guitar Hero demake

Controls

< Green
v Red
^ Yellow
> Blue

O Strum
X Star Power

Changelog

v0.3.1 (12th July 2025):

-New launcher cart in preparation for additional songs
-New star power system (hit glowing notes to gain SP)
-New save format (Old saves do not carry across)
-Changes to note chart in "I Love Rock N' Roll" (Hard/Medium)

v0.2.3 (10th July 2025):

-Added medium difficulty
-Star power now scales with difficulty
-Visual improvements / new logo
-Tighter timing window for HOPO notes
-Default difficulty set to easy, change from the main menu

v0.2.2 (9th July 2025):

[ Continue Reading.. ]

1
2 comments


I'm going to occasionally post some development gifs and images for Goldy Blocks Inc. starting with this one! This is the earliest gif I have of the project. The internal name for the game was Block_Builder, and this image is literally called "block_builder_0.gif" You can see I'm using sprites from Tower of Medusa to prototype it. The crumbly rock texture actually made it all the way into the release of the game, but it became the backdrop to the building section!

Another funny coincidence I didn't notice until now is that the shape being created is made of silver blocks while the un-attached blocks are golden. This is the exact opposite of how it is in the final game! At this early point I didn't even have an idea for how the game would look or what the setting would be, so part of me wonders if the placeholder golden blocks influenced me subconsciously.

I'll post more gifs soon, and after the game has been out for a little bit, I'll post some unused concepts/sprite/art!

2
0 comments


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

Controls:

arrow keys/dpad
A and B

Goal:

find all buttons and get through all doors

2 comments


This is my startup.lua:

-- User Startup File

-- Run Dock at startup
if fstat("/desktop/Apps/dock.p64") then
	create_process("/desktop/Apps/dock.p64")
end

When my system boots, the dock gets opened in a separate workspace instead of the desktop. When I try running create_process("/desktop/Apps/dock.p64") from the terminal after boot, it works correctly.

1
2 comments


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

Help Kiwi get the most happiness~!!
Happiness wears off over time, so keep getting stars. Dodge the angry thoughts, or else...!

0 comments


help can't find celeste classic discord

hey so i've been hearing about the celeste classic discord server and i've tried searching it up everywhere, but it's still not coming up. Does anyone have the link or know how to get to the server?

0 comments


Cart #goldyblocksinc-0 | 2025-07-08 | Code ▽ | Embed ▽ | No License
16


This salesman may be shady, but a deal's a deal. Help him create golems out of pure Living Gold!

Music by:

- The Packbats
- Gruber
- Fettuccini

Check them out clicking their names!

Controls and Rules:

Builder:
↑ ↓ ← → Move Block
X Export Block
Z View Map

Stacker:
↑ ↓ ← → Move Block

Reset the current level and turn screen-shake on and off in the pause menu!

[ Continue Reading.. ]

16
11 comments


Cart #yyizotni-0 | 2025-07-08 | Code ▽ | Embed ▽ | No License

1 comment


CELESTE: AXOMOD

the second mountain

Cart #celeste_axomod-0 | 2025-07-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Original

Celeste: Classic was made by Matt Thorson and Noel Berry (according to the bbs page)
Go play it, its a good warm up for axomod.

Intro

Ever played Celeste: Classic and thought, "Hey, what if I could play this, except brutally difficult with a ton of new mechanics and a completely useless scoring system?" Well, I've got news for you: It's here, and all you get is two dashes to find your way up to the top of the mountain.

Features

  • Two dashes from the start
  • Echo berries (tbh they're reskinned chests)
  • Winged echo berries
  • Mitosis (it'll make sense later)
  • Faded Gems
  • Dash Gems
  • Score
  • A little secret for those who manage to find it...

Controls

  • (o) to jump
  • (x) to dash
  • (<^v>) to move

Conclusion

Climb the second mountain if you dare, in Celeste: Axomod!

3
5 comments


Cart #octoroq-5 | 2025-07-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

OCTOROQ is a block-pushing puzzle game (sokoban) for Pico 8! It has 30 levels.

v1.1 Update

  • Added more music!

Music and SFX by Rex Bennett

11
9 comments


"long cozy road to distant nowhere"

(265 chars)

::★::z=cos(t()/30)*10cls(1)rectfill(0,66,127,127,0)for d=140,20,-15do
x,y=50+z+(1250-z*99)/d,63+600/d
for r=5,1,-1do
ovalfill(x-r*100/d,y-r*20/d,x+r*100/d,y+r*20/d,8-r/2)end
line(x,y,x,y-500/d,6)line(x,y-500/d,x-50/d,y-500/d)pset(x-50/d,y-500/d+1,7)end
flip()goto ★

7
0 comments


"hey, at least we had fun, right?" - she said as we were jumping between rails

(277 chars)

r=ailroad
::★::l=line c=circfill d=t()*9cls(0)rectfill(0,0,127,30,1)for x=0-d*0.7,199,30do
c(x,30,10,0)fillp(▒)c(x,30,15+sin(x/64)*2,0)fillp()end
for y in all{55,65,75,90}do
l(0,y,127,y,1)end
for x=3-d,127,9do
z=(64-x)l(x,55,x-z/10,65,1)l(x-z/5,75,x-z/2.5,90,1)end
flip()goto ★

3
0 comments


The Genie loved joking around with the gullible. He also had to love the riverbed where his pranks often landed him
326 chars (unfortunately)

::★::z=sin srand()cls(1)c=circfill q=64
c(q,q,38,12)c(q,q,9,7)for y=9,99 do
memcpy(24576+yq+z(y/8+t()/5)3rnd(2),24576+yq,q)end
function d(x,y,a,s,i)if(s<0)return
c(x,y,s,0)o=z(i+t()/15)(z((t()/50)+rnd())/5)d(x+cos(a+o)s,y+z(a+o)s,a,s-0.5,i+0.1)end
for a=0,1,0.1 do
d(q+cos(a)
92,q+z(a)*92,a+0.5,9,rnd())end
flip()goto ★

1
0 comments


Cart #blobun_mini-2 | 2025-07-14 | Code ▽ | Embed ▽ | No License
20

Blobun Mini

You are a blob bunny. Your goal? Touch every tile! Enjoy 60 bite sized puzzles across 5 different worlds in this casual puzzle game.

Blobun Mini is also available on itch and Steam!

If you like this game, check out Blobun! The non-mini counterpart features 140 puzzles across 8 worlds. Available on itch and Steam.

A New Adventure on Pico8!

After the events of Blobun, Stephanie and her girlfriend decide to continue adventuring for fun! Take a small trip around Mythandra and solve many puzzles. Your goal is simple: touch every tile! However, it's not as simple as it sounds. Many obstacles get in your way, from floor zappers to deadly lava. You'll have to keep sharp to solve these puzzles!

[ Continue Reading.. ]

20
7 comments


Is there a way to install Picotron on Linux devices? For example Powkiddy. After all, there is a way to install Pico-8 rasp on such devices

2
2 comments


The Picotron desktop now slows down to sub 30fps when multiple GFX and Code files are open at the same time.

I may be a bit of a power user as I have 20 code tabs and 11 GFX tabs open constantly in my project, but this wasn't an issue in 0.2.0d so I thought I'd mention it.

When these files are open, launching the cart takes upwards of 30 seconds and the game runs sub 30fps despite cpu() idling around 50%.

It happens for me when opening the 13th tab. I'm not certain if the amount of data in each tab matters as I've tested with more code tabs open and less GFX, as well as more GFX tabs open and less code tabs.

5
6 comments


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

A Proof of Concept livesplit client for Picotron!

Requires Livesplit (livesplit.org) with the TCP server running.

Usage: Z to start/split, X to reset

Color matches the Livesplit colors (green for running, blue for stopped, grey for not running)

When the TCP server is not connected, the timer will be red. Once it connects, it will change to normal.

1
0 comments


Cart #stink_bot-0 | 2025-07-07 | Code ▽ | Embed ▽ | No License
2

STINK BOT

Stink Bot is a nasty little guy who does stuff for Stink Points. The point of Stink Bot is to get to level 20 as fast as you possibly can by ANY MEANS NECESSARY.

He looks absolutely disgusting

Can you catch the golden fish?

  • Get to level 20 as fast as you can. Can you do it in less than 15 minutes?

Stink Bot by Stink Games 2025

2
0 comments




Top    Load More Posts ->