Skip to content

ClanGenOfficial/clangen

Repository files navigation

clangen

Fan-edit of the warrior cat clangen game

Original creator: just-some-cat.tumblr.com

Fan-edit creator: SableSteel, and many others

Downloads

Stable

Stable versions can be downloaded directly from the official ClanGen website

Development

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

Running from source

ClanGen uses poetry to manage virtual environments. Therefore it is required to install the dependencies and run the game from source without manual tweaking.

Installing poetry

Follow the instructions for installing poetry from the official website: https://python-poetry.org/docs/#installing-with-the-official-installer

Linux, macOS, Windows (WSL)

Open a terminal and paste this:

curl -sSL https://install.python-poetry.org | python3 -

Windows (Powershell)

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 -

Running the game via the helper scripts

Linux, macOS

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

Windows

Double click the run.bat script

Bug Reporting

We have migrated to GitHub Issues for bug reporting and tracking. We no longer review bug reports from the retired Google Form.