A Flappybird-like game built using pygame.
Install python 3 or higher on VScode. Then, install the requirements from the list below. Copy the file into your workspace and run it.
Python 3 or higher;
Install these requirements through pip in the terminal; I.E. pip install pygame
pygame, random
- Being able to jump over the barriers
- Scoring more than once when passing through a barrier (somewhat intended)
- Button Animations
- Sprites for barriers, player, background, etc
- Music?!?!
- Better animations and calculations for grappling hook
- complete rewrrite because it needs to happen for sprite handling anyway