Log In  

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

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


A two-player tic tac toe game with a menu!

0 comments


I made this set of emoji for the BBS! I don't know if anyone's done this before, but I thought I'd give it a shot, it was pretty fun. If you have any emoji you want me to add, let me know!
[8x8]

[64x64]

4
1 comment


My First Open Source Project: PicoverseOnline

Hello Picotron Community!

I'm thrilled to share my very first open source project with you—PicoverseOnline. This project marks my first serious foray into software development on my own, and I couldn’t be more excited about what lies ahead.

What Is PicoverseOnline?

PicoverseOnline is the starting point of my dream to build an integrated, AOL‑like online environment right here on Picotron. At its core, the project is designed to bring together a suite of programs that work seamlessly together. The current backbone of the Picoverse is the NetWave Chat server, which I built to manage users and facilitate real‑time messaging. But this is just the beginning!

Key Components

NetWave Chat Server:

This server currently handles user creation, message sending, and retrieval. It’s a work in progress, but it already does basic chat functions you can get it on my github: https://github.com/RetroCodeRamen/NetWaveChat

[ Continue Reading.. ]

3
2 comments


Cart #stalagmite-0 | 2025-02-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Stalagmite

A very difficult Celeste challenge level.
Good luck!

Made by me and kdx

2
4 comments




Cart #laserwave-4 | 2025-02-19 | Code ▽ | Embed ▽ | No License
8

Wanted to make the lazermaze board game in pico8! this is an early WIP of the project. Obviously missing features and levels, but just want to showcase the mirror functions and other stuff.

The game is too large so I am working on a reduced version here:

Cart #laserwave-8 | 2025-03-16 | Code ▽ | Embed ▽ | No License
8

Here is the level editor if you want to mess around. I provided the keybinds:
D: Delete tile
Middle Mouse Button: Spawn/Copy tile
B: Change base state
Scroll wheel: Change tile type

[ Continue Reading.. ]

8
2 comments


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

1
0 comments



3
0 comments


-曼蛇雷華- (Mandarage)

5-level color drawing using bitmask & trifill(limited).
color-0x00: 0b0
color-0x03: 0b1, 0b010, 0b100, 0b1000
color-0xfb: 0b11, 0b101, 0b110, 0b1001, 0b1010, 0b1100
color-0xfa: 0b111, 0b1110, 0b1101, 0b1011
color-0xf7: 0b1111

(299 chars)

::★::cls()a,y={},0for i=1,64 do
p=sin(t()/64*i)add(a,p*48+64)y=add(a,y)+32end?'\^!5f11³³ャ³ャャッ³ャャッャッッワ'
for o=1,62 do
l,u,c,m,r,d=unpack(a,o*2-1)s,e,y,j=l,l,u,(r-l)/(d-u)o=1<<>o%4poke(0x5f5e,o|0xf0)while m do
v=y%140rect(s,v,e,v,o)s+=(c-l)/(m-u)e+=j
y+=1if(y==m)l,c,u,m,d=c,r,m,d
end
end
flip()goto ★

7
0 comments


Cart #cab_hearts-6 | 2025-03-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


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

0 comments


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

1
0 comments


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

controls

arrow keys: left right and up

behind the scenes

there is no scene behind here trust me ive looked

the creators

SF QD

1
0 comments


true tetris moment v2

1
0 comments


true tetris moment

3
1 comment


Cart #vo_plumbsum_2-0 | 2025-02-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

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

Connect pipes to edges or blocks to clear them.

Invalid and trapped parts of the board will turn into blocks.


This is my first Pico-8 game! I was displaced from my home during the Los Angeles wildfires and had to figure out what to do with my time, so I decided to learn Pico-8. I was heavily inspired by the Summoning Salt video about Tetris high scores, which got me wondering what kind of block-sorting mechanics have not been explored yet.

This is also my first time composing music, so be nice :)

All feedback welcome! Tell me your high scores.

15
2 comments


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

Just my Soko Sample project, but minified to fit in a single bsky post.

2
1 comment


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

2
0 comments


Cart #sokosample-0 | 2025-02-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

A basic sokoban codebase. Maybe 25 lines of hopefully very easy to understand code. Most of the games I've been making over the last few months all run off this basic framework, and I wanted to have this out there in case it was helpful to anyone else! The "vibe" is based a lot off of things like Bitsy and Puzzlescript, but the simplicity of the code and fact that I've been able to make really fun and expressive games off this paradigm I think makes it really nice. Some games that use this as their base logic include:

[ Continue Reading.. ]

6
6 comments


Cart #spaghetticode-2 | 2025-02-10 | Embed ▽ | License: CC4-BY-NC-SA
31

SpaghettiCode - a Picotron code editor

v0.2.0 - alpha

SpaghettiCode is a code editor for Picotron that aims to provide more features than the built-in code editor, providing a little extra help and quality of life.

Important notes before you start using SpaghettiCode!

SpaghettiCode is in alpha

Please back up your carts before editing them with SpaghettiCode! I am not aware of any bugs or issues that could lead to corruption or data loss, but until it has seen a bit more of a shakedown, I don't want to risk being responsible for anyone losing work.

Also, let me know if you run into weird issues or have ideas! Feedback would be greatly appreciated.

[ Continue Reading.. ]

31
24 comments




Top    Load More Posts ->