zurda / hangman-films

Hangman game: guess the film (movieDB API, Typescript, React)
https://hangman-films.netlify.app/
6 stars 6 forks source link

Feature: Second hint - reveal release year #26

Closed zurda closed 3 years ago

zurda commented 3 years ago

Purpose

We want to allow the user to get different types of hints.

Description

A fun one could be revealing the release year of the film, which should be available on the API. I think this should cost 3 guesses (but happy to get someone else's opinion as this is fairly arbitrary 😂)

This would require:

The poster hint functionality should be a good reference as it's very similar.