Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨[FEATURE] Organize GitHub #318

Closed
AnanteshG opened this issue Oct 17, 2024 · 0 comments · Fixed by #334
Closed

✨[FEATURE] Organize GitHub #318

AnanteshG opened this issue Oct 17, 2024 · 0 comments · Fixed by #334

Comments

@AnanteshG
Copy link
Contributor

AnanteshG commented Oct 17, 2024

🌟 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

Screenshot_2024-10-18-02-01-49-649_com.github.android.jpg

Screenshot_2024-10-18-02-01-52-548_com.github.android.jpg

📝 Additional Details

Not only games, I'll try to add all files into respective folders for neat organization and easy contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants