Log In  

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



Cart #picococlicker-2 | 2025-05-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

PicoCo Clicker 🍪

A bite-sized idle empire, baked fresh in PICO-8

What is it?

PicoCo Clicker is my year-long love letter to Cookie Clicker and the wider idle-game genre—hand-crafted inside the delightfully tiny, 128×128-pixel world of PICO-8. I’ve polished it until it gleams, squeezed every token I could out of the fantasy console, and wrapped it all in crunchy retro charm. It’s not “perfect,” but it’s exactly the flavorful little treat I hoped to serve.

Why you might lose track of time playing

Core Loop Why it’s delicious
Click → Earn cookies → Upgrade → Repeat The classic feedback loop, tuned for quick dopamine hits and long-haul AFK sessions.

[ Continue Reading.. ]

9
11 comments


Cart #yeyakigar-0 | 2025-05-17 | Code ▽ | Embed ▽ | No License

0 comments


Hello all!

I'm Styx. I'm just starting out learning Lua and P-8 stuffs!

Nice to meet you ^^

2
2 comments


Can you imagine living under constant existential threat? Crazy, right? TweetTweetJam#10
https://voidgazerbon.itch.io/rock-of-damocles

5
1 comment


Cart #submariner-2 | 2025-05-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Submariner

by Freddie Baldwin

This game is my submission for my Design Games module in my 2nd year of university.

This is an arcade-style game where the only objective is to drive your submarine as long as you can while deadly sea mines surround you on all sides. Shoot them with gathered missiles to clear a path, and pick up bubbles to restore oxygen to your crew!

Changelog:
Version 1.1
- Halved oxygen deplete and replenish rates
Version 1.0
- Initial version

9
2 comments


Cart #maya_farm-0 | 2025-05-16 | Code ▽ | Embed ▽ | No License

0 comments


Cart #nogfukudu-1 | 2025-05-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A little manic farming game where you have 90 seconds to farm as much as possible. Milk the cow with the bucket for extra points!

1
1 comment


by Selo
Cart #zuhal-0 | 2025-05-16 | Code ▽ | Embed ▽ | No License

0 comments




Cart #gonefission-2 | 2025-08-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
24

A couch multiplayer game for those who like blowing things up.

Gone Fission! is my take on a strategy game that was a popular PD/Shareware title for the 16 bit microcomputers. To win, eliminate up to 3 other players by blowing up your tiles and claiming their squares.

How To Play

⬅️⬆️⬇️➡️ - move cursor
❎ place atom
🅾️ next player (2+ human players only).

  1. Place an atom on any empty square on the board.
  2. You can use your next turn to place an atom on another empty square or on top of your current atom.
  3. After up to 4 atoms are placed on an empty square (2 in corners, and 3 in sides) they explode, throwing the atoms onto adjacent squares and turning them your colour.

[ Continue Reading.. ]

24
11 comments


Following some experimentation, I've found a couple of issues with sandboxed apps and how they are given permissions to read/write files outside of the 'special locations'.

Loading cart with sandboxed workspace app can cause data loss

When you load a cart, Picotron helpfully reopens the workspaces you were using to edit that cart. If one of those workspaces is a sandboxed app, however, the app appears to be given write access but not read access.

This results in the app 'opening' the files, but just creating blank, new files and then immediately saving the blank versions over the original files in RAM. This happens without the user initiating a save or doing anything beyond loading the cart. This makes it very easy for a user to lose data if they save the cart before noticing the issue (yes, I am speaking from experience...)

This assumes all the loading/saving is done through wrangle_working_file, I haven't tested otherwise.

The behaviour can be replicated by creating a sandboxed copy of code.p64 and using it to edit a cart, then saving and reloading that cart.

[ Continue Reading.. ]

3
0 comments


my code is now :

particles_add(s.x+2,s.y+5,1,6,false,true)

I d like change destroy of the enemy

somthing like that (small cicrcles)

                                          * *   
                      *                *       *
       *            *    *            *         *
    *  *  *        *      *           *         *
       *            *    *             *       *
                      *                   * *
2 comments


Am I doing this gif thing right?

7
0 comments


My first ever finished (or as good as) cart :) I tried to make a demake of the solitaire minigame from Zachtronics' Last Call BBS as I've been playing it a lot on my phone. I've only included mouse controls, which I know isn't recommended, I might come back later to add button controls as well if I feel like . There's also no auto solver so you'll have to drag the cards to the foundations manually.

How To Play

This solitaire variant works in a similar way to klondike-solitaire. You can stack cards of alternating colors and decreasing values, card stacks can be moved onto empty columns. Clicking on the deck in the top left will deal out three cards, you can hover over the cards to see their values. When the deck is empty a free cell is unlocked that can be used to store a single card. To win stack all cards in the foundation piles on the left from ace to king! :)

Cart #sawayama_demake-0 | 2025-05-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
2 comments


Cart #spawn_toybox-0 | 2025-05-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

A fun tool that allows you to select any number of 42 different sprites to spawn and adjust the speed, amount, spawnrate, direction and background color.

Controls:

x - open/close menu
o - select
arrow keys - move cursor
trashcan - delete the sprites you have selected

2
2 comments


Cart #collisionsp8-0 | 2025-05-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
2 comments


Cart #strawberry_src-6 | 2025-07-22 | Embed ▽ | License: CC4-BY-NC-SA
34

Strawberry Src

A slightly-less-simple code & text editor
Author: Matt Sutton / @xietanu.bsky.social
Version: 1.2.2

Overview

Strawberry Src is intended as an equivalent app to Picotron's in-built code or text editors, with new quality or life improvements to make navigating and editing code and text easier.

Change log

Version 1.2.2

  • FIX: Strawberry Src now fully works sandboxed, and the message given when running it sandboxed has been removed. A few features that require file system access are not available, but these are minor. Big thanks to Zep for all the work on recent versions to make this possible!
    (If you want to unsandbox it to get those features, right-click on your local copy and click 'about strawberry_src.p64', then uncheck the box in the bottom-left corner.)

  • FIX: Added a workaround for the default app bug, so now you can open files in Strawberry Src without making it your default app.

Version 1.2.1

  • FIX: Fixed a crash that could occur when a string preview was generated for a multi-line string. Multi-line strings currently not supported for string previews. Thanks to @klautless for the bug report.

Version 1.2.0

  • FEATURE: Added string previews. Hover over strings to see how they would be rendered - useful when using control codes. Thanks to @CannonTheWildWulf for the suggestion. Option to disable provided.
  • FEATURE: Added TODO: tracking in code files. Comments with TODO: are highlighted and logged, and can be seen in a sidebar similar to bookmarks. Clicking on the task will jump to it, clicking on the checkbox will complete it and clicking on the x will delete it.
  • FEATURE: Added ctrl-pageup/pagedown to jump to the previous and next function defined.
  • FIX: Fixed a freeze caused by the character ' and syntax error checking in some circumstances. Thanks to @demiskeleton for reporting the bug.
  • FIX: General improvements to performance, especially with dense and large files. Should now maintain a stable 60fps under all reasonable circumstances. Thanks to @Sounds for help with this.

Version 1.1.0

  • FEATURE: Added file previews. See features for more info. Thanks to @CannonTheWildWulf for the suggestion.
  • FEATURE: Added ctrl-click/middle click on filepath strings to open the related file.
  • FEATURE: Added filepaths to autocomplete, so if you start typing a string with a filepath, completions based on your filesystem will be offered. Thanks to @klautless for the suggestion.
  • FEATURE: Strawberry Src now alerts you if you're running it sandboxed and prompts to unsandbox it.
  • FIX: Fixed a rare crash related to the syntax error checking.
  • FIX: Fixed some issues related to saving while sandboxed (however, other bugs beyond my control mean it should still not be used sandboxed)

Version 1.0.0

  • Initial release

[ Continue Reading.. ]

34
10 comments


Cart #fxbytennis-1 | 2025-05-14 | Code ▽ | Embed ▽ | No License

Controls

Up/Down to move paddle
Left/Right to increase/decrease ball speed

Rules

1-2 Players
First to 9 winns

About

My first attempt for a Pico-8 game is a Pong tribute.
Hope you enjoy and please consider buying me a ko-fi
URL ko-fi

More games to come soon...

0 comments


On MacOS 15.4.1 every attempt to store gui tables crashes the app and results in "segmentation fault".

eg
local s = pane:active().foot
store("/ram/dev.pod", s )

s is an attached gui element

{
child = {},
width0 = 126.0,
text = "footer",
width_rel = 1.0,
sy = 200.0,
parent = "<PARENT REMOVED>",
height = 16,
border = "rrect",
update = <function 1>,
head = "<HEAD REMOVED>",
z = 0,
height0 = 16,
t0 = 0.0,
draw = <function 2>,
vjustify = "bottom",
sx = 4,
clip_to_parent = true,
width = 126.0,
bgcol = 3
}

( I remove the head and parent from the inspect output from http://github.com/kikito/inspect.lua, to reduce the output)

0 comments




Top    Load More Posts ->