Commit graph

35 commits

Author SHA1 Message Date
Howard Abrams
f7d5ed5418 We can now light a pipe.
Just an introduced bug.
2025-07-22 22:32:50 -07:00
Howard Abrams
8e2918564b Automate the adventure/puzzle
A character can acquire a horn (from stealing it from the witch) and
own the horn (traveling at will). The puzzle now gifts the players who
win a blue medal for their effort.
2025-07-22 21:17:36 -07:00
Howard Abrams
5bdb42042b Fix the lighting of torches and stuff. 2025-07-04 16:26:32 -07:00
Howard Abrams
b0618891c8 Update use to take an object 2025-07-01 16:53:35 -07:00
Howard Abrams
583c94433a Marshland and a new Room
First real puzzle sequence to "get a torch" adventure.
2025-06-30 22:20:41 -07:00
Howard Abrams
34820da276 Create dice for gambling games. 2025-06-21 10:59:19 -07:00
Howard Abrams
c147594489 Fix a small bug when displaying names 2025-06-21 10:57:21 -07:00
Howard Abrams
e654a46137 Create a currency system of coins
Each character can have a coin purse with gold coins. Granted, the
purse defaults to a pouch.
2025-06-21 10:48:25 -07:00
Howard Abrams
ea8f9253cc Create an IceBreaker hat
Which slips of papers for conversations.
2025-06-14 22:19:35 -07:00
Howard Abrams
5a1f8d8b56 Create a Bag of Holding class for Tweed Jackets 2025-05-29 18:28:20 -07:00
Howard Abrams
166bfed218 Create a functioning, magical pipe
This fixes an issue for using the RP system with the built-in
funcparser, and the "actor stance".
2025-05-18 00:39:09 -07:00
Howard Abrams
c4777ef1c2 Persist knock and pet commands 2025-05-16 21:53:53 -07:00
Howard Abrams
876c890052 Made the knocker more interesting to see 2025-05-13 22:08:33 -07:00
Howard Abrams
e52618fd6f Fix the knock command 2025-05-12 20:38:07 -07:00
Howard Abrams
060abf846c Character creation system
Also fixed many bugs and inconsistencies. Including:
  - Whisper works with RP system
  - Saying /to to non-player character just uses what they wrote
  - Minor yell bug
  - Actions on Things (like the puddle) work with RP system
2025-05-01 10:20:49 -07:00
Howard Abrams
6b8a9e946b Create new dynamic say command
This also includes a 'gm' command that should make GMing a game
better.
2025-04-25 16:00:39 -07:00
Howard Abrams
e6742e4ab8 Add 'pet' command for friendly pets. 2025-04-21 21:55:13 -07:00
Howard Abrams
254a8ace79 Create a magic crystal ball 2025-04-18 18:42:21 -07:00
Howard Abrams
0230d5dc20 Change text randomization from {{...}} to <<..>>
This doesn't interfere with Python's formatting.
2025-04-17 20:39:40 -07:00
Howard Abrams
7e28dc3a7c Switch random choices to not clash with colors
Fix a few bugs while I'm at it.
2025-04-16 12:43:53 -07:00
Howard Abrams
7955d99a76 Have commands match the help system
That is, make everything green.
2025-04-16 09:25:38 -07:00
Howard Abrams
97c0178cea Create a few trinkets for Dabbler's Room
And fixed a few other bugs.
2025-04-15 22:29:21 -07:00
Howard Abrams
b31c4a9aaa Remove debugging message 2025-04-14 16:40:41 -07:00
Howard Abrams
bc380928e7 Expand conversation with the Door Knocker 2025-04-14 16:39:34 -07:00
Howard Abrams
45959b01ce We now have a living Big Hairy Beast 2025-04-14 10:11:19 -07:00
Howard Abrams
c731383915 Attempt to update feed commands 2025-04-07 22:44:56 -07:00
Howard Abrams
542e140013 Figured the give and take system
Now the Knocker will only accept the ring, and not berries.
2025-04-03 18:54:20 -07:00
Howard Abrams
245a1bb389 Refactored code
Cleaned up flake8 warnings
2025-03-05 21:54:41 -08:00
Howard Abrams
cff8a5176d Ability to tether objects
This allows a user to get something, but if they leave an area, they
automatically put it back.
2025-03-03 21:32:44 -08:00
Howard Abrams
3b378722d8 Created a wizardly stick 2025-02-17 17:07:06 -08:00
Howard Abrams
c4b2de2132 Fix a readable drop bug 2025-02-17 14:37:11 -08:00
Howard Abrams
f2b8ae4478 Create the puddle 2025-02-17 14:25:19 -08:00
Howard Abrams
3d1ebfa3fc Adding a batchcommands file with descriptions
And fixed a number of bugs with starting from scratch.
2025-02-12 22:37:19 -08:00
Howard Abrams
0850301c65 We can knock on a door.
And a number of bugs squashed.
2025-02-11 21:09:23 -08:00
Howard Abrams
1c830d1f54 Created a hard of hearing, NPC, door knocker
Quite pleased with the results. This also fixed a utils issue to see
if an object has an item. I'm surprised this isn't in the standard library.
2025-02-09 10:48:24 -08:00