A mod of the Clan-gen fan edit featuring cat genetics that get passed down from cat to cat, among a few little bonuses here and there!
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
Note: These are developer builds and are not guaranteed to work!
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.