Desc
Have you ever been annoyed by the pipes that have been passing by you and your friends for weeks? Well this game is for you! You don't have to dodge any pipes,
in fact, you don't even have to dodge anything! You can just fly in peace without those pesky pipes ending your life.
Characters
Mr. Birb
He is in fact, a birb, not to be confused with a bird.
![]() |
[0x0] |





Tweet Tweet Jam 6
TTJ 6 is here!
Same deal as usual, except this time it lasts twice as long!
Quick rundown for the uninitiated:
- Make a game in 560 chars or less (2 tweets)
- No premade cart assets allowed (spritesheet / map / gfx) - everything in code!
- You don't need a twitter to enter
- Multiple submissions allowed & encouraged
Have fun!





.png)
About
Teleport between dimensions to satisfy the Guardian's thirst for shapes! Ascend through all 10 stages to attain transcendence!
How to Play

Tips
- The longer you spend in a room, the more perilous it is likely to become.
- If you find a room particularly difficult, use the nearest teleport shape to get out quickly, even if it doesn't take you directly to the next shape you need.
- Score high by activating the more dangerous node effects.
Downloads
Downloads for Windows, Linux, OSX and Raspberry Pi can be found on my itch.io page:



We're currently working on a bullethell with pico 8, It's our first project in pico 8 and we're still learning. We would love to hear your feedback and what you would like to see in future updates. We also have made an itch.io page for our game. Feedback on the presentation of our game is also appreciated a lot! https://yarnick.itch.io/gunfish
Thanks for checking out our post! We're looking forward to your feedback!
update 1: we've added a startscreen, game over screen with a highscore and a new enemy type.
Update 2: added music, care package, tweaked enemies
update 3: improved startmenu
update 4: added explosion, tweaked bullets & enemies
update 5: new enemy type added

This is a work-in-progress prototype for the battle system of a larger RPG project of mine.
Gamepad, keyboard, and mouse are all supported.
Controls:
- d-pad / arrows / mouse: move selection
- a / z / left-click: confirm selection
- b / x / right-click: cancel, hold piece
Attack: Place pieces to form lines, which will harm foes when formed. If it overlaps with existing tiles, they will be removed and your party will be hurt. (Certain foes have more specific requirements for taking damage.)
Skills: Do something that benefits you in a way other than damage output.
- May:
- Pet: Depends on Ryvi's presence. Restores 50% HP to both parties. Costs 5 energy, out of 10.


Made in one day based on the GMTK 2021 prompt.
I wasn't able to do the actual jam in time because of prior engagements but I wanted to make something. Enjoy!
I took some of the code from https://www.lexaloffle.com/bbs/?tid=3948 so its not wholly original. Thanks to ztiromoritz.


climb to the top of the crumbling city in my first celeste classic mod!
i made this using celeste editor which is a really pog web editor for celeste classic mods. link here: https://jpegsarebad.github.io/celeste-editor/




Nemonic Crypt
Nemonic Crypt is a self-made-bullet-hell-lite-roguelike.
Fight your way through 5 randomly generated floors in search of all 6 crystals.
Each Crystal can be used as a weapon against the monsters in each room, but beware: the strength and number of monsters will also grow as you adventure further into the crypt.
If you miss an enemy with a shot, the energy bullet will bounce around the level, giving it another opportunity to hit. However, the crystals energy bullets can also damage you!

Features:
- Randomly generated crypt layout
- Daily Crypt that is the same for all players and repeatable throughout the day

.png)







I recently needed a countdown timer for a game I wanted to port but wasn't able to find a tutorial online. The code wasn't exactly difficult, but it would have saved me some time, so I figured I would upload the template I made for myself so others could use it.
This will show the timer on screen in total seconds (set to the highest maximum number by default) and in digital clock format (00:00:00).
-- countdown timer -- by ryanb_dev -- hours:minutes:seconds -- max 32767 seconds -- 9:06:06 function _init() timer = { text = "", hours = 0, minutes = 0, seconds = 0, active = true, seconds_left = 32767, [ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=93658#p) |
Disco Dance-off is a rogue like inspired game where instead of fighting monsters you find dancers with the same outfit and dance with them, you can change outfit by dancing on a disco tile, and once you collect all colors you progress to the next floor. Each floor gets progressively harder, as you decent into madness, with stranger dancers and more colors.
This is the first game I made using Pico 8 so I hope you enjoy it :).

A simple 1-button game where you have to float and avoid blocks.
This was my first attempt at using PICO-8. I tried to make a very simple game after hastily finishing Dylan Bennett's Cave Diver tutorial. A few parts of the code are remnants from that.
Known Bugs:
- Blocks were supposed to have more variant sizes going all the way from top to bottom, and not having an average height to the middle of the screen, but making it so the blocks always generate with enough space among them so the player can avoid them was taking more time than I was willing to spend on this game at this time.
- Sometimes game is unbeatable because top and bottom blocks don't leave enough space in between them.
