You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organize the repository by moving all games (e.g., guesser.py, tic-tac-toe.py) into a dedicated games/ folder.
🤔 Why this feature?
Currently, game files are scattered across the root directory, making the repository structure unorganized. Placing them in a games/ folder will improve readability, ease of navigation, and project organization.
🌟 Feature Overview
Organize the repository by moving all games (e.g., guesser.py, tic-tac-toe.py) into a dedicated games/ folder.
🤔 Why this feature?
Currently, game files are scattered across the root directory, making the repository structure unorganized. Placing them in a games/ folder will improve readability, ease of navigation, and project organization.
🖼️ Example/Mockups
/
├── games/
│ ├── game.py
│ ├── tic-tac-toe.py
│ └── other-game-files.py
├── other-files.py
└── README.md
📝 Additional Details
Not only games, I'll try to add all files into respective folders for neat organization and easy contribution.
The text was updated successfully, but these errors were encountered: