abrarhayat / anidal-abrar

A game where you predict animal names every day. 🐱

Home Page:https://anidal-abrarhayat.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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. 🐱

https://anidal-abrarhayat.web.app

License:MIT License


Languages

Language:TypeScript 88.5%Language:CSS 7.4%Language:HTML 3.0%Language:Dockerfile 0.5%Language:JavaScript 0.4%Language:Shell 0.1%