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

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

A number game based on pseudo-random numbers.
https://github.com/mr-destructive/numberjack

Last synced: about 1 year ago
JSON representation

A number game based on pseudo-random numbers.

Awesome Lists containing this project

README

          

# NumberJack
HELP: INSTRUCTIONS TO PLAY THE GAME.
1. Select any number between 0 and 9 (inclusive) i.e 0 and 9 are accepted.
2. Two list will appear in fron of you.
3. The upper will have a List of random shuffled numbers between 0 and 9.
4. See if you can find your choosen number in that list within 5 seconds.
5. Then you have to enter the index of that number indicated in the second list below.
6. The Game will continue till you are correct and enter the number on time(before 5 sec).

## Example

You choose the number *2*

4 7 5 1 0 8 2 6 9 3

1 2 3 4 5 6 7 8 9 10

You would have to enter *7* for moving ahead.
As 2 appears on the 7th index of the list.

If you entered 7 Great, Next turn,

8 1 0 6 5 7 9 3 2 4

1 2 3 4 5 6 7 8 9 10

Here 2 appears on the 9th index.
So, the correct number will be 9.

You'll score a point for each successfull turn.
GOOD LUCK.