: add multi boxes and multi target and few more levels
im creating a simple box pushing game to practice lua scripting and basic pico8 programming by using simple, readable code
please comment if you have better practice on the implementation!!
i'm still learning and this little game sure will be further developed





You've been invited to Pico City's highly exclusive, sickeningly violent fight club, where you can unleash your pent-up rage on strangers-- as long as it's your turn! Weave through attacks while collecting Debloons that can charge special abilities. Features five encounters, 30 unique bullet patterns, and Local hot commodity Tangerine.

.

.

.

,



A simple clock made in 290 characters. I decided to upload the cartridge and not just the gif of this postcart, because it would be pointless if you couldn't see the current time with it.
Source code:
s=sin c=cos t=stat v=ovalfill o=64.5function l(a,b)line(o,o,o-s(a)*b,o-c(a)*b)end::_::srand()cls(4)rectfill(8,8,119,119,2)v(0,0,127,127,4)v(8,8,119,119,7)for i=1,12do?i,-s(i/12)*48+62,-c(i/12)*48+61,0 end?"●",61,62 e=t(95)/60%1m=(e+t(94))/60%1h=(m+t(93))/12l(e,52)l(m,44)l(h,32)flip()goto _ |




Game overview
This is the first alpha release of Mars Rescue, a (hopefully!) challenging top-down action game.
Your mission: find and rescue Martian colonists under attack by hostile alien lifeforms.
Make the colonists follow you to the exit point to complete each level.
So far, 22 levels are available — I plan to create more if requested.
Creating this game has been a real pleasure, Pico-8 is awesome!
I hope you'll enjoy playing it,
feel free to reach out with any feedback to [email protected].
Controls
→ ARROWS: Move
→ X: Shoot
→ C: Toggle follow/freeze for nearby colonists


🚧This is just a test post for early prototype game!🚧
Very early version – just testing out basic mechanics and seeing if anything works at all
Controls:
X – jump
(yeah, that's pretty much it for now)
Idea
You play as a cat.
But not just any cat – a stubborn one sitting inside a cardboard box and refusing to get out. Ever.
So if you want to move?
You’re jumping with the box.
The Pew Pew
The Pew Pew is a shooting game located in space. With two bad guys one big that shoot bullet and takes two bullet to kill, and the smaller bad guy does not have any powers at all and it only takes one bullet to kill. The player ship has two bullets that come out through the two things at the front of the ship. There are power ups that give you 500 points and they give you a free live.
Hi all,
I added some new levels to Nemo 2 by Seimon ( @mooon). I have ~20~ 30 new levels, but I expect to update this cartridge over the next few days to 100 levels.
I respected the authorship of the game, and just added my name as a level creator. Mainly my wife played through all the levels and wanted to continue this amazing game, sooo... ;)
I was also thinking about potentially doing some level difficulty calibration. Would be keen to hear your ideas.
Cheers,
Hugo Sereno Ferreira


This is the first game I finished with Pico-8!
You are a bird avoiding red bullets and collecting sparks.
The sparks give you more score based on how fast they are going.
You can press X to dash, this gives enhanced mobility but no invulnerability. You may dash again when the bird turns black from being gray again.
You can only take three hits, good luck!

Pico3D is a powerful and fast 3D engine for pico-8. It aims to make 3D rendering as easy and accessible as possible. The engine comes in the form of functions. The main one being draw3d(...), that takes a large set of inputs and parameters and outputs a complete 3D render.
Pico3D documentation: https://drive.google.com/file/d/12Pk3I02xKy9S6b5hwFmr43ppXQLS7jYm/view?usp=drive_link
Pico3D standalone
Example of a render
esdf or arrow keys to move in relative directions
qw or x plus arrow keys to move up or down
mouse or z plus arroy keys to look around