Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 300 Bytes

This is a python implementation of poker game for AI.

Getting started

cd src/
python main.py 

Rules implemented

  • Fighting the Landlord (Dou Dizhu) which is a Chinese card game with 3 players

Todo

  • add interface for human players;
  • to complete this readme file;
  • ...