Skip to content

Conversation

VictorMelkor
Copy link

📌 Description

This pull request adds a beginner-friendly Python project: a simple Guessing Game where the player must guess a number between 1 and 100 in 7 attempts.

It is designed for Python learners to practice:

  • Input/output
  • Random number generation
  • Control flow with conditionals and loops
  • Exception handling

📁 Added

  • guessing-game/guessing-game.py: The full game logic in English, well-commented.
  • guessing-game/README.md: A complete readme with instructions, output example, and learning topics covered.

📚 Motivation

This contribution follows the style and intent of the repository — small, didactic Python projects for beginners. I’ve included clear structure and documentation to help others understand and run the code easily.

🙋‍♂️ Author

VictorMelkor
Feel free to suggest improvements — I'm open to feedback and would be happy to iterate on this.

📄 License

MIT License

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

Successfully merging this pull request may close these issues.

1 participant