Releases: Eigenbahn/ai-dungeon-cli
Releases · Eigenbahn/ai-dungeon-cli
0.4.5
Fixes:
- stop discarding of carriage returns
\n
in story output
- add missing import for
--slow-typing
New features:
- partial multiplayer support (can join and post but not see other players actions)
Refactoring:
- API client class is mostly stateless, to ease migration to an external lib
0.4.4
Code is now more modular (split into several modules / source files)
New features:
- all configuration options are now command line args
0.4.1
Fixes:
- disable debug mode (flag was hard-coded).
0.4.0
Port of the code to the latest version of the API (based on websocket / gql).
What does not work:
- multiplayer
- revert / alter
- explore
What works:
0.3.0
Transitory release.
Using (as of writing) legacy but still up and running API at address ai-dungeon-api.herokuapp.com
.
Next release will rely on newer GraphQL API at api.aidungeon.io
.
0.1.3
First release on PyPI!
Also:
- added type hints
- setters to override text input / print function to ease using it as a lib
- bugs and fixes
0.1.2
Better user input
Better handling of user input with the readline library.
Fix of user config lookup for Windows.
0.1.1
Now a proper package
The code now follows a more structured style (the game logic being wrapped into a class).
We went from a regular script to a python package.
0.1.0
Initial Release
The code follows a procedural style.