Newer
Older
# Another-Chance
Another Chance is a erotic Slice of Life game, focused on the interactions between the player, and the characters populating the world.
Grab a [release](https://gitgud.io/moist/Another-Chance/-/releases) compatible with your system [here](https://gitgud.io/moist/Another-Chance/-/releases).
Extract and double click on the bat (Windows) or sh (GNU/Linux) file.
# Build from source
You need [Python](https://www.python.org/downloads/) to build from source.
## GNU+Linux
$ git clone https://gitgud.io/moist/Another-Chance
$ cd Another-Chance
$ pip install .
Download python, the code from the repository, double click on install.bat, and double click on achan.bat
>error related to Microsoft C++ Build Tools
If it complains about some dependencies you will have to install the 7GB package linked in the error or find an alternative way to solve it (I don't know of any).
# FAQ
## Why does it take a while to start the first time I begin a new game?
It takes a while to build the database the first time. The result is cached so the next time will be quicker.
## I named my character "a" and now the text on the screen is all broken!11!
To avoid building the whole database from zero, I save a template of a blank game and replace the name of the old player in all the files when asked to begin a new game. So, if the name matches something else it will replace it too.