A full-stack photo tagging web application built with React, TypeScript, React Router, styled-components, and uses Firebase to communicate with the back-end.
- Choose between "Waldo Mode" or "Challenge Mode" difficulties.
- When "Waldo Mode" is selected only Waldo must be found to complete a level.
- When "Challenge Mode" is selected every character hidden on the level must be found to complete it.
- Select a level from either the home page or drop down in the navigation bar at the top.
- Find all of the hidden characters on the selected level.
- Click on the timer to pause the game and click anywhere in the game area to unpause.
- If you find everyone, submit a username to save your score.
Instructions to run the project locally are below.
- Clone the repository:
# HTTPS
git clone https://github.com/DevlinRocha/wheres-waldo.git
# or
# SSH
git clone git@github.com:DevlinRocha/wheres-waldo.git
- Go into the directory and install modules:
cd wheres-waldo/
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser.