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

https://github.com/mr-destructive/outsmarty

A quiz game to outsmart everyone by suggesting a wrong answer!
https://github.com/mr-destructive/outsmarty

Last synced: about 1 year ago
JSON representation

A quiz game to outsmart everyone by suggesting a wrong answer!

Awesome Lists containing this project

README

          

## Outsmarty

A quiz game with a intention to outsmart others!

Inspired from [Psych!](https://play.google.com/store/apps/details?id=com.wb.goog.ellen.psych&hl=en&gl=US)

## How to play

- Choose a theme
- Choose number of rounds
- Start
- System will prompt everyone for a wrong answer for a question
(you will have to enter the wrong answer for that question)
- Every one submits their answers
- Everyone is presented with the same question and all of the answers
(no one knows whose answer it is, except your own answers)
(that is why it is adviced to give a wrong answer in the prompt submission)
- Whoever gives a correct answers gets more points
- Round ends
- Continue till the number of rounds
- End

### Example

```
Number of Players: 2
Number of Rounds: 3
Theme: Animals

Round 1
Question
Who is the fastest land animal?

Player 1 Answer: Tiger
Player 2 Answer: Leopard

Correct Answer: Cheetah

Question framed for round
Who is the fastest land animal?
1. Tiger
2. Leopard
3. Cheetah

Let's assume, Player 1 gave option 2 as his answer
and Player 2 gave option 3 as his asnwer
The winner for the round is Player 2

....
Round 2
....
Round 3
```