Psychedelic Flappy

Published 2023-06-12


TO LOAD THIS CART in immediate mode, type: load #psychedelic_flappy

Having taken a look at @taxicomics excellent 280-character Flappy Bird:

https://www.lexaloffle.com/bbs/?tid=46858

I went about to see if I could write my own, where the game increases in speed depending upon your score, and managed to do so.

It's called "psychedelic" because the walls all use an interesting pattern depending upon your score.

Use the 🅾️ key to flap. I also tried to make it very much like the original FLAPPY game where you just tap the key and already the bird is bouncing up - that and the opening size. It also only has one set of walls you must pass so there is no chance for the game to be impossible with two openings too close to each other for the player to navigate.

The wall positions and patterns are the same every time so this game could for instance be speedrun with no unpredictable wall positions. Also the game speeds up for every point so eventually you have to have very good reflexes indeed for a higher score.

I am only checking the nose of FLAPPY so if your middle or back hits a wall, you are still safe and it does not count as a collision. You can tell when you do collide with the wall as the color suddenly goes red and you lose control of Flappy. Your final score will appear in the top-left-hand corner of the screen.

Press CTRL+R to start a new game at any time.

The code is currently at 125-tokens or 247-characters and there are no special characters in the sourcecode nor does it use the spritesheet as other Pico-8 tweet code Flappy Bird have done in the past so the game in its entirety can be both pasted and read from TWITTER with ease.

This is the 4th version and I think this is about as far as I can compress it.

My top score is 12. How high can YOU get ?