Commit graph

281 commits

Author SHA1 Message Date
Howard Abrams
c72a86f615 Change the say with ! to be an exclaim instead of yell 2025-05-10 21:59:07 -07:00
Howard Abrams
951d35356d Casting spells ... first, is donkey head
Spells can affect a characters speech and their appearance.
All spells should create attributes with a 'effect' category,
and spell scripts will clean up after they are stopped.
2025-05-10 21:57:12 -07:00
Howard Abrams
0a955fe2b6 Post event sequences from a GMTrigger command 2025-05-10 12:45:42 -07:00
Howard Abrams
322a22e630 Create an Introduction to the game 2025-05-09 09:14:00 -07:00
Howard Abrams
545bddd9f2 Add a "reply" and "respond" alias to "say" 2025-05-09 09:12:10 -07:00
Howard Abrams
db53ba62a3 Fix bug with character generation and the tutor bird 2025-05-06 22:08:46 -07:00
Howard Abrams
568ff30b54 Allow puppeting NPCs that stay put. 2025-05-03 21:20:18 -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
a9e0c24ad9 Expand the 'say' command to be personable again 2025-04-27 09:08:53 -07:00
Howard Abrams
ddddfe4b7b Magically create sticks for throwing to the BHB 2025-04-26 09:32:14 -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
600542b0d4 Fix room display with RP characters 2025-04-24 22:54:12 -07:00
Howard Abrams
04aa677fb7 Add role playing to this role playing game 2025-04-24 11:34:48 -07:00
Howard Abrams
518c691dee We can now walk slower around the world
With a user-configurable speed setting.
2025-04-23 08:24:49 -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
b6697bd56a Things can now reveal other things 2025-04-18 18:02:43 -07:00
Howard Abrams
3c0a4951e7 Fix knock command 2025-04-18 17:07:54 -07:00
Howard Abrams
21747092b8 Add a think command 2025-04-18 14:49:45 -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
fa5ba513f6 Made the tutor bird into my high school cockatiel 2025-04-17 14:33:36 -07:00
Howard Abrams
5d830e03d9 Gender all characters
And capitalize all messages, allowing lowercase objects, like door knocker.
2025-04-17 13:47:44 -07:00
Howard Abrams
6e75f9f23a Fix formatting errors 2025-04-16 21:06:21 -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
f2b3a7eb15 Shuffle this game on my website under the keyword, cozy 2025-04-15 12:00:56 -07:00
Howard Abrams
c78859bae3 Fix logic bug in the beast's sleep schedule 2025-04-15 11:57:24 -07:00
Howard Abrams
c085561157 Created first wizard spell, fly. 2025-04-14 23:15:11 -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
11785cd534 Fix bug with undefined variable 2025-04-14 14:11:27 -07:00
Howard Abrams
46590de8ab Get the database in sync with new way of hiding things 2025-04-14 13:52:18 -07:00
Howard Abrams
45959b01ce We now have a living Big Hairy Beast 2025-04-14 10:11:19 -07:00
Howard Abrams
588ffcdab8 Fix feeding pets 2025-04-07 23:14:13 -07:00
Howard Abrams
43956fa818 Create a friendly pet 2025-04-07 22:45:45 -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
c50f36bffc Get the custom Emacs working 2025-03-30 14:33:10 -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
9d7ff34566 Dynamic background using css templates 2025-03-02 21:47:13 -08:00
Howard Abrams
8cf5baff72 Left some debugs in 2025-03-02 17:14:58 -08:00
Howard Abrams
fe2eb3884a Migrate to /cozy 2025-03-02 17:11:28 -08:00
Howard Abrams
1876919acd The tutorial bird of happiness 2025-03-02 10:26:12 -08:00
Howard Abrams
107241f925 Better help messages. 2025-03-02 10:25:28 -08:00
Howard Abrams
de7da9699c Put the help in the code? 2025-02-17 17:50:24 -08:00
Howard Abrams
9ad31bf496 Experiment with help system 2025-02-17 17:27:07 -08:00
Howard Abrams
780c2b7111 Fix bug on reading letter 2025-02-17 17:18:58 -08:00
Howard Abrams
3b378722d8 Created a wizardly stick 2025-02-17 17:07:06 -08:00