Skip to content

Releases: Eigenbahn/ai-dungeon-cli

0.4.5

25 Aug 15:17
Compare
Choose a tag to compare

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

12 Aug 13:38
Compare
Choose a tag to compare

Code is now more modular (split into several modules / source files)

New features:

  • all configuration options are now command line args

0.4.1

30 Jul 07:53
Compare
Choose a tag to compare

Fixes:

  • disable debug mode (flag was hard-coded).

0.4.0

27 Jul 13:10
Compare
Choose a tag to compare

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:

  • everything else

0.3.0

06 May 21:22
Compare
Choose a tag to compare

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

03 Mar 21:37
Compare
Choose a tag to compare

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

29 Feb 10:11
cc63b89
Compare
Choose a tag to compare

Better user input

Better handling of user input with the readline library.

Fix of user config lookup for Windows.

0.1.1

29 Feb 09:52
03583bd
Compare
Choose a tag to compare

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

29 Feb 09:42
Compare
Choose a tag to compare

Initial Release

The code follows a procedural style.