Skip to content

Commit

Permalink
Final Update of the game
Browse files Browse the repository at this point in the history
  • Loading branch information
DevToolX committed Dec 19, 2023
1 parent 1003b70 commit 4e36200
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 183 deletions.
40 changes: 27 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,46 @@
# https://github.com/LeonMarqs/Flappy-bird-python/blob/master/flappy.py
#Offical FlappyBird Game


# The Use of FlappyBird for Reinforcement Learning
To run this Project Follow the Steps Below

# The Purpose of this Project is to increase My AI skills


The First Part of the Development is to develop the Game
#Git Clone The repo

Then I will use Reinforcement to Play the Game

[git clone https://github.com/DevToolX/FlappyBirdGame.git]

There is some Fix, that the Game don't keep Track of the High score
There is no dificulty involve in the game
#Install the Requirements for the


[pip install -r requirements. txt ]

# AI
or
[pip3 install -r requirements. txt]


The AI will be develop so that it have no acess to the codebase
#Then run main.py File

Only the the output of the code of the game playing the code will be able to see
This will result in the game and you able to play.

Then the code will teach it self to play the Game
MIT License

The techStack I will be using is the OpenCV to see the screen play and
Then giving the code access to the button and then Learn how to play
Copyright (c) 2019 Leonardo Marques

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 4e36200

Please sign in to comment.