Made in 3 days for SpeedJam 3.
Controls
Arrows: Move
Z: Jump
X: Place gravity zone
How to play
Speedrun through a short platforming level as fast as possible.
Placing a gravity zone will flip gravity inside a short radius. If you land on the roof while inside a gravity zone, the entire worlds gravity will flip.
You enter a slide when landing on the floor/roof after a long fall or after flipping gravity. The slide gives you a boost in speed, which can be maintained if you are in the air.
Credits
Made by @Noh
Music and SFX from @Gruber_Music





I had a hard time debugging "Cannot load" error message when running a cartridge with pico8_0.2.5g -run
, where the cart contained an import missing_spritesheet.png
statement. I thought that "Cannot load" meant "Cannot load cart" but in fact the cart was loaded, only the spritesheet was not. This was due to the spritesheet missing from the carts folder, but I only understood this thanks to an older version of PICO-8, pico8_0.2.2c which would print an extra error message in the console:
> failed to import spritesheet; file: /path/to/missing_spritesheet.png
Is there a particular reason why the terminal message was removed? To make the terminal cleaner? In this case, could we at least have the full error message in PICO-8 instead?
Tested versions:
- 0.2.2c: "failed to import spritesheet; file: /path/to/missing_spritesheet.png"
- 0.2.5e: nothing is printed in terminal
- 0.2.5g: nothing is printed in terminal
To repro: create a cart with "import dummy.png" (where dummy.png is a file doesn't exist in carts/) and run it with pico8 -run
from terminal.




How to Play
(<) or (>) - Move
(O) or (C) - Jump
(X) - Petrify
Make sure to look the enemy in the eyes to petrify!
About the Game
This game was made as a final submission for the Greco Roman Mythology course.
During the course we saw countless myths, about gods, heroes, monsters and a lot of other things, many stories about injustice, death, fear, love, joy. And for my submission I decided to portray the perspective of the deadly gogor, Medusa, who had to survive countless heroes trying to kill her.
This is still a prototype version of the game, the only enemy implemented so far has been the hand scythe enemy, plans are to add an enemy in the future for each item that Perseus used to defeat the gorgon.

"Unsettled with the crown, a small group sets off to take the castle by force and defend the throne as their own. Their success will depend on their tactics on the battlefield, and the cunning by which they select their allies."
Kingslayers Remastered is a small tactical RPG. The original Kingslayers was created by Justin Jaffray (@J) in 2015, the early days of PICO8! This is my "remaster" of it (with permission), adding in helpful tactical UI elements (view unit stats, movement ranges, and so on), background music, and various new units, abilities, and levels-- almost twice the game content. I also found and fixed some bugs in the original... but it's possible I've introduced new ones :)







hop there is an update
-
it's more easy to climb the ladders
-
there are flashing arrows to help you
-
you can go down the platforms by pressing the down key
-
superb booklet (https://pbes-studio.itch.io/strawberry-jam-factory)
- display of points when you swing something and when you break your combo


personnal best : 437

it's our participation to the strawberry game jam pico 8



Sleigh Away
This project is an entry for the Strawberry PICO-8 Jam 2023 Christmas, made with the fantasy console: PICO-8. Theme was Christmas and restriction is 4 colors only!
Controls:

You move the reindeer, Santa will follow your positions if you have moved enough time (like old options worked in shmup).
ONLY SANTA'S HEAD HAS COLLISION, use this to your advantage!
Story:

Santa got lazy after making all the games this year, so help the reindeer pull him away from the dangerous Krampus army, who are here to ruin the Holiday!
Gameplay:


Boxmoover
A cute little game about a cow helping you move.
Learned things
We loaded levels via reading each tile of the map, getting which sprite it was, and creating an entity based on that.
While the math on loading levels via the map was a little odd at first.
It lead to a really easy ways to create levels via the pico8 level editor.
The downside is that it makes it hard to reload the lvls with the same code.
Because levels loaded at when levels change instead of at the start of the game therefore the map data would change until the game was restarted.
Not being able to read the map data after a level change meant that we couldn't reload previous levels.



Rusty's Rumble
Rusty is a cool dude, the place where he lives however is the opposite. He recently ran out of water and must now run around to find more. Help Rusty cool down and survive the everlasting attacks from bandits, cows, and flying dynamite?
Controls:
You can change your controls in the pause menu.
Keyboard/Controller:
-X + keys to move like a chess piece (the given piece is highlighted by a gray square).
-Z to hold a piece.
Mouse:
-left click on a purple square to move to that square like a chess piece.
-right click to hold a piece.
Touchscreen:
click on...
-a purple square to move to that square like a chess piece.
-Rusty (blue square) to hold a piece.
There are 20 custom levels, with more randomized ones if you want to go for a high score!
If you're having trouble moving with the knight, the game checks for a sequence of inputs. Think of it as first moving 2 steps in a direction and then to the sides.
V1.1 changes:
-Added mouse and touchscreen controls.
-Set some highscores when you start playing (Rusty got those himself).






This is my submission to the Github Gameoff GameJam 2023, Theme was "Scale".
Itch.io Link: https://sadodare.itch.io/serpentscalequest
You're a Serpent whom is trying to join a group of others whom have proven their worth to the clan by completing a series of quests. In this game, you'll avoid obstacles while collecting "scales", balance weight by thinking ahead and being methodical, and get down get down. In the end, you'll unlock a level which is the series of challenges in an advanced difficulty.
Prove you're able to slither with the rest of them.
Controls: On PC, Controls are Arrow Keys and X. Pico references the use of O and X by default which are actually Z and X on keyboard, but my game only uses X and Arrows.
.jpg)

Warning: The PCM audio has clicks/artifacts when the game is played in browsers
You can turn it off by entering the pause menu (ENTER on keyboard) and turning the sound effects option to "pcm off"
I'm not sure how to fix this issue, I believe its a a problem with how pico8's web implementation works. The sound effects should work properly when run in from the pico8 splore or in the exported binaries I published on itch.
I decided to make most of the sound effects using pcm (feeding data into the buffer instead of using the normal pico8 sound system) for fun and to figure out how they worked, and it also left free sound channels for music. I probably should have tested how the sound worked in browsers before I built the whole games function around it. (I also included an option to only have the boost/acceleration sound turned off in case people are okay with the artifacts for short sound effects like enemy deaths).
Murder, vengeance, and poorly marked road hazards: Dolan's Cadillac is a match-3 massacre inspired by the Stephen King novella of the same name.
In this game, you take revenge on the mob boss who killed your wife by burying him alive in his beloved Cadillac.
"this is about the most metal concept for a match-three game I've ever seen..." -Evan Balster, Mastodon
Created for the PiCoSteveMo game jam. More info on the game's itch page.
(Note: the version on itch has a few extra Easter eggs that required running the cart through a minifier in order to keep the code smaller enough. The version hosted here has identical gameplay and somewhat more readable code, if that's the sort of thing you're into.)




Tiny Tactics
A turn based, tactics / puzzle game for PICO-8

Controls
- When you start the game for the first time it will show you the controls and ask if you are using a keyboard. Your answer will be saved, and appropriate button / key labels will be used on the menus.

- Shorter levels (like the first few ones) will also show the controls at the bottom so you get used to them.
- If you want to change labels from keys to buttons or vice-versa later on, just select controls on the title screen.
Features
- 81 levels
- 9 enemy types
- 2 hours of gameplay (first playthrough estimate)
.jpg)







Hello, this is my first game made with PICO-8 and it is my variant of an online game classic called DICE WARS.
Supports up to 6 players (in hotseat mode) - if there are less, the other players are controlled by the computer. New with v1.2: You can also start a game with less than 6 players.
The goal in Planet Dice Wars is to conquer all planets in the galaxy. The game is played in turns. When it is your turn, select a source planet and a target planet to send your troops. You can only attack from a planet with more than 1 troop.
An attack is carried out by rolling dice (hence the name 'Planet Dice Wars'). The attacker rolls a die for each attacking troop, the defender rolls a die for each defending troop on the planet. The attack succeeds if the attacker rolls higher - all of his attacking troops minus one are placed on the target planet while a single troop is left behind on the source planet. When the attack fails, the attacker looses all troops but one!




About
Of course it's not my original design! Kikstart is a classic game from 1986, written by Shaun Southern for the Commodore 16 and the Plus/4. I have re-created it as a PICO-8 game to pay my respects.
How to play
- Left and right: decelerate and accelerate
- X: jump / start game
- O: ???
Design and differences
The levels are identical to the original ones. I have scaled down the sprites to get a larger game area. Max speed is slightly faster, the game runs smoother this way. I tried my best with the sounds (the music can be muted in the cart menu). I added a new game mode because I had plenty of space, but the original game is so much better.
Have fun:)


