This is a simple guess the movie game. It uses the TMDb API for the movie data. The API is accessed through a Rust backend running on a raspberry pi.
The front end is written in vuejs.
- Enter your guess in the input field at the bottom of the screen.
- You will get a hint after every guess. And the poster will become less blurred.
- If you have no clue you can press the "skip for hint" button, to skip this guess and get a hint.
- You have a maximum of 6 guesses.
npm install
npm run serve
npm run build
npm run lint