Log In  

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

Cart #pippitron-0 | 2026-01-04 | Embed ▽ | License: CC4-BY-NC-SA
7

-==================================================-
Welcome to Pippitron
-==================================================-
"May this cart help you find the joy if gamedev."

-- Wash

This cart is my attempt to port the code from
LazyDev's Top-Down Movement video to Picotron.
(https://www.youtube.com/watch?v=frqf73ycQc0)

I've taken the code at the end of each level and put
them in their own files so you can see the final
product of each stage of development. Functions are
suffiex with their level to help them run at the same
time. (Example: update_lv1(), draw_lv3, etc.)

Each level accepts button inputs to move the player
so I made each level's player respond to gamepads 0-3.
You can change which gamepad controls which player by
change that file's 'gamepad' variable.

End,

--Thanks for Reading Me

7
0 comments


Cart #jade829_sick-0 | 2026-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


I really hope this doesnt count as spam or anything. I just figured this was a good way to express how i'm feeling at the moment.

1
3 comments


Cart #movingmazeninja-4 | 2026-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Moving Maze Ninja, a dungeon crawler for maze lovers.

Discover a roguelite game like no other.

Controls

  • Arrow Keys: Move the Hero / Navigate Menus
  • X: Select / ui
  • Z: Back / help

Rules
Combat: When you collide with an enemy, you enter a turn-based battle.
Loot & Leveling: Defeating enemies drops Gold, XP, and Gear.
. Survival: Manage your HP, Potions, and Smoke Bombs. If you die, you restart from maze and level 1.

Game Features:

  • Procedural maze, enemies and gear generation
  • Shop system
  • Portals
  • auto turn based combat with no luck
  • super fast gameplay
-- Code Snippet: The World Engine
function carve(sx,sy)
 maze

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=180925#p)
11
11 comments


Cart #ascii_art-0 | 2026-01-03 | Code ▽ | Embed ▽ | No License
8

Overview

I made this program to help me make ascii art for games. The most important feature is the print button. This copies to your clipboard a complete print statement with all the color codes and newlines included. You can then paste the print statement into your games draw function and it will render all the colors and text.

Because pico 8 doesn't have enough cart data to save larger blocks of text, the save button copies to clipboard the lists of the art currently on the canvas. It will also create a desktop file with the same data. You can then paste the art data (the lists called char and clr) into the first function of the p8 file to load that art when you run the program. Feel free to ask questions if you need help or more explanation! :)

[ Continue Reading.. ]

8
0 comments


Cart #seadogs-0 | 2026-01-03 | Code ▽ | Embed ▽ | No License
33

This is a little couch co-op or single-player game inspired by games like Overcooked or Moving Out, made for Toybox Jam 2025.

Aye, listen ere. Captain's out today so you poor lot will be picking up the slack.

Fish for tuna and stash it somewhere safe. Haul the fish to the merchants to collect their handsome bounty!

At night, the storm comes... and with it, the dreaded deep sea Kraken. If she gets ahold of your vessel, prepare for the worst!

Aye, day time is calm, but the merchants have tougher demands. Some merchants want bluefin or albacore, while others want a whole net's worth o' fish, or maybe just a matching pair. Every day and night their demands are different.

[ Continue Reading.. ]

33
6 comments


Cart #chunkyrally-6 | 2026-01-05 | Code ▽ | Embed ▽ | No License
31

Controls

  • X to go back or drift
  • O to accelerate
  • ARROW KEYS to choose or steer

Welcome to Chunky Rally - PICO-8 Edition!

Last summer I released Chunky Rally for Picotron and I kept working on it. It now has an editor that allows YOU to create your very own tracks and share them with others!
But I always wondered whether I could port this to PICO-8.
The focus of this game is feeling in control-beat all the best times and maybe even try [hidden]to get the secret skull medals
[16x16]

[ Continue Reading.. ]

31
3 comments


Cart #candyblast-0 | 2026-01-03 | Code ▽ | Embed ▽ | No License
2

Controls

Press arrow keys to move the ship
Press x to shoot Bullets
Press z to shoot a Bomb

Pickups

Defeated enemies sometimes drop a 🍬.Collect them to increase the strength of the Bomb.If you collect 10 🍬 you will restore a ❤️.If you already have 5 ❤️, you will get points instead :)

Scoring

Shoot enemies to increase the score.Enemies that are attacking(moving downwards)give double points when destroyed.

About

This is a basic arcade shoot 'em up game I made by following the awesome lazy devs shmup tutorial.this is my first finished game. I had a lot of fun making this. :)

note

This game hasn't been properly playtested.I'd love to hear feedbacks.Thanks for playing!

Special thanks to @lazydevs academy for the tutorials!

2
1 comment


Cart #hello_galaxy-0 | 2026-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

A 'space shooter' with a special twist. (Play time: 5 to 10 mins)

Made for the Toy Box Jam 2025 (12/19/2025 - 1/4/2026)

(This thing is janky, unoptimized, and doesn't exactly get the original idea across, but I'm glad to have finished it. Mega thanks to BryterGames for helping program the bullet patterns - the game wouldn't have even made it this far without his generosity.)

3
0 comments


Cart #coffee_snake-2 | 2026-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

It's a Snake clone, but when you eat the coffee beans, you go faster instead of getting longer.

Making the game swap between screens was easier than I thought. I just made a function for each of the screens, made a variable for the current screen, and swapped out the variable's value for the screens' functions.

7
4 comments


Cart #starfight-3 | 2026-01-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Welcome to Starfight

A shoot 'em up type game where you are up against the stars themselves.

This is my first published PICO-8 project, so expect the code to not be the best.
There are 4 difficulties ranging from easy to expert + a secret bonus one you can find on the "how to play" menu. ;)
And there are 4 different enemies which here I'd say is plenty enough for a bit of fun.

That's about it, get playin' and have fun!
[8x8]

[ Continue Reading.. ]

7
1 comment


Cart #gutwound-0 | 2026-01-03 | Embed ▽ | License: CC4-BY-NC-SA
7

This is my game Gutwound, Its a survival game, and I managed to implement and flesh out quite a few aspects before putting it down. I worked on it on and off for quite a while and I really love what I managed to achieve but I struggle to make changes and the workflow for it is quite bad, so I'm rewriting it. Thought I'd take the opportunity to convert it to a Playdate game, so that's what I'll be doing. Wanted to upload this here anyways as a permanent record of its existence.

WASD controls, E to interact with doors, hover over the inventory to open it (at the top), left click to add to bag, right click for context menu. Enjoy.

7
2 comments


Cart #lacaquest_v1-0 | 2026-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

my first game on pico-8!
thanks a lot a Lucas Castro for the class! Amazing!

1
2 comments


/!\ THIS PROJECT USES MOUSE AND A KEYBOARD — PLEASE HAVE BOTH

Circuit Sandbox – PICO-8

current version : v1.0.2

Circuit Sandbox is a compact, interactive electronics simulation. It lets you design, test, and experiment with digital circuits using simple components on a 16×15 grid.


Features & Tools:

  • [8x8]
    Cables: Connect components to carry power. They light up when connected to a powered source, allowing electricity to flow through circuits.

  • [8x8]
    Levers: Toggle on/off states manually. Act as power sources, sending energy through connected cables when switched on.

[ Continue Reading.. ]

5
0 comments


Cart #yoyugapabe-0 | 2026-01-02 | Code ▽ | Embed ▽ | No License

Just playing around with isometric views. A bit buggy

0 comments


Cart #snowgame-1 | 2026-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Concept

Walk around this yet to be beautiful simulation, I'll add alot more animations and it won't just be a walking simulator but a full game hopefully but for now enjoy the vibes

1 comment


My first GIF--Features version 1 of the "Spectral Creations" splash screen, which I made in Piskel last night.

4
0 comments


Cart #survivalgame-0 | 2026-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Deep in the forest is a puzzle horror game where you explore the depths of a cursed, mysterious forest, find clues, and escape.

Controls

Arrow keys to move around,
X to interact, and O to open inventory [coming soon].

There's more coming in the near future.

0 comments


Cart #evry1sbtfl-0 | 2026-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7


Everyone is together!
There are no controls except the pause menu.

This is just an experiment/doodle/whatever. The music took longer than the code
The song used is Canon In D by Pachelbel.

7
3 comments


If I am a beginner at programming should I start with Pico 8 or Picotron? And which one is better to use to begin with?

2
1 comment


Cart #tiny_solitaire-16 | 2026-09-16 | Embed ▽ | License: CC4-BY-NC-SA
6

patch 1.1 - fixed some embarrassing small first day bugs

patch 1.2 - made it so the game switches to picotron palette equivalent colors when losing focus, and cards are all dealt instantly when starting the game if "start unfocused" is enabled in the settings for use in the tooltray

patch 1.2.1 - fixed some embarrassing bugs. sorry guys
patch 1.2.2 - i found more even more embarrassing bugs. also the window size fits better with 64x64 widgets now
patch 1.2.3 - MOAR BUGS!!! thanks to soupster for pointing most of these out to me, shadows now dissapear correctly when the game is unfocused, the menu will draw correctly when unfocused (useful for lining tiny solitaire up with your other widgets) colors 16 and 17 now use the picotron palette so your wallpaper wont get messed up, and i also removed pressing middle mouse to reset the game (leftover from development lol)

[ Continue Reading.. ]

6
3 comments




Top    Load More Posts ->