Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 755 Bytes

File metadata and controls

25 lines (17 loc) · 755 Bytes

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://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.