On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Flappy SpaceView project page

A flappy bird clone that you wouldn't mind playing
Submitted by VinTJ179 — 1 day, 2 hours before the deadline
Add to collection

Play asset pack

Flappy Space's itch.io page

Results

CriteriaRankScore*Raw Score
Gameplay#4671.4232.250
Innovation#4851.4232.250
Graphics#5021.4232.250
Overall#5431.1071.750
Audio#5560.7911.250
Theme interpretation#5900.6321.000

Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

GitHub repository URL
https://github.com/VinuthaTJ179/GameOff2023

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

make it as zip file , is good like as flappy bird

Developer

Sure! Thanks!

Submitted

This brings back my Flappy Bird PTSD  xD. I did run it, but it was a bit heavy - downloading all these files, perhaps a ZIP file would make more sense? This is what I used to run it:

pyton -m venv env  # to download dependencies only within the game folder
pip install pygame
python final1.py

Congrats on your work, man! 

Developer

Thank you man! Will keep that in mind for the next update. Appreciate your input!

Submitted

Hey, I'm confused on how to run it. Can you explain?

Developer

pip install pygame in your system(I assume you've python installed)

Download all these contents and run final1.py in your system. 

If there is an issue with images, just include path of the image in place of the title of the image specified in the final1.py code.

Let me know if the issue still persists.