A downloadable game

Based on the pygame 'Pydza' (public domain, at Sourceforge.net), this is an entry in the weekly game jam. It is a platformer, and you can wall-jump off the yellow blocks.

Also note that the shift key can speed you up, even mid-jump.

Compatible with Python 2.7 and 3.x (at least), as long as pygame is installed. You can install pygame in python by giving the command:

pip install pygame

or

pip3 install pygame

This project uses some graphics from kenney.nl but mostly it's what came with Pydza.

To run, type:

python flop.py

Have fun!

StatusIn development
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorZed Hanok
GenreAction, Platformer
Tags2D, pygame

Download

Download
flip_the_floppy_bunny.zip 1 MB

Install instructions

Requires Python 2.7 or 3.X (3.7 recommended).

Requires Pygame installed in Python:

pip install pygame

or:

pip3 install pygame

Run with the command:

python flop.py

or

python3 flop.py

Development log

Comments

Log in with itch.io to leave a comment.

Level Editor dosen't work for me get this error:

AttributeError: module 'wx' has no attribute 'COPY'

Sorry, I’ll try to fix it, although I’m a bit slow lately ’cause of my health. Thanks for the info, I appreciate it!

It would be really amazing if the level editor works again, I love your work, the project has so much potential 

I suggest u to all of ur python files convert into one .exe file to make this game playable for everyone.

Hey dude : i can tell you that the 'arcade' library in Python (from Paul Craven) is awesome.

My point of view is that is really better than PyGame,

you should try it !

Anyway, good job you did )

Doesn't work, I get this error:  

File "C:/Users/%username%/Desktop/floppy/flop.py", line 5
    Based on the py game 'Pydza' on Sourceforge [[ https://sourceforge.net/projects/pydza/ ]].
    ^
IndentationError: unexpected indent
(1 edit)

I’ll get it working. Don’t know why a comment is killing it, but I’ll fix it.

I’m going to overhaul the sprites one of these days… I hope! :)