https://github.com/jancernik/waldy
An online version of the classic 'Where's Waldo?' game
https://github.com/jancernik/waldy
firebase firestore web-game
Last synced: 2 months ago
JSON representation
An online version of the classic 'Where's Waldo?' game
- Host: GitHub
- URL: https://github.com/jancernik/waldy
- Owner: jancernik
- Created: 2022-05-31T20:13:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T23:24:01.000Z (12 months ago)
- Last Synced: 2025-07-12T02:24:31.328Z (12 months ago)
- Topics: firebase, firestore, web-game
- Language: JavaScript
- Homepage: https://waldy-361d1.web.app
- Size: 7.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waldy
An online version of the classic 'Where's Waldo?' game. Live demo at https://waldy-361d1.web.app/.
>This project is part of [The Odin Project ](https://www.theodinproject.com/) curriculum.

## Features
- Database-stored answers
- Server-side timer
- Multiple levels
- Zoom and pan functions
- Answer feedback
### Run as development
```bash
npm start
```