summaryrefslogtreecommitdiffstats
path: root/ai-dungeon.py
AgeCommit message (Collapse)AuthorFilesLines
2022-02-14Lint the code and clean up a bit.Rose Hogenson1-137/+0
2022-02-14Add initial AI dungeon clone.Rose Hogenson1-0/+137
This is a clone of the AI dungeon game made using a HugginFace transformer. It works pretty well all things considered, but requires some hand-holding to generate ok output. Well, the original AI dungeon was the same way. I'll keep tweaking settings and make it even better.