# FiveElements **Repository Path**: AllanChain/FiveElements ## Basic Information - **Project Name**: FiveElements - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FiveElements pygame made game related to five elements or 五行 ### Environment - Developed under Windows, python3.6, and pygame 1.9.3 - I *think* it is OSIndependent ### Dependency - Python3.6+ - Pygame - And submodule poly - Proper Chinese fonts - The characters are saved as images - Lack of Chinese fonts only affect the map name at start of the game. ### Usage **NOTE**:Since I have not upload my package to PyPi, you have to clone this repo, cd `FiveElements` and run ``` pip install -e poly ``` Then to start the game , just run `python FiveElements.py` ### Game Rule - Every chess and only move one block at a time. - 相克则吃 > 火克金,则火可吃金 - Next rules may change. I admmitI'm not a good rule-maker. ### Development Notice It's just under development now . - ~~I'm adding strategy controlling system to it~~ - Better Animation is in progress - Maybe AI will be written - And the stablity too ### poly And I wrote`poly` as a polygon support for hexagon and octagon chesses.Now it is a module for everyone to use.