We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6db81e commit 12d255cCopy full SHA for 12d255c
extention.md
@@ -16,15 +16,16 @@ You can add extra features to the characters:
16
17
- have more than one conversation script (try randomly choosing from a list of conversations)
18
- make extra character types (there are more than just friend and enemies)
19
+- use a local LLM to provide the dialogue for your characters
20
-## The player
21
+## The Player
22
23
Now that you have a player class you could easily add more attributes. For example:
24
25
- give the player money so they can buy items
26
- allow for equipping of weapons or armour
27
-## The fight
28
+## The Fight
29
30
At the moment the fight is very swift. You could make it more interesting by:
31
0 commit comments