Log In  

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

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

1 comment


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

0 comments


Cart #polybius-1 | 2025-06-30 | Code ▽ | Embed ▽ | No License
7

The classic arcade game from 1981, now re-made for the Pico-8!
Originally made for the Unconventional Jam (https://itch.io/jam/unconventional-jam)

7
2 comments


made this on the education edition in a couple of days, decided it's worth buying!! have fun

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

1
0 comments


Cart #just_a_normal_snake-6 | 2025-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
21

You're a snake.
A normal snake.

Get to the tunnel.
Eat some apples.
Don't touch spikes.

Being a snake is tricky!

(also on itch.io : https://werxzy.itch.io/just-a-normal-snake)
(made for the Thinky Puzzle Jam 5 : https://itch.io/jam/thinky-puzzle-game-jam-5)

Changelog

v1.1

  • adjusted the first few levels
  • added a hint system

v1.2

  • added tutorial cutscene
  • added 2 later levels

v1.3

  • added 1 later level
  • split 1 early level into 3 early levels
  • added more hints to levels that were missing them

v1.4

  • added a second hint for some levels
  • reordered a few levels
  • changed the transition when completing a level to load the next level instead of the level select screen

v1.4b

  • Fixed a bug that allowed an invalid movement
21
16 comments


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


Little thingamajig I made in a couple hours. It's not going to blow your socks off, and is very janky.

2
0 comments


Cart #superduckfighters-4 | 2025-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


music and sfx by: @BenZAudioDes

A small 2 player fighting game inspired by street fighter.

Up to jump
Down to crouch
X to punch
O to kick
X + O to use power attack when the meter if full

P2 Controls
X - Q
O - W
Up/Down - E/D
Left/Right - S/F

I plan to update the game in the future to add things like:

  • Music/Sound effects (sfx needs some bug fixes)
  • A player select screen where you can choose from 6 characters (done but will make separate for solo)
  • Giving different characters different powers
  • A single player campaign
  • Save codes like in older console games
  • Better Art (some improved but needs some work)

[ Continue Reading.. ]

1
1 comment


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

First game

2
1 comment


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

Hello All! I decided to make a demake of Magic Garden from UFO50 just as a training exercise for learning Pico8. The game is pretty basic with essentially being snake at its core.

1
1 comment


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

2
0 comments


Cart #hanoi_gpad_9level-5 | 2025-07-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Hanoi Tower

Based on Hanoi create by Neko250.

New Feature

  • add handheld pad support.
  • max to 9 level.
  • Added a victory condition.
  • clean up code by "ChatGPT".

Music

6
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
2


O jump

2
5 comments


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

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.

5
2 comments


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

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

2
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)
5
1 comment


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




Top    Load More Posts ->