Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

PICO-EXPLORER is like the file explorer but it uses its own file system

Something to be added

  • Opening, adding, removing and editing files and folders

v0.4

  • Now the file order automatically changes when a file is deleted
  • Changed the information bar's colour from dark blue to black

Cart #pico_explorer-3 | 2023-03-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

v0.3

  • Fixed bug that called an error when you try to select the next file after the last one
  • Added the ability to open .txt files
  • Added the ability to close opened window (in pause menu)
  • Added the ability to remove files (in pause menu)
  • Added the "removing" sound

Cart #pico_explorer-2 | 2022-10-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

[ Continue Reading.. ]

5
2 comments


Cart #stardashspectre-0 | 2022-10-28 | Code ▽ | Embed ▽ | No License
6

6
2 comments


Cart #cheeseabyss-0 | 2022-10-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

How many people can play and have fun together on a single keyboard, in realtime? This experiment resulted in 6 players-game. Each of the heroes uses 1 keyboard button to chew through the cheese and other enemies.

Pick your key. Embrace yourself. Concentrate. Eat the cheese and the opponents!

It's a late upload - the game was made for Grawitacja Game Jam in 2019.

4
2 comments


Cart #himohimusi-1 | 2022-10-31 | Code ▽ | Embed ▽ | No License
4

Well, I did it: I started a Halloween pico game the week before Halloween. It started as a talking Jack-O-Lantern puppet and it still kind of is that, but also there's a game included now!

HOW TO PLAY

  • Try to feed the pumpkin, who fair warning is kind of a finicky eater.
  • Press left and right arrow keys to pick up objects with your pumpkin-y hands. Release to fling them into your grinning maw.
  • Press the down arrow to slow your hellish steed and get more stuff.
  • Press X to commune with this demonic gourd.
  • Press Z to waggle your eyebrows.

Feedback welcome, I'd like to add some music and hope to keep tweaking this until the big day.

UPDATE 10/30: On the eve of Halloween, I've added music, tweaked the game loop, and allowed you to slow down your freaky horse to collect more garbage to eat. Release soon!

4
1 comment


I mourn the passing of @Xeonic's account in this board.

(SIGH)

Just recently I noticed ALL of her (his) posts, even the very smart and intelligent ones written regarding programming and hardware were utterly deleted because - well, she (he) went thermonuclear.

Folks, we're here to help. If there is a problem, please, let us try to work out with exceptional communication, intelligently, sensibly, and with great forethought and compassion. Please let us not ever have this happen again ...

2
8 comments


Cart #moving_crates_and_platforms-0 | 2022-10-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

This simple demo is an attempt to create a small platform game engine for my future projects.

As a beginner in pico-8 development, I made this demo by mixing various parts from other projects, like Jelpi, video tutorials by Nerdy Teachers, and other games found on the lexaloffle website.

So it's easy to find more than one type of implementation of collision detection, actor definition/creation, and so on.

But the main reason I'm sharing this demo is to help people see another project using the code developed by Steed in his engine for platforms and crates cratesncrushers: https://www.lexaloffle.com/bbs/?tid=35086.

First, I tried to develop my own version without using his code, but unfortunately this became an overwhelming task.

[ Continue Reading.. ]

4
2 comments


Cart #fezesiroyo-6 | 2022-10-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Hi everyone!
I have finally found time to improve and finish the game "Swapply" I made for the Ludum Dare 51.
It now features 4 levels, a save system and some collectibles.

There is also a special end screen if you manage to complete the game :-)
The level design might be a bit tricky right now because I need to see some players testing the game in order to improve it and fix.
So feel free to send me any comments or screenshots if you are in trouble while playing!
Thank you very much and have a very nice day.

  • Pierre
10
8 comments


Cart #intoruins-7 | 2024-05-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
253


Reach depth 16 and retrieve the Wings of Yendor

Controls

(◀)(▶)(▼) : Turn

(▲) : Step forward / Attack / Interact

(X) : Open inventory

(O)/Z/C : Wait 1 turn

Into Ruins is a roguelike for the PICO-8 Fantasy Console.

There are no stairs. Jump down holes in the ground to make your way to the bottom. You will encounter natural cave formations, crumbling dungeon rooms, and terrifying creatures on your way.

There are no doors. Tread carefully or the creature in the next room might spot you. Light helps you explore more easily, but also reveals you to your foes. Fires can spread wildly through the environment, while glowing mushroom spores can mend your wounds.

[ Continue Reading.. ]

253
67 comments


It's not intuitive that these two blobs of code have different token costs, even though they do exactly the same thing:

local a = 1    --  3 tokens: a, =, 1

local b        --  1 token:  b
b = 1          -- +3 tokens  b, =, 1 -> total 4 tokens

I think the disconnect here is that the b in local b is being treated in the cost analysis as a variable reference, which it isn't, because the variable isn't referenced or assigned. It's just forward-declaring a conceptual attribute of the variable (its name), like the zero-cost local keyword does (its scope).

The reason why this bothers me is that I often find myself doing stupid stuff so I can do tuple assignments to save a token, which makes my code ugly. Gross stuff like re-using existing vars or function args, rather than declaring a new local, so I can put them all on the same tuple-assigning line without having to split out a new token-stealing "local" declaration that wouldn't work inline with the tuple assignment.

[ Continue Reading.. ]

3
1 comment


Cart #scraps_logic-9 | 2022-12-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
30

Scraps Logic

Use logic circuits to resolve open-ended puzzle in a post-capitalist society.

How to play :

⬆️⬇️⬅️➡️ or mouse to move the cursor.
❎ or left click to grab or drop a module or a cable:

❎ or left click on a socket to plug or unplug a cable :

🅾️ or right click to remove the module or cable currently held :

You can access the tutorial at anytime during a puzzle using the pause menu.

Truth Table and Cheat Sheet :

AND : Output 1 if both inputs are 1.

[ Continue Reading.. ]

30
9 comments


Cart #triangle-0 | 2022-10-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Press 'Z' for a New Triangle

3
9 comments


Cart #pocketcalc-4 | 2022-10-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12


Welp, here's my first "big" project! I knew immediately after bikibird released Speako-8 that I would have to make something with it, and so I decided to make it a tribute to a certain departed musical legend and fellow speech synthesis nerd. (Also THANKS SO MUCH to bikibird for helping out with playtesting and debugging a LOT of it)

That said, I'm not sure how well it will run online or on other people's machines, so if anything's buggy or could be improved, feel free to let me know!

12
7 comments


In this game, you're a cute little paper plane who flies around, collects red dots, and avoids bombs! There's high scores, a rainbow trail, and a few short tracks to fly around to. Have fun!

This was made at Squiggly River's October 2022 Camp Jam. If you're in Brisbane, Australia, come check us out!

Cart #paper_plane_game-0 | 2022-10-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


I originally intended for this to be a tweetcart or a 1kjam submission, so that's why it uses labels and a whole bunch of gotos instead of _draw and _update😅

2
1 comment


Cart #supergrillboy-2 | 2022-11-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

Controls

❎ to flip
⬅️➡️⬆️⬇️ to move spatula

Rules

The meat needs to be grilled! But who will grill it? YOU! But, can you handle the heat of all 10 levels?!

The burgers have two sides, when one side is cooked, it turns from white to red, flip the burgers until they have a big wide smile, but be careful the heat gets turned up little by little every level. Will you be able to make it to the Grill Boy hall of fame?

Behind The Scenes

(THIS IS NOT AN AGBIC ENTRY)

A few weeks ago I had just released, "Shoot Em' Doot Em", and was thinking about a project to do next. I sat outside facing the setting sun. And remembered something...

[ Continue Reading.. ]

18
4 comments


Cart #bezedit-0 | 2022-10-26 | Code ▽ | Embed ▽ | No License
4

Controls

Left: Restart animation
Down: Show/hide curve handles

Mouse: Select or move a curve handle
Left Mouse Button: Drag a curve handle

x: Add a new point to the curve at the current mouse position
O: Export curve as a Lua table (Paste it into the cartridge code to save!

4
6 comments


Cart #mcg_qdlst-0 | 2022-10-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Recently, I've been futzing around with the wave function collapse algorithm. The original WFC is a titch heavy for PICO-8, so I've been experimenting with shortcuts and hacks to make something small and light enough to be practical in a PICO-8 game.

It's still quite early in development: it's optimized for readability, not compactness, there's probably more performance I can get out of it, and I'm pretty sure I have an off-by-one error lurking somewhere. All that said, it's giving interesting, useful results so far!

10
8 comments


Their DevTerm got middling reviews, if I recall correctly. This one has an all-metal body and maybe will fulfill the promises that the PocketCHIP couldn't keep? Pico-8 (and fantasy consoles in general) is explicitly noted as one of the use cases.

At any rate, I know there's a subsection of Pico-8 users looking for "the perfect portable device." I'll be curious to see reviews on this.

https://www.clockworkpi.com/uconsole

4
17 comments


Comic 128x384px example using P8scii One-off chars

A vertical comic strip three fullscreens tall
An example for the gfx method and spritesheet-to-p8scii string converter described here:
https://www.lexaloffle.com/bbs/?tid=49901

Cart #comic1offx3-0 | 2022-10-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Please note, in this example the 3 screens are gradually less optimised for this method:

  • screen 1 at the top has been cleaned up of most stray pixels and recoloured manually in some parts;
  • screen 2 in the middle has a few minimal edits;
  • screen 3 raw image, not optimised, a few colours but stray pixels increase the char count.
5
4 comments


hi am lifetime and my scratch account is rudrak2

1 comment


Cart #circle_hunter_v2-0 | 2022-10-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

I made some changes on austinmerrick's great and simple idea. I didn't touched to base game mechanic, only added:

  • Max score counter. It automatically save your score, and load for you next time
  • Error counter. Counting how many times you missed an oppurunity to collect a score

Original cartridge here: https://www.lexaloffle.com/bbs/?tid=48139

7
1 comment




Top    Load More Posts ->