Log In  

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

Cart #pixelbreaker-0 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Tower of Hanoi

Cart #hanoihandheld-0 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


Based on Hanoi create by Neko250.

New Feature

  • add handheld pad support.
  • Added a victory condition.
  • clean up code by "ChatGPT".
2
0 comments


CHAOS

The PICO-8 port nobody asked for!

Cart #chaosddd-5 | 2025-06-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


--CONTROLS--
Move: E,S,D, and F
Aim: Move mouse or trackpad
Shoot: Left mouse button (hold for multi shot)

The PICO-8 version of CHAOS is finally here! Most of the stuff from the actual game is in this remake, with some modified code. I'm still learning Lua, so if anything needs fixing or if something isn't working, just comment and I'll do my best. I recommend you play the original first, as this is significantly harder.

You can play the original version here! (Made by me and my friend.)
https://gd.games/devdeitydigital/chaos-rgb

>------------------------------------------------------<

[ Continue Reading.. ]

2
1 comment


Cart #retrodash_0_1-0 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


O jump

1
3 comments


Cart #jet_boy_2-0 | 2025-06-28 | Code ▽ | Embed ▽ | No License
4

Jet Boy

Jet Boy is a flappy bird clone game where a boy is strapped into a jetpack destined to infinitely boost through pipes and build score.

4
2 comments


Cart #shrimp_miku_jump-0 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Cartriges original creator: Sheebeehs
https://www.lexaloffle.com/bbs/?tid=145354

I only modified so shrimp be jumping than staying still :p
To be like in Justin's Oval video: https://www.youtube.com/watch?v=6Y4b25CYkkg

1
0 comments


Here's a snippet I made to launch webpages in the player's browser from within a pico8 cartridge. It only works in html exports, because it uses the GPIO pins to send the url to a custom html template.

Example (player perspective)

For an example of this in action, play https://pancelor.itch.io/make-ten-deluxe and click "info" on the title screen. A paper will pop up with some clickable URLs on them, which will load new tabs when clicked.

Setup

  1. folder config, open the "plates" subfolder, copy the default template (TODO: is there a default template, or did I make it myself by exporting a cart and then undoing pico8's ##js_file## / ##label_file## replacement?)
  2. Find var pico8_gpio = new Array(128); (it's near the top, around line 30)
  3. Replace it with this:
var pico8_gpio = new Proxy(new Array(128),{
    // pancelor's gpio-url, https://www.lexaloffle.com/bbs/?tid=149864

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=169278#p)
4
0 comments


Cart #landthatshipbutharderr-0 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #landthatshipmyfirstgame-1 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Cart #landthatshipmyfirstgame-0 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #gegonefaba-0 | 2025-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #a_dogs_average_day-0 | 2025-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A Dog's Average Day

Controls

left,right,down, and up arrows are used to move the character
press x to bite

Defeat the robber to win the game

Created by N_sane, about 5 days or so have been poured into this. Probably about 2 or 3 hours per day. I will finish it some time in the near future.

0 comments


Cart #jumpster_mrwiz-0 | 2025-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Jumpster

Controls

Use left and right arrows to move.
Press Z to jump.
Press X to fire.

Goal

Collect all the candies without touching the snake or the flying shrimp.

Credits

Made by Glenn Cagle for Intelligent Design Coding Camp: Advanced Project Programming.

0 comments


Cart #tefaduhapu-0 | 2025-06-27 | Code ▽ | Embed ▽ | No License

You (a generic slasher movie villain) in his 47th installment, has arrived at his next summer camp. But, after so many murders at this specific camp the police force has deployed one cop who will stop at nothing to hunt you down. Still wanting to murder teens, you decide to kill the campers while dodging the cop.

X to Attack

Z to Continue

There are 9 different campers. This is also pretty much a rage game.

2 comments


Harness elementals and pave your path to victory in a new Pico-8 autobattler!

Battle over 20 rounds, increase the power of your units, and claim victory crowns to show off your skills!

Good luck!

--

--

--

0 comments


Cart #sneki-1 | 2025-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #tabakninja-0 | 2025-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #amogustd-0 | 2025-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #pplatoon-0 | 2025-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

A party game for up to 4 buddies

This game features:

  • Local multiplayer for 4 players
  • 3 game modes (PvE, PvP and PvPvE)
  • Infinite random generated maps (3 different planes: Earth, Void and Ruins with 9 possible color schemes)
  • Pixel perfect terrain destruction
  • 2 power-ups (Med Kit and Weapon Box)
  • 2 traps (Land Mine and Acid Barrel)
  • 10 unique weapons
  • melee combat
  • techno squids

Controls

  • Player1 and Player2 can share a keyboard
  • Player1 - Player4 can use any SDL compatible gamepad / controller with at least 6 buttons

[ Continue Reading.. ]

4
2 comments


Cart #zisebipopi-3 | 2025-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Arrow keys to move the cursor
Z/circle to progress menu
X/cross button to fire

Help Poopdeck Bean fight off the hoards of squids in this goofy remake of the Sploosh-Kaboom/Battleship minigame from Wind Waker.

Use the arrow keys to move your reticle around the top right play area and press the X button to fire! If you manage to hit a squid you'll be greeted with a resounding KERBANG. If you miss however, you'll hear a SPLAT and see a blue cross on that tile. Try to use your limited ammunition to defeat all three squids!

This is actually my second game with pico-8 and I'm hoping to make more interesting and expansive ones going forward but this was still a great little project to continue learning about the engine.

3
1 comment


hey guys, I'm new here.

hopefully I can make some good carts for you all!

1
0 comments




Top    Load More Posts ->