Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristianofilho/mini-python-projects
Mini Python Projects
https://github.com/cristianofilho/mini-python-projects
games python-3
Last synced: about 1 month ago
JSON representation
Mini Python Projects
- Host: GitHub
- URL: https://github.com/cristianofilho/mini-python-projects
- Owner: CristianoFIlho
- License: mit
- Created: 2023-11-25T01:31:07.000Z (about 1 year ago)
- Default Branch: Quiz-Game
- Last Pushed: 2023-11-28T17:00:39.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:02:03.317Z (8 months ago)
- Topics: games, python-3
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz Game
This is a simple quiz game written in Python. The game asks the user a series of questions and keeps track of their score.
## How to Run
You can run the game by executing the following command in your terminal:
```bash
python quiz_game.py
```## Game Rules
1. The game starts by asking the user if they want to play. If the user types anything other than "yes", the game will end.
2. If the user agrees to play, the game will ask a series of questions. The user's responses are not case-sensitive.
3. For each correct answer, the user's score is incremented by 1.
4. The game currently includes questions about the abbreviations of computer components, such as CPU and RAM.## Future Improvements
Future improvements could include adding more questions, implementing a high score feature, and adding a user interface.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
## Commit emojis
Here are some emoji references for different types of commits:
- Bug fixes: :bug: `:bug: Fix issue with game scoring`
- New features: :sparkles: `:sparkles: Add high score feature`
- Errors: :x: `:x: Handle input errors`
- Refactoring: :hammer: `:hammer: Refactor input handling`