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

parkjh2568/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:80 game

open http:https://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%
  • Python 0.7%
  • HTML 0.5%
  • JavaScript 0.5%
  • Dockerfile 0.1%
  • CSS 0.1%