# TextChess **Repository Path**: liangxiaoju/TextChess ## Basic Information - **Project Name**: TextChess - **Description**: A Chinese chess game running on the console - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-15 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A Chinese chess game running on the console === ### How to run ? git submodule update --init cd eleeye/eleeye bash makefile.sh cd - python TextChess.py ### How to control ? h: left l: right j: down k: up Space: select or move piece u: undo a: hint n: new game +: Increase computer thinking time -: Reduce computer thinking time q: exit ?: help