Skip to content

MustafaOzgur59/Wheres-Waldo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Tagging App

Where's Waldo

How fast can you find Waldo and friends? Play here! 👈

Summary

This was a project following TheOdinProject curriculum. The goal of this project is to continue expanding knowledge with the React library and start working with the backend. This project utilizes Firebase as the backend and stores all game data and stats for each level.

Game Overview

When a player selects a level, the correct game component renders and a timer starts. A fetch call is sent to Firebase when the game component mounts and saves the coordinates for the hidden characters to state. When a player clicks on the gameboard a custom submenu pops up where the player clicked. This menu has selections for each of the hidden characters in the level. When a selection is made, the coordinates where the player clicked and the character selection they made are checked with the Firebase data to see if it matches. If it is a match the border of the character found will turn green. When the player finds all the hidden characters the timer stops and renders an "endscreen" showing the completion time and displays an input to enter name to add their score to the leaderboard.

Getting started

git clone https://github.com/MustafaOzgur59/TOP-Wheres_Waldo.git
cd top-wheres_waldo
npm install
npm start

Built with

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published