Log In  

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

Cart #juicio-1 | 2024-11-26 | Code ▽ | Embed ▽ | No License
17

Welcome!

Juicio (Juice-e-Oh) is a local startup situated in the middle of No-where Dry Dry Basin.
Sasa needs help making smoothies for hungry bird clientele, Fit falling fruit into 5x5 squares to clear!
Zone out to either minty or spicy mode and share your highscores!

Controls

Left/Right to move (Fruit can wrap across the screen.)
Down to advance by one
Up to quick drop
🅾️ to advance/select dialog option

Notes

Star blocks give score when you fill the star birds on the sides of the screen. If you fill them out with stars to spare you'll get bonus score.
If fruit goes over the blender line it's game over, But if you would've cleared your all good to keep going!

[ Continue Reading.. ]

17
5 comments


Cart #joemetridesh-0 | 2024-11-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

this is a proof of concept :3

i basically took the concept of geometry dash platformer mode aand ported it to pico-8

all the original game art belongs to mr robert topala, all i did was use it as reference :)

(edit: forgor to mention that the spike hitboxes are very stupido dumdum but it's whatever)
(edit edit: i'm still learnin lua so i had chatgpt help me please don't kill me :3)

2
2 comments


(im an un-experienced pico-8 dev)

So i've been developing a small program that will allow you to draw things with different colors from the alternate color pallet, so far you can just switch colors from their alternate pallet and regular pallet.

But I realized that if I want, lets say the regular red and the alternate red at the same time, it wouldn't be possible.

So what i'm looking for, is an easy way to fix my mistakes and change my cart so that I can have alternate and regular versions at the same time, of one of the colors. (im aware that each time the alt and reg versions of a color is present, one of the other colors will need to be sacrificed)

Cart #colorpal-0 | 2024-11-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #hamtuner1-0 | 2024-11-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Working on my HAM license, I decided to procrastinate by trying to make a little game to help me remember certain frequencies / terms to work towards my licensing test!

1
0 comments


Cart preview PNG img elements could really use the css declaration image-rendering: pixelated

Now:

With image-rendering: pixelated:

This would be a better reflection of the games' actual look, and even makes them a bit more appealing to play IMO. It's a pretty simple change to boot!

Thanks for reading!

1 comment


I repurposed one of my tweettweetcarts into this little 2 player game. The gameplay is finished I think but visually it feels like something is missing. I have plans to add a title screen and cover art. Any suggestions or constructive criticism would be appreciated! :

Chomp

Chomp 10 coins fast!

Controls:
P1: arrow keys or x, o or gamepad1
P2: ESDF or Lshift, A or gamepad2

Credits:
Music by snabisch
Sound effects by Gruber
Sprites by ivoryred, Kicked-in-Teeth, and Ironchest Games

This game is also on itch.io

Cart #evn_chomp_v1_0-0 | 2024-11-27 | Code ▽ | Embed ▽ | No License
1

1
1 comment


Bézier Demo

Cart #jewetopuwe-0 | 2024-11-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

A demo implementing a cubic Bézier curve in PICO-8. Nothing more to it!

I aimed to make a super simple demo focused on the absolute basics of this curve, so hopefully those unfamiliar will find it easier to understand how it works. The code is fully commented.

Requires mouse control. Click and drag the control points to manipulate the curve.

3
0 comments


"Lesson learned"
It was being melted down, and these were the final moments of its existence. It didn't despair but, with futile diligence, analyzed the decision tree to understand its mistakes.

(276 chars)

r={}s=0
for i=0,160do r[i]={rnd(128),i-16,10}end
::_::
?"\^1\^c7\^!5f11█░4웃9:♥7"
for j=0,#r-1 do
i=(j+s)%#r
b=r[i]
b[2]+=1
if(b[2]>144)b[3]=12b[2]=-16s=i
x=b[1]
y=b[2]
d=mid(8,b[3]-(y/128)^2*16)
if(d>0)for i=6,max(0,3-d),-1 do ovalfill(x-d*3,y+i+d,x+d*3,y+i-d,i)end
end
goto _

7
1 comment


So im trying to switch the alternate color pallet back and forth every second with this code.

function _draw()
 pal(8,128+8,flr(time()%2))
end

At first it has light red then waits a second and flips to the dark red, as expected, but then it just stays in the darker red and doesn't flip back for the second time..

All help greatly appreciated!

7 comments


Cart #kquest-0 | 2024-11-26 | Code ▽ | Embed ▽ | No License
11

a short, dumb adventure game made over the course of about 10 days for PiCoSteveMo 2

11
5 comments


I have monospace enabled in the code editor and as you can see the text between the first and second line is off by one pixel. I have switched between regular and monospace and the issue remains the same.

7
3 comments


Cart #marcianitos2-0 | 2024-11-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Overview

Marcianitos tries to recreate the experience to play a shmup from an 80s arcade video game room, where you wasted a little amount of coins in an addictive game. Difficult to play, but worth it if you were willing to spend some time shooting enemies and looking for strategies to defeat the final boss. You wanted to play again and again because you knew you could do it better next time.

Controls

  • Arrow keys for moving the ship
  • Z normal shot
  • X bomb shot (high damage)

Rules

Kill all the enemies you can before they kill you!

[ Continue Reading.. ]

3
1 comment


Sphere, a 3D wireframe sphere in a cloud of stars.
One of my favorite Pico-8 sketches I ever did.

11
3 comments


Finally figured out fillp and second palette for sprites and tline.

13
3 comments


Cart #hackrun1-0 | 2024-11-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Use your sk1llz to breach the system, wrong choices cause glitches.

0 comments


Cart #motorcycle-0 | 2024-11-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

I like riding my motorcycle, but sometimes it's too cold, so I made this video game to relive the feeling.

1
1 comment


Hello World

0 comments


Cart #double_snake-6 | 2024-12-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7


Double Snake - 2 player snake game with bonuses!

Additions

These are additions that were made compared to the original snake game:

  • 2 player versus and co-op modes
  • Special apples that give random bonuses
  • Map border walls are randomly generated each game

Game Modes

Co-op - play with your friend on a single field to achieve highest possible score together! The game is primarily designed for this mode.

Versus - play against each other! First player to win 10 rounds win! Note: when bumping head to head snake with longer body wins the round. If length are equal nobody wins the round, scoreboard remains the same.

[ Continue Reading.. ]

7
2 comments


Cart #shining2-7 | 2024-12-12 | Code ▽ | Embed ▽ | No License
16

Look Who's The Shining Two! follows the adventures of Adult Danny Torrance, who has just gotten a job at the Overlook Hotel but is stuck in the haunted hedge maze on his first day. Can you commute to work?!

This game was created for the PiCoSteveMo game jam, with music by kittenm4ster and technical support from pancelor. Thanks to BaseCase for hosting PiCoSteveMo!

16
17 comments


Cart #todd_pyramid-0 | 2024-11-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Made for a 1-button game jam, enjoy!

5
1 comment




Top    Load More Posts ->