Description
Have you ever played Where’s Waldo? You are presented with a busy and crowded illustration that contains many different people and objects. Your task is to find a particular character named Waldo, who is hidden somewhere in the illustration.
The main focus of this project is on tie together a REST API backend with a frontend application (in this case a React app). The task is to build a version of the game "Where's Waldo" where the user interacts with the frontend and all game verification, score keeping, leaderboard etc is hosted on the backend.
Information about the location of the characters are stored in a database, far away from the user to prevent cheating. Game sessions are handled with JWTs.