Skip to content

karthicbz/waldo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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