Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 committed Oct 4, 2024
1 parent d1467f9 commit b8a5fab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8a5fab

Please sign in to comment.