Log In  

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

Cart #tapforwin-5 | 2025-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

CONTROLS:

Keyboard
1p - x or left
2p - a or down
Gamepad
1p - b
2p - b

Have fun.

3
1 comment


I'm new to the BBS and new to Pico-8 as well. I've been obsessed with the concept since I first became aware of it around four months ago. Everything about it fires every happy neuron in my autistic brain and I now own four different handheld emulators which I use almost exclusively for playing Pico-8 games.

I cut my teeth on coding back in the 80s when I was in high school, but trying to write games in BASIC was a disappointment and the only other viable option at the time was learning machine language coding, which terrified me. If Pico-8 had existed back then, my mind would have been blown, and my life would have ended up very differently.

I'm finally sitting down and going through the "Shmup for Pico-8" tutorial from the very beginning. I really like the fact that each installment has a homework assignment. I want to be able to take an idea for a game and be able to say with confidence, "Yeah, I think I can make this happen."

0 comments


Cart #fallyourcolors5-0 | 2025-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

CONTROLS

Keyboard:
[X] - start/restart game
[S][F] - Player 1, next/prev color
[Left Arrow][Right Arrow] - Player 2, next/prev color

Gamepad:
[X][A] - start/restart game
[LS] or [DPAD:LEFT][DPAD:RIGHT] - Player 1 or Player 2, next/prev color

4
0 comments


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

Pico-8 version of 368chickens

4
4 comments


Cart #bibafozuwu-0 | 2025-05-05 | Code ▽ | Embed ▽ | No License
5

Food generator for couples :)

5
2 comments


Cart #tablepractice-0 | 2025-05-05 | Code ▽ | Embed ▽ | No License
1

Practicing with tables :)

1
0 comments


Cart #mfsv12-0 | 2025-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

My First Shmup

My First Shmup is an old-school style arcade shoot 'em up (shmup) aesthetically reminiscent of Galxian or Galaga, with hints of newer shmups sprinkled in.

How to play

Fly your fighter and defend the known universe by destroying the evil Space Ghost's armada.

Arrow keys - move your fighter
O/Z button - Fires Missiles, reduces ship speed
X button - Fires Plasma Weapon

System

Enemies destroyed with missiles drop energy cores at a rate of 20%. Pick up energy cores to increase your energy meter. The Plasma Weapon does more damage than missiles, but can only be fired when there is energy in the meter. Each Plasma shot depletes your meter a small amount.

[ Continue Reading.. ]

12
2 comments


Cart #eightsages-1 | 2025-05-05 | Code ▽ | Embed ▽ | No License
3

check out the music video here!
https://churchbasement.org/#music/eight-mages/

Used Pico8 as the visuals for a music video. Getting TIME() to be actually accurate was the main problem i ran into. Had to sampling beeps from Pico8 using TIME() to trigger them every second, record that into Reaper, ratio the sampled time with the time it should have been, averaging all the ratios, multiplying TIME() with the ratio we found, witch happened to be 1.0007962696777

-- 0x1.0034 is as close as Pico8
-- can get to the fration
-- 1.0007962696777
local ratio = 0x1.0034
local oldt = 0
local t = 0
function _update()
    t = (time()*ratio)%1
    if t < oldt then

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=166523#p)
3
2 comments


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

Wordle in Dutch v1.0 by Stephan Otter

A Pico-8 demake of the classic Wordle game — now with Dutch 5-letter words!

🔗 Original demake by @galleywest
This version builds upon Galleywest’s awesome base with added features and a Dutch word list.

✨ Added features:
🇳🇱 Dutch 5-letter words (interface is still in English)
🟨 Handles wrong letters in wrong positions more accurately
❌ Reveals the target word after 6 incorrect guesses
📘 In-game instructions included

Try to guess the hidden Dutch word in 6 attempts.
Green = correct letter and position
Yellow = correct letter, wrong position

[ Continue Reading.. ]

2
0 comments


I've added a 6-button gamepad for the new pico-8 just incase that it could be for the key configuration mode can be different than before, the o and x buttons work for the original games, but if you make your own game for the slash and heart including shoulder buttons then this would have been special, so here are the numbers for the buttons.
Slash = 12 (turn into 7) key(C)
Heart = 13 (turn into 8) key(S)
Left Shoulder = 14 (turn into 9) key(A)
Right Shoulder = 15 (turn into 10) key(D)
I've hope you'd like this.

1
0 comments


Cart #bullettemplate-3 | 2025-05-05 | Embed ▽ | No License
4

This is a base project to create your very own Bullet Hell/Heaven, Shooter, Stealth etc. game!

Controls

Best played with twin-stick controller!

Controller:
LEFT STICK - Walk
RIGHT STICK - Aim & Shoot
X(bottom button)-Advance to game

Keyboard+Mouse:
WASD - Walk
MOUSE - Aim
LEFT MOUSE - Shoot
C - Advance to game

Content

It includes:

  • a system to manage the different types of guns and bullets with different values
  • multiplayer support
  • basic AI that looks for the player and follows them
  • basic enemies(one melee, one ranged)
  • a basic item system

[ Continue Reading.. ]

4
2 comments


Cart #kefidasoni-1 | 2025-05-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Updated in 5/11/2025

Update: restart in current level when level fail;
Fix: BGM playing when switch levels;
Add: new wind mechanism;
Update: 3 levels.

4
0 comments


Cart #swirling_hot_masses-2 | 2025-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Swirling hot masses

Have fun playing in the sandbox, while I continue procrastinating my other projects.

I think I fixed the error.

10
1 comment


Cart #familiar_frog_game-4 | 2025-05-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Familiar Frog Game

by 404plyrNotFound
[8x8]

Rundown

This game should feel very familiar. That's why I chose it to be my first Pico-8 game. It let me work with something I knew (Konami's Frogger) while I learned something new (Pico-8/Lua). There are differences from the original beyond the art style. There is only one level. The road directions are more realistic. The game is easier either because of my inexperience in game design or because I was making this for young, inexperienced gamers. Not sure which. I hope you enjoy. After this, I will move on to new, less familiar games.

[ Continue Reading.. ]

10
4 comments


A simulator that can simulate the rotation of two rotating arms.

Cart #pabezumiwo-0 | 2025-05-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

5
0 comments


This is s a WIP top down RPG style game with procedural generation... Use the pause screen to show debug, then select the option to create a new map.

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

1 comment


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


Throw

A simple hiscore game

  • Throw cans with any button press and stop the power meter at the right amount to aim for the trash
  • Life lost when bouncing at ground twice or flying outside the screen
  • Bonus lives can be earned with enough score

Show that trashcan who's boss. Goodluck!

Made after a long break from game development.
Very ad-hoc/impromptu coding/design to keep motivation going

2
0 comments


Cart #bloxwarz-0 | 2025-05-03 | Code ▽ | Embed ▽ | No License
4

4
0 comments


Cart #hobblins_prototype_3-2 | 2025-05-03 | Code ▽ | Embed ▽ | No License

Here's another prototype of my upcoming game, Hobblins. This prototype is focused on the idea of a timed conversation minigame. The current version is very simple, just choose the phrase whose colored text matches the prompt at the top in order to increase your conversation partner's Interest (the green bar). Press x at the time marked on the bottom of the screen, or your conversation partner will lose Patience (the second bar, which starts blue and changes color when it drops lower).

Raising Interest to full means you win, dropping Patience to empty means you lose.

It's very simple right now, but I plan to modify this to add more difficulty/interest in selecting what to say next, as well as more strategy/options for the player.

0 comments


Cart #picoshooter-1 | 2025-05-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

this is my first finished game! its not much, but im very happy with it.

CONTROLS:

X = shoot

left arrow key = left

right arrow key = right

Thanks for playing!

3
1 comment




Top    Load More Posts ->