Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a flappy Game ONLY code #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nikhil1O1
Copy link

I followed your AI Mega course Tutorial and it was great, But the flappy Bird game you built on Pygame was not actually playable for a human as you simply added the AI part as soon as the game's object were ready.
So in this file I completed your previous flappy game and added the following functionalities:
-Added Jump option by pressing J key
-Collide and Base touch checks for human player
-Randomized the Pipe arrival in range of 500-800 pixels to make the game slightly dynamic

I followed your AI Mega course Tutorial and it was great, But the flappy Bird game you built on Pygame was not actually playable for a human as you simply added the AI part as soon as the game's object were ready.
So in this file I completed your previous flappy game and added the following functionalities:
-Added Jump option by pressing J key
-Collide and Base touch checks for human player
-Randomized the Pipe arrival in range of 500-800 pixels to make the game slightly dynamic
@Nikhil1O1
Copy link
Author

@techwithtim please add this to your repository. I think this will help those who are looking a GAME ONLY code to compile and play themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant