xnuk / mahjong-handle

Home Page:https://mahjong.xnu.kr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://mahjong.xnu.kr/

License:MIT License


Languages

Language:TypeScript 98.1%Language:Python 0.7%Language:HTML 0.5%Language:JavaScript 0.5%Language:Dockerfile 0.1%Language:CSS 0.1%Language:Shell 0.0%