https://github.com/johndev19/quiz-game-csharp
Quiz Game is a console-based quiz application. This game uses a simple yet effective console interface with animations and dynamic menus.
https://github.com/johndev19/quiz-game-csharp
console-application console-game consolebasedappication csharp
Last synced: about 1 year ago
JSON representation
Quiz Game is a console-based quiz application. This game uses a simple yet effective console interface with animations and dynamic menus.
- Host: GitHub
- URL: https://github.com/johndev19/quiz-game-csharp
- Owner: JohnDev19
- License: mit
- Created: 2024-11-17T09:18:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T09:23:16.000Z (over 1 year ago)
- Last Synced: 2025-01-30T06:27:31.199Z (over 1 year ago)
- Topics: console-application, console-game, consolebasedappication, csharp
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz Game
**Quiz Game** is a console-based quiz application. This game uses a simple yet effective console interface with animations and dynamic menus.
## Features
- **Dynamic Console UI**: Custom animations and colorful menus.
- **Multiple Question Support**: Handle multiple True/False questions.
- **Scoring System**: Tracks and displays your final score.
- **Interactive Animations**: Smooth text animations to enhance the game environment.
## Code Overview
The `ConsoleAnimator` class manages the game's interface, including menu rendering, question display, and score announcements.
## How to Play
1. Clone the repository to your local machine:
```bash
git clone https://github.com/JohnDev19/Quiz-Game-CSharp.git
```
2. Open the project in your favorite IDE or text editor.
3. Build and run the project.
4. Follow the on-screen instructions:
- Press `ENTER` to start the game.
- Answer the questions by typing `true` or `false`.
- View your final score at the end.
## Customization
Feel free to modify the game's color palette or animations by editing the `ColorPalette` and `AnimateText` methods in `ConsoleAnimator`. You can also extend the question types or add new features as you see fit!
## Contribution
Contributions are welcome! If you'd like to enhance the Quiz Game, feel free to open a pull request or submit an issue.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
Happy quizzing! 🎉
```