Better AI Dungeon
AI Dungeon used to be good but now it's pay-to-win, privacy invasive, etc. So I decided to remake it but without the bad parts
- Clone repo
- Set up a python virtual environment e.g.
python3 -m venv venv
and activate - Install requirements e.g.
pip3 install -r requirements.txt
- Run the game e.g.
python3 singleplayer.py
The AI model which AI Dungeon uses is specially trained for generating text adventures, whereas this model isn't because I don't have enough computing power to make one.
You can, however, improve the quality of the output by using a well-written prompt. An easy way to get one of these is by copying it from AI Dungeon.