An open API service indexing awesome lists of open source software.

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.

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! 🎉
```