Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 829 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 829 Bytes

Where is waldo

It's a game where user need to find the given characters in a highly populated image. I have made 3 levels for this game where each level is harder than other one. I have added a features where user can see how much time does they took to find all the characters and also they can save their timing. This game also features a leaderboard where user can see other person timings.

live link of the game.

Build with

My Skills

Quick Start (╯°□°)╯︵ ┻━┻

# clone the repo

git clone git@github.com:karthicbz/waldo-project.git

# change directory

cd waldo-project

# install required packages

npm install

# start development server

npm start