Code Monkey home page Code Monkey logo

quiz-game-redux's Introduction

๐ŸŽฎ Quiz Game Redux

Introduction ๐ŸŒŸ

Quiz Game Redux is a modern rewrite of a classic quiz game project, originally developed as an introduction to C++ programming. This version incorporates contemporary C++ standards and features, making it an excellent example of modern C++ practices and data-oriented design.

Features ๐Ÿš€

  • Dynamic Question Pool: Loads questions from a JSON file, allowing for easy updates and modifications to the quiz content.
  • Randomized Order: Both questions and their corresponding choices are shuffled, ensuring a unique quiz experience each time.
  • Console-Based Interface: Simple and intuitive text-based interface for easy navigation and interaction.

Requirements ๐Ÿ“‹

  • C++ Compiler (C++20 Standard)
  • CMake for build automation
  • Git (for cloning the repository and managing submodules)

Setup and Installation ๐Ÿ› ๏ธ

  1. Clone the Repository

    git clone https://github.com/ducksoop/quiz-game-redux.git --recurse-submodules
    cd quiz-game-redux
  2. Build the Project

    cmake -B build
    cmake --build build

    This process is the same for both Windows and Linux systems.

  3. Run the Executable

    • On Windows: .\build\quiz-game-redux.exe
    • On Linux: ./build/quiz-game-redux

Usage ๐ŸŽฒ

  • Launch the game executable to start the quiz.
  • Answer the shuffled multiple-choice questions presented in the console.
  • Enjoy testing your knowledge and challenging yourself!

Cross-Platform Compatibility ๐ŸŒ

  • This project is designed to be built and run on both Windows and Linux operating systems.

Contributing ๐Ÿค

Contributions to the Quiz Game Redux project are welcome! If you have suggestions for improvements or new features, feel free to fork the repo and submit a pull request.

License โš–๏ธ

This project is licensed under the MIT License - see the LICENSE file for details.

quiz-game-redux's People

Contributors

hazeliscoding avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.