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
- Host: GitHub
- URL: https://github.com/skorotkiewicz/find-hidden-number
- Owner: skorotkiewicz
- Created: 2022-08-28T21:37:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T22:28:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T12:34:44.824Z (5 months ago)
- Topics: find, game, number, react, reactjs, veritasium
- Language: TypeScript
- Homepage: https://skorotkiewicz.github.io/find-hidden-number/
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```