Log In  

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

Cart #wyberomi-0 | 2025-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

Description:
The idea for Picochi came from my college days. Back then, many classic RPGs like Dragon Quest only allowed players to move one tile at a time. I first implemented this concept in RPG Maker and found it quite enjoyable, which inspired me to bring it to PICO-8.
In this game, you control a white Mochi character, using jumps to overcome obstacles and reach the portal to advance to the next level. Be careful not to fall into the sea, or you'll have to restart the current level!

Controls:
β¬†οΈβ¬‡οΈβ¬…οΈβž‘οΈ - Move one tile
πŸ…ΎοΈ - Jump two tiles

17
3 comments


Cart #nightdrive-1 | 2025-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

CONTENT WARNING:
Flashing Lights

My version of the Atari's arcade game Night Driver and Dr. Reiner Foerst's Nürburgring 1.

Mouse controls only.

5
0 comments


Maybe it's just Friday burn out but I'm struggling to get a "slithering" action right. I know it needs to make use of cos() and sin() but I don't use them regularly enough to quite know where to plug it in properly or math to give it.

What I'm chasing is to get a snake made of N number of segments move across from the screen from left to right. So the whole thing moves on the X with the wave is on the Y. But I think my hang up is how to get each segment wave on a snake-like path; not all together at the same time - basically alternating waves? I dunno..you know how a snake looks :)

In each segment update loop is:

self.x+=-1
self.y+=cos(t())

And that's certainly making the wave happen but all the segments are moving in unison and not in sequence like I was hoping. I want something like this:

But I'm getting something like this:

Like I said, some of this may be weekly burnout because I swear I've tackled this problem before but don't have anything in my snippet library that suggests so.

[ Continue Reading.. ]

5 comments


Cart #starkart-5 | 2025-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Update 1.2: Now Stark Kart is really an Star Kart! this update adds 5 new characters: Strx in hd (replacing Therapist), Scar (replacing Car), M.C. Strx (replacing Ceo) G.D. Strx (replacing Boid) and Evil Strx (replacing Robo spider). So well, enjoy this "big" update!!!!

P.D.: I also want to add 2 more characters: Yoshi Strx and English Strx. (In case of English Strx that name is because really im not english, im spanish. In case of Yoshi Strx it's because... Well.. Im a fan of Yoshi.) But im not a good drawer digitally and i don't understand lua code, so help will be good! So well, now bye!

Cart #starkart-4 | 2025-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Update 1.1: Now Starlyax is a little low of op (because i changed their statistics) but don't worry! It continues being the more op character in the game. So well, enjoy this update!!!

[ Continue Reading.. ]

2
3 comments


Cart #kituduzeti-0 | 2025-02-11 | Embed ▽ | License: CC4-BY-NC-SA

Made this small game for my girlfriend for this year's valentines!! Whipped it up quickly during college heheh.. Apologies for no sound !!! Was super experimental for me, had to learn Picotron, an entirely new workspace for meee,, all for her <333

Love you, sweetie!!! <333

Controls:
Just Z/A <3

Try to get as many score as possible before the time runs out !! Kiss your partner, but beware of his breath, you don't want him to pass out!! You'll lose score if you do.. And you need to wait for him to gain his breath fully back unless you get less points!!

0 comments


Cart #pico8_roulette-0 | 2025-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Here is a demake I made of the wonderful game "Buckshot Roulette" made by Mike Klubnika. Its currently at its most basic stage so no items but the base mechanic is there. The code is probably awful as I made this a while ago and just added sfx to publish it. Don't expect a masterpiece lmao

Hope yall have fun and go check out the actual game at
https://store.steampowered.com/app/2835570/Buckshot_Roulette/

11
2 comments


Cart #happyvalentine-0 | 2025-02-14 | Code ▽ | Embed ▽ | No License
5

This is a very short game I made for valentine's day, it was mostly made for my friends to play but I decided to post it here too, because it's the first pico8 project I've finished

5
2 comments


So I've been working on A project called PicoDL, which is my first Cartridge, which I'm very excited to work on. So I did use AI to get a functional prototype, but from there I've only really used it for debugging. Note that I'm brand new to lua and programming in picotron, so it will be a bit until I no longer need AI, but I was wondering if you have any tips to boost my learning, and any ideas for PicoDL?

To use it on the online version, just type picodl in the terminal (if you can somehow access it, otherwise download it), and see it's usage (I'm gonna update it in the future)
Autoupdates are going to be truely auto later, expect more args later. (also I'm gonna remove a few things at some point)

Cart #picodl-0 | 2025-02-14 | Embed ▽ | License: CC4-BY-NC-SA
1

[ Continue Reading.. ]

1
0 comments


Cart #gowibunime-1 | 2025-02-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Working on adding enemies to my demake of the original Mega Man.

14
0 comments


Cart #kp_bombs-0 | 2025-02-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is a pretty simple version of minesweeper I made a while ago, mostly to to try out a few visual tricks. In particular I'm happy with how the half-offset tiles look. I doubt I'll work on it more, but I wanted to upload it in case someone found it interesting.

1
1 comment


Cart #tuzejazeda-0 | 2025-02-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Conway's Game of Life

Ive been learning how to code PICO-8 - making other games, but I did this as a little side project - implementing Conway's Game of Life on Pico-8

Probably next steps are

  • play / pause
  • editing
  • sharing / seeds?

Bugs/Suggestions?

This is my first Pico-8 "game", if anyone has any suggestions for features that would be awesome! Thanks!

Have Fun!

Thank you!

3 comments


Cart #plumbsum_2-1 | 2025-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

left+right+down to nudge / z+x to rotate / up to slam / enter to pause

Connect pipes to edges or blocks to clear them. The top of the board is an edge!


The long-anticipated sequel is here! This version focuses on what was clearly the best part of the original: clearing blocks. It's Just Fun™.

Some other changes include:

  • Revamped scoring system and new thresholds for bronze/silver/gold plungers
  • "Bag system" of randomness for the incoming pieces
  • Very slightly improved soundtrack
  • Personally, I find this version a LOT more fun than the original.

This is a different style game than the original and will require developing some new strategies :)

[ Continue Reading.. ]

5
1 comment


Cart #speakeasy-1 | 2025-02-13 | Code ▽ | Embed ▽ | No License

It's the 1920s, and your boss is running a small speakeasy. Trouble is, alcohol is in short supply. Luckily for you, the town is home to many other speakeasies.

Boss needs booze.

You know what to do.

0 comments


Cart #matodanuho-0 | 2025-02-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Avoid the incoming blocks — xo

Cart #joyride-0 | 2025-02-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


I made this game for the second title in the 20 games challenge. At first I spent a lot of time drawing the objects as squares, then adding lines to create some sense of depth. Eventually I decided to invest some time in Asesprite for some neat pixel art, and I am so glad I did.

The game itself is quite simple, press ❎ or πŸ…ΎοΈ to start the game, then lift up your sick board for tight avoiding maneuvers. Don't fly too high and max out the score!

4
2 comments


I first started this project to see if day trading stock graphs could be generated by flipping a coin. That is the base code of this game now.

0.3 Razy Stonks Simulator:

Cart #stonks-6 | 2025-02-21 | Embed ▽ | License: CC4-BY-NC-SA
1

Please give feedback!

I want your feedback:

  1. Gameplay - Is it fun and intuitive?
  2. What shop items should I add?
  3. Any other data needed in the stock graph?

Change Log:

V0.1

  • Project started
  • Average price point line

V0.2

  • Fixed infinite money glitch
  • Added start screen (Really bad need changes)

V0.3

  • Added a shop structure (no shop items yet).
  • Added save keys! For this, go to the shop and copy down the key. This will work through versions until version 1.0! - You can't copy paste the code's since it breaks the game.
  • Refined start screen
  • Refined controls!

Future Updates:

V1.0 - Alpha

  • Fully working game loop
  • Shop system
  • Tax system
  • Daily spending - You will need to earn enough to stay afloat. You lose the game when you run out of money.
  • More tools
  • Volatility
  • Progression system
    • Shorting
    • Broker character
    • Options
  • Multiple Stock Markets
  • Different time span candles: 1/5/10/30
1
7 comments


Hello! I am very new to this hobby and am loving Pico 8 so far. I've run into one small problem. When I play a cart from SPLORE on my RGCUBE XX it downloads the cart outside of my pico 8 folder for some reason. I'm running the newest version of Muos and have no idea how to fix that issue.

0 comments


(version 0.1.1d, Windows 10)

I can not call function matmul() and matmul3d() directlly.

At the same time, they can be called as a method of Class userdata

a=vec(1,2,3)
b=vec(2,2,2)
matmul(a,b,1) -- runtime error, attempt to call a nil value (global 'matmul')
a:matmul(b,1) -- OK
2 comments


Cart #stretchykart-1 | 2025-02-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

Stretchy Kart is a old school racer with pseudo-3D perspective and pixel art drivers.

Z: Accelerate
X: Charge jump (release to jump)
Collect hot dogs to gain more acceleration.

This game was made as Stretchy Buoys Jame 2025. It features racers from the other games made during the jam. You can unlock all the tracks and characters by looking for four-letter codes in the other SBJ jam games:
https://tipsheda.itch.io/stretchy-buoys-jam-2025​

14
1 comment




Top    Load More Posts ->