

Thanks @shiftalow for the instant lillypads. The sectfill function has been incredably nice and easy to use.


Hi all. First time posting. Been working on a small choose your own adventure type of game but ran into a visual issue.
So I'm drawing 2 sprites over each other. A logo over the bigger monster sprite, but the logo glitches out. Tried Googling it but didn't find anything similar. Any idea what the problem might be? How can I fix it other than drawing the logo on the monster image?
Thing is that during the game I would like to use them separately.



This is the code how I call it out in the draw function.
cls() spr(5,22,36,11,2,false,false) spr(32,0,0,16,14,false,false) |


Downmole
You land deep below the surface and know nothing, not even the language. It feels still and lost in time, it's silent (I need to make music). Will you encounter "it"? or do you get lost in the depts of the deep.
Controls:
- X to Jump
- C to Perform a skill
- ? + ? + ?
- ? + ?
- ? + ? + ? +?
- Enter or P to open Map
About:
I made this game mainly to learn better OOP (Object-oriented programming) and to make a nice project.
I also wanted to have a more mysterious approach without telling the player everthing. So there is alot of open space for your own interpretation, or is there...
Will surly make updates with more content soon.
thanks for playing :)





The print()
command returns the pixel width of the string that was printed.
However, if the string contains the \^d
code for frame delay, a delay of anything other than 0
returns nil
for the pixel width.
input
x = print("\^d0hello") print(x) x = print("\^d1hello") print(x) |
output
hello 20 hello [nil] |
Hey everyone,
we're finally cleaning up the sources of our demo The Mind from last year's Revision party.
Each effect will be available as a standalone file with a bit of comments added.
If you want to know more, please let me know.
This effect is a classic interference effect as it was seen in many Amiga demos of the early 90s.
The idea was to keep it simple so it would run at 60 FPS and add some palette flashing and screen bouncing, which was a signature look back in the days and syncs well with music.
The performance comes from always writing 8 pixels at once into the screen with poke4.
Source code
Hey everyone,
we're finally cleaning up the sources of our demo The Mind from last year's Revision party.
Each effect will be available as a standalone file with a bit of comments added.
If you want to know more, please let me know.
This effect should simulate a neuronal network on which small electron impulses flit back and forth.
It basically consists of an animated texture and three planes in different perspectives and additive blending.
The blending part might be interesting as it saturates 2x4 pixels in parallel with some bit-masking tricks.
Source code


The classic puzzle game, now available for PICO-8!
- Classic puzzling — a chance to test your wits and unscramble chaotic patterns of lights!
- Infinite Permutations — you'll never play the same puzzle twice, each level is randomly generated
- Score Saving — thanks to the built in memory of the PICO-8, you can chase your high scores, even between play sessions
also available on itch.io
How to play
Turn out all the lights on the board with your cursor, however each neighbouring light will also be effected!
This is my first attempt of making anything,following the tutorial of the ghost that gathers soda cans by spacecat on you tube. im sure i learnt how to add sounds from other yourtuber.
i figured out how to make the tail follow the body until i saw you could make sprites of more than one suqare buwich is in this verisonas i could not do for it to adapt to other directions(as well the sides lol) but i hate this systema i need the hitbox to be in the middle of the mouse not the middle of both stail and body.
im no programmer, so i will surely come back to this and make a proper game someday,when i have learnt more.
(also,i really wanto to make something similar to a board game known as comequeso in my country, were you gather cheeses by pushing them into your home(it involves magnets in a stick to guide the mouses from below the board)
but this will be uploaded now as a memento of the fun i had my first time using pico8!
Hope someday i get to make my own ideas but for now i will follow tutorials,learn and give them my twist(be reskin or more)
owo
kna out




Black Dawn - The Pico8 Experiment
Black Dawn: Rebirth brings the popular Amiga dungeon crawler RPG series into the 21st Century.
It is both the ideal entry point into the Black Dawn universe for a new generation of players, and an opportunity for fans of the series to continue their adventure. It has better graphics and sound than ever before, and includes more levels, more monsters and more puzzles than any other Black Dawn game. Are you ready for the challenge?
Star date: 2621 The TFS Sentinel is en route to Base DS97 to investigate a communications blackout. Star system: Thalax Planet: Thalax 9 Ensign Bren is dispatched to investigate the base. Bren takes his scout ship into orbit around the planet, a routine mission. Planetfall is uneventful. From the outside, the base seems operational and undamaged, yet, something does not feel right. Bren dons his life support system and depressurises the cockpit. The canopy whirrs open, revealing a thin and clear atmosphere. The entrance yields to the ensign’s authorisation code. As he descends into the lower levels, a bad feeling creeps upon him.



Hi!
https://bsky.app/profile/tobyfox.undertale.com/post/3l7gxx7iajb2a
Toby Fox made this silly thing a few months ago and it brought me joy. And it seemed like it would be easy enough to remake in Pico 8. So I did.
I'd been poking around at the not-so-secret PCM playback the last few years and finally had an excuse to use it, too.
PS: It is entirely possible to play back the voice clips yourself, parappa style.
Have fun!








Hi! There is this handy feature of macOS that whenever your system language support non-latin characters (like "ż" or "ż" in Polish), you can long press the corresponding keyboard key and the system pop-up appears which allows to pick one of letter variants with a number press.
The problem is, this feature gets distracting when combined with the usage of keyboard keys to play music notes in Picotron's SFX Editor. So, when I long-press "z" to play a C note, I get this:
This is not a big issue, since it doesn't prevent me from playing further musical notes. But still, it would be great if it was disabled for Picotron (if possible).
This is a proof-of-concept I put together for a combination arcade space shooter and exploration/trading game. Travel around the solar system, mine meteors for valuable Starcore, and trade commodities; all to earn enough cash to purchase a gate pass to explore the galaxy. This was inspired by the PC game Freelancer with a little bit of SNES Star Fox, though the latter doesn't come through as much yet.
I'm likely moving development over to Godot for this one, hence considering it a release.
Current Features
- Explore the 8 planets of the Solar System (sorry, Pluto)
- Customize your ship's weapons loadout and modules to suit your playstyle
- Trade in 5 different goods to maximize your profits
