From b8a5fab096d9ee40e970903000a284d8bdc830ff Mon Sep 17 00:00:00 2001 From: UTSAVS26 Date: Fri, 4 Oct 2024 14:29:41 +0000 Subject: [PATCH] Update repo structure --- README.md | 16 ++++++++++++++++ repo_structure.txt | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) 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