As the old saying goes: the road to hell is paved with robots and spikes and stuff. And, to Boomerang Betty, that sounds like her kind of fun! Armed with her ancient magic boomerang, she's off to adventure. Guide her through 8 intense platforming levels, filled with traps, pits, and all kinds of hazards.
Boomerang Betty is side-scrolling platformer, where you jump, run, and throw a boomerang with teleportation powers.
HOW TO PLAY



.png)




Today is 3/14 (In America, sorry everyone [?] else). This is Pi day.
I present a "fun" program that kinda calculates an approximation for Pi. It uses a Monte Carlo method, which isn't exact, but can get close over time. Being in PICO-8, it can't run for very long before running out of memory, but it still kinda works.
For more on Monte Carlo methods, I adapted mine from this Wikipedia page
fun fact: If you edit the program to have the line srand(314)
toward the top, it will get 3.1416, the closest you can get to Pi with only 4 decimal places (It would be 3.1415, but the next digit is 9, so rounded, it's closer).


Get as many blue detonators as you can.
Get the + for more weapon
Controls
Single Stick:
Arrow keys / d-pad to move
Z / 🅾️ to shoot
X / ❎ to toggle direction lock
Dual Stick Sort Of:
Arrow keys / d-pad to move
S, E, D, F to shoot
(we're cheating by using the 2-player controls because I honestly thought I would be satisfied with single stick, but here we are)
P: Pause Menu
From the pause menu you can swap move/shoot keys and turn on "autopause" for a more turn-based experience.
Made for 7 Day Roguelike Challenge 2023.


stars
a parallax background thing
I was looking at a friend of mine's game and saw a cool star background effect. I decided I wanted to make something similar. I ended up with this. It's not quite the same, but still cool.
Opening the pause menu (enter or p) lets you configure options for it.
The mouse does not work on BBS carts, however it works fine in the app. Run load #stars_effect
to use it.
thoughts?
also, if you want this for any project of yours, feel free to use it!

This is my first PICO-8 cartridge.
There are still some problems, but I decided to complete it once for now.
This is a game in which you control a stickman to avoid spikes and birds.
Inspired by Chrome Dino.
BGM was borrowed from 般若's MIDIの里 and used with denote.
Jump to avoid spikes and avoid birds by sliding.
Controls
- Left&Right: Move
- Up/O: Jump
- Down: Sliding...?
Current issue
- There are times when the placement is absolutely unavoidable. (Serious problem)
- The placement of the spikes follows one pattern to some extent. (spike-->spike-->(spike)-->bird)



This is a pong clone I was working on over the winter break but had to stop on once my college semester started up. I just finished it and I hope you enjoy!!! Also, hats off to Lazy Devs for getting me into pico-8 development. As you keep the ball in play the balls horizontal speed will increase and its color and point value will change. It's the same objective as OG pong. First player to (or past) 15 wins the game. Hope you enjoy!


not a game, not interactive. just an animation. the header for this section claimed to appreciate curiosities :)
it's within a month or so of easter here in the united states, and being within a month of a holiday means retailers are all keen to sell varying confections with absurd sugar contents vaguely themed after the season. "peeps" are a hallmark of this time of year for a lot of people, as a result. they're little marshmallow sweets with what amounts to a pure sugar coating on them. they usually come in packs of 4 or 8, and are shaped like small animals, typically bunnies or chicks (baby chickens...). i don't think they're often widely distributed outside the united states and canada.
there's a recurring urban rumor i hear every year that claims that peeps have their little eyes burnt on with lasers at the factory after they're formed. sadly, this isn't true, but the rumor continues circulating nonetheless. i was talking about this with a friend, and decided to animate a little view into the hypothetical peep factory where the peeps are granted their faces.
Collect all the fruits without getting caught by ghosts.
I made it in this stream (Japanese): https://www.youtube.com/watch?v=oaiCGPfdn9M

Hi,
I'm currently working on my custom editor to edit tiles in one of my game, using reload and cstore functions from another cart. But there's something I don't know how to do. I want it to detect if the other cart is present when I launch the editor cart, and output an error message if it isn't. Can someone help me?
Thanks in advance
bilodau



There seems to have been a change in the virtual cpu cost of +=
Previously, in 0.2.4b, both x=x+y and x+=y cost 1 cycles.
Now, in 0.2.5g, x=x+y costs 1 cycle while x+=y costs 2 cycles.
(Where x and y are locals)
The same happens with other operators that cost 1 cycle, e.g. -=/- and &=/&
This feels like a bug since I wouldn't except x+=y to be costlier than x=x+y
Below code shows the perf. difference.







15-Second Button Mashing Game
Mash as fast as you can to get a high score!
Although there's only 15 seconds on the clock, so you gotta be quick.
Controls
ⓧ: Mash
ⓞ: Start
Credit
Shake Effect by @Krystman
https://www.lexaloffle.com/bbs/?tid=28306








https://aktanedev.itch.io/crossgunr-infinite
Hey All!
In Release 1.7 I have immortalized winners from my recent caravan competition :) They will forever be in this game now!
Also I have fixed options movement in Level 20 and later, there was a bug causing options beyond 20 to be stuck to the middle of the screen ( they now move as they should along with the other dozens of options in virtual insanity... the way it should be )
I believe this will be the last update unless another bug is found. Thank you to SquidLight yet again for his guidance on tokenizing my code so I could fit in the caravan winners.
Time to take a short break from devving!
~May your crossguns generate enough EX to cancel your daily evils~




Hi! I am a little new to PICO-8 and I am trying to make a Flappy Bird clone as it is one of my all time favorite games. I am having trouble on just one thing, pipe rendering. I have the top and bottom pipes working, but when I try to put the other pipes going up and down to the screen, it screws up. Can anyone help me? (Sorry for no cartridge image)


Bonjour à tous les picoteurs et picoteuses^^
Voici un lien vers ma chaine youtube dans laquelle je réalise notamment quelques vidéos sur pico8. De nombreuses autres sont prévues donc n'hésitez pas à aller voir pour soutenir la chaine.
Et soyez bienveillant hin, je suis professeur en informatique, pas youtubeur professionnel ^^.
https://www.youtube.com/watch?v=4BA4ftajsjo&list=PL9jvaQazoWHrE0cRVomZfKsDVdg-wSax9

Credits:
Developing this game would have not been possible without the aid and support of the "Lazy Devs Academy" Community. Helping me with anything I asked, and encouraging me to move forward, notably, "Aktane", "otto_piramuthu", "LouieChapm" and "SquidLight". Through their own strengths they have helped me reach to where now this game exist. My gratitude goes to them. A very special thanks to "Krystman" for fostering such an invigorating community of creators, teachers and learners.
And as always, my unending thanks to epicheezeness, for all your support, attention and direct contributions.






