Giter Club home page Giter Club logo

quiz-game's Issues

Update the README

  1. Go through the files in the project.
  2. Add instructions as to how the game is played in the README.
  3. Submit a PR from your own branch to master.

Save Questions in external files

Since you are saving all the questions and answers as list elements in the main python script, this program becomes more difficult to manage as more questions and answers are added to it.


Solution : Save the question-answers pairs as a list of ordered sets in an external file which can be easily modified to add or remove questions without having to change the main script.
External files maybe in the form of .csv, .json or .py .

Start menu error checking

In the start menu, if you accidentally press something other than A or a or B or b, you will get kicked out of the game. Would be nice to give player a chance to correct a mistaken keystroke before getting kicked off.

Display the results in a more detailed manner

Some enhancement features which are pretty easy and fun to do:

  • After the quiz is over, the user would probably want to see the questions they got right or wrong.

  • Also give the user some extra information and encourage them to learn more about the same topic.

  • Add links to appropriate websites where such info could be found.

Shuffle the questions

Make the questions appear in a random order so that the player doesn't win just by sheer memorization!

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.