diff --git a/README.md b/README.md index e4b2c6eca4..28ff621204 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,22 @@ The PyVerse repository is organized as follows: │ │ └── model2.ipynb │ └── requirements.txt ├── Game_Development +│ └── Flappy_Bird +│ ├── README.md +│ ├── audio +│ │ ├── die.wav +│ │ ├── hit.wav +│ │ ├── point.wav +│ │ └── wing.wav +│ ├── favicon.ico +│ ├── main.py +│ └── sprites +│ ├── background-day.png +│ ├── base.png +│ ├── bluebird-downflap.png +│ ├── bluebird-midflap.png +│ ├── bluebird-upflap.png +│ └── pipe-green.png ├── LICENSE ├── Machine_Learning │ ├── Air Quality Prediction diff --git a/repo_structure.txt b/repo_structure.txt index 8055140baf..a4c88a590c 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -212,6 +212,22 @@ │ │ └── model2.ipynb │ └── requirements.txt ├── Game_Development +│ └── Flappy_Bird +│ ├── README.md +│ ├── audio +│ │ ├── die.wav +│ │ ├── hit.wav +│ │ ├── point.wav +│ │ └── wing.wav +│ ├── favicon.ico +│ ├── main.py +│ └── sprites +│ ├── background-day.png +│ ├── base.png +│ ├── bluebird-downflap.png +│ ├── bluebird-midflap.png +│ ├── bluebird-upflap.png +│ └── pipe-green.png ├── LICENSE ├── Machine_Learning │ ├── Air Quality Prediction