Flappuccino icon indicating copy to clipboard operation
Flappuccino copied to clipboard

A Pygame game made in 48 hours

Results 31 Flappuccino issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:\Users\Anthony admintrator\Desktop\Flappuccino-main\Flappuccino-main\main.py", line 277, in main() File "C:\Users\Anthony admintrator\Desktop\Flappuccino-main\Flappuccino-main\main.py", line 161, in main o.setSprite(((player.position.y/50) % 100) / 100) File "C:\Users\Anthony admintrator\Desktop\Flappuccino-main\Flappuccino-main\background.py", line 9, in...

Python code works on linux (manjaro) with all dependences (import parents) :)

Fixed issues with importing into the main file and in the background, and updated the README adding the fix to a problem that occurs when executing source code on Unix...

When I run it, the terminal says Import Error. Here's the total error: Traceback (most recent call last): File "c:\Users\dacpu\OneDrive\Desktop\Flappuccino\main.py", line 5, in from .player import Player ImportError: attempted relative...

[Flappuccino-main.zip](https://github.com/PolyMarsDev/Flappuccino/files/6570990/Flappuccino-main.zip) this is my file from the chromebook if you use it on on said device it doesn't work if you have chromebook you can try it for your self

i cleaned the code by moving different parts to classes on different files and made FPS with comments in some parts of the code

Running the game, there is a sudden error in the console that most of them are "undefined". And when importing the files for main.py, there is a dot (.) before...