An open API service indexing awesome lists of open source software.

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

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.

![project screenshot](https://i.imgur.com/MHx815X.png)

## Features
- Database-stored answers
- Server-side timer
- Multiple levels
- Zoom and pan functions
- Answer feedback

### Run as development
```bash
npm start
```