Its Flappy Bird... with a tasty twist...
Built on Python using the PyGame module.
Go to the Releases Page and download the .exe file in the latest release.
(Don't download the source code)
[LEFT MOUSE BUTTON]
to jump upwards- Jump through the Forks to progress
- Collect Chillies to refuel your Energy
- Choose which taco you play as from the menu
Most importantly - have fun!
Where is the game save data stored? Flappy Taco stores all progress data at %appdata%/08BitPixels/Flappy Taco/saves/
.
* All of this info is also in the config text file
Using config.txt (located at %appdata%/08BitPixels/Flappy Taco/config
), you can configure;
- Screen Width / Height
- FPS (Enter
0
to uncap the FPS, or you can specify a custom value)
- Music + SFX Volume (A float between 0-1
(0 = off, 1 = max)
)
Thanks to ClearCode (https://www.youtube.com/@ClearCode) for teaching me how to use Pygame. He does loads of awesome Python and Pygame tutorials so if you want to learn how to use Pygame, I highly reccomend checking him out.