Fan-edit of the warrior cat clangen game built using Python and Pygame.
Original creator: just-some-cat.tumblr.com
Fan-edit creator: SableSteel, and many others
Stable versions can be downloaded directly from the official ClanGen website
Note: Development versions are automatic snapshots of current development efforts. They are not stable, can crash and even corrupt your save files. Additionally, we do not provide tech support for development versions.
Download at your own risk here: ClanGen development download
ClanGen uses poetry to manage virtual environments. Therefore it is required to install the dependencies and run the game from source without manual tweaking.
Follow the instructions for installing poetry from the official website: https://python-poetry.org/docs/#installing-with-the-official-installer
Open a terminal and paste this:
curl -sSL https://install.python-poetry.org | python3 -
Open a PowerShell window (Windows key and then enter PowerShell
) and paste this:
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
or in case you installed Python from the Windows Store:
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
Double click the run.sh
script or open it in the terminal via ./run.sh
with the current working directory set to the game's root directory
Double click the run.bat
script
We have migrated to GitHub Issues for bug reporting and tracking. We no longer review bug reports from the retired Google Form.
If you'd like to contribute to Clangen, please read our Contributing guide.