Skip to content

A Mahjong hand guessing game made using React, Typescript, and Tailwind

License

Notifications You must be signed in to change notification settings

Assistant/mahjong-hand-guessing-game

 
 

Repository files navigation

Mahjong Hand Guessing Game

https://mahjong-handle.update.sh/

This is a clone project of a popular word guessing game made using React, Typescript, and Tailwind.

To Run Locally: Clone the repository and perform the following command line actions:

$ cd mahjong-hand-guessing-game
$ 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.

Uses FluffyStuff/riichi-mahjong-tiles as icons for the tiles, which are licensed under Creative Commons Attribution 4.0 International License.

About

A Mahjong hand guessing game made using React, Typescript, and Tailwind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • JavaScript 1.3%
  • Other 0.6%