Chess.Football — Official Rules
Public repository with the rules of Chess.Football, a turn-based strategy game that blends chess movement with the goal of football: score more goals than your opponent by shooting the ball at the rival king.
This repository exists to make the rules of Chess.Football public, versionable and translatable by the community. Here we publish the canonical source of the rules and their translations into different languages, kept separate from the application's code so anyone can read them, suggest improvements or contribute new localisations without having to work on the game's repository.
chess.football/
├── assets/ # Images and graphic resources
├── rules/ # Rule translations (one per language)
└── README.md
The rules are published as Markdown files inside the rules/ folder, with one file per language using the ISO 639-1 code:
rules/es.md— Españolrules/en.md— Englishrules/it.md— Italianorules/fr.md— Françaisrules/de.md— Deutschrules/pt.md— Portuguêsrules/zh.md— 中文rules/ja.md— 日本語rules/ko.md— 한국어rules/ar.md— العربيةrules/ru.md— Русский
Want to translate the rules into your language or fix an existing translation? Open a Pull Request adding or modifying the corresponding file in rules/.
