Skip to content
forked from thesam73/wordle

A game where you predict animal names every day. 🐱

License

Notifications You must be signed in to change notification settings

abrarhayat/anidal

 
 

Repository files navigation

Animal Guessing Game

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 🐱

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd anidal
$> npm install
$> npm run start

To build/run docker container:

$> docker build -t game .
$> docker run -d -p 3000:3000 game

Open http://localhost:3000 in browser.

About

A game where you predict animal names every day. 🐱

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages

  • TypeScript 87.0%
  • CSS 6.6%
  • HTML 3.9%
  • Shell 1.2%
  • Other 1.3%