0xsuu / Project-Mahjong

Build AI for Mahjong.
Apache License 2.0
11 stars 3 forks source link
artificial-intelligence deep-reinforcement-learning keras mahjong reinforcement-learning

Project-Mahjong

Build Status

Obtain Source Code

mkdir mahjong
cd mahjong
git clone https://github.com/al1enSuu/Project-Mahjong.git
cd Project-Mahjong

Quick Start: Simple Mahjong Game

./build_mahjong.sh --game simple

Quick Start: Simple Mahjong Game Python

./build_mahjong.sh --python
cd python_app/simple_mahjong
python3 play.py

Quick Start: Tenhou bot

./build_mahjong.sh --python
cd python_app/tenhou-bot
python3 main.py

Quick Start: Tiny Mahjong

Tiny Mahjong README

Mahjong Lib Supporting Environment

Linux

Mac

Windows

Prerequisites

Detailed Build Instructions

Build Instructions