This is a clone project of that popular word guessing game we all know and love. However, this variant lets you guess animal names!
Play the game here: Anidal Game 🐱
Derived from here: Reactle
Deployed in Vercel 🐱
Clone the repository and perform the following command line actions:
$> cd anidal
$> npm install
$> npm run start
$> docker build -t game .
$> docker run -d -p 3000:3000 game
Open http://localhost:3000 in browser.