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

https://github.com/skorotkiewicz/find-hidden-number

Find the hidden number
https://github.com/skorotkiewicz/find-hidden-number

find game number react reactjs veritasium

Last synced: 3 months ago
JSON representation

Find the hidden number

Awesome Lists containing this project

README

        

# Find the hidden number

## Game

At the beginning of the game you get your number, and you are provided with 100 boxes numbered from 1 to 100, your task is to find the box that hides your number, but you only have 50 tries to do it!
Have fun.

The inspiration for making this game, was thanks to a video from [Veritasium](https://www.youtube.com/watch?v=iSNsgj1OCLA).

## Developing

```
$ git clone https://github.com/skorotkiewicz/find-hidden-number
$ yarn
$ yarn dev
```