March 2025 update
It's been a while since I touched Solid Rogue, but here I am! I just wanted to put my final version here for the fans, but I've also uploaded it to itch.io if you want to give me money :) Those in the know (with a copy of pico-8) can export native files and see the source already, but I've provided those on the itch page for folks who want to support my work.
Thanks again to everyone who played it, and I'd love to see some top clear times ;)
-Mike














Hi! I decided to try out recreating a effect used a lot during the snes-genesis era, a warping sprite effect, it uses a little bit more cpu than what sspr would use and it doesn't support flipping vertically due to how the code warps the sprite, it comes in both spr and sspr flavors for people who are used to either of them, enjoy!
Also big thanks to Merwok and FReDs72 for giving me feedback and tips on how to make the function faster
Hey. I'm currently trying to make a basic RTS inside of pico 8 but my knowledge of how the mouse input works is a bit lacking. The first thing I tried doing was making it so that when you put the mouse close to the edge of the screen, the camera would pan that direction on the map. The only issue is that the mouse x and y coordinates aren't relative to the camera, and so the boundaries would get left behind as the camera pans away. Another thing I'm stuck on is figuring out how to tell if the mouse is over or clicking on a certain sprite.
Cart included



Escape the Dungeon is a turn based dungeon crawler featuring a party of 4 characters, a randomly generated set of levels for each run, 40 monsters, many items and spells.
The goal is to escape the dungeon alive by descending through each of the 4 levels and defeating the boss at each set of stairs.
Escape the Dungeon is a tribute to the Bard's Tale Series, and really is a mashup of this game with attributes from the rogue like genre such as random generation of the levels, and resource management and choices along the way. I drew inspiration from my love of FTL and Bards Tale hoping to create a repeatable experience similar to those first few hours of playing Bards Tale where you level up heavily, improve your characters, and face tougher tactical battles.


splash sound effect credit to @note
thunder sound effect credit to @dw817
and a big, big, big credit to @Krystman for his help thru his porklike tutorial
all character,npc and enemy sprite design is all original artwork done by me.
Helpful gameplay info:
Bump into blue and purple objects to interact with them. If it doesn’t move, it’s not an enemy.
there are plenty of secrets to uncover and a grim story to be told!
If you're proud of your end game stats then post a screenshot in the comments!





This is an early version of my first pico-8 game, happy to hear your thoughts so far !
It's an adaptation of the pen&paper game know as "racetrack", a turn based race game played on grid paper.
On each turn, you can adapt speed and direction by one tile. It feels surprisingly realistic.
If you get out of track, you must drive back to the last point on road to continue the race, making you loose precious seconds. Make sure to brake in time !!
Features
- [x] 2 tracks (just one is actually nice so far)
- [x] 1 or 2 players
- [x] real time mode (you have a very limited time to make your move)
- [x] AAA graphics and immersive gameplay



This is another basic puzzle game I made for my girlfriend. The point of the game is to try and get as many points in 90 seconds by making a path through a grid of colored tiles.
Pressing O allows you to rotate up to five tiles at a time, and pressing X attempts to draw a path through the grid. Only tiles of the same color as your start tile count when following the path. They also yield more points, but are destroyed if hit. If your path doesn't hit any other tile of the same color, nothing happens (to prevent people from holding down X to win :p )