7935983707
Add .gitignore for .idea/ and __pycache__/
KansaiGaijin
2026-07-07 12:13:58 +12:00
221cb71410
Add Container class with lock/trap detection, corpse drops, and numbered duplicate corpses
KansaiGaijin
2026-07-07 12:13:43 +12:00
db4b5cb543
Rewrite README to focus on game usage, remove personal content and license
KansaiGaijin
2026-07-07 11:43:23 +12:00
f431ae8c53
Added pregen characters to select from
kansaigaijin
2025-07-13 23:28:56 +12:00
de7fa298b9
Added pregen characters to select from
kansaigaijin
2025-07-13 23:28:47 +12:00
509fb35a20
Fixed bug where selecting take all of leave when looting a chest would register as an invalid command.
kansaigaijin
2025-07-13 22:52:38 +12:00
56806178f3
Added exit to tutorial to start the game
kansaigaijin
2025-07-13 20:55:39 +12:00
56fba22217
Updated text parsing and commands
kansaigaijin
2025-07-13 20:49:41 +12:00
731f2651a5
Developed the possible text inputs to be parsed. Also Added a truly pregenerated character for easier testing. Will add option for genuine pre-gen characters. Corrected the function call for equipment calls to be instance based not a static method
kansaigaijin
2025-07-13 20:39:06 +12:00
d7d69fa3d1
Developed the possible text inputs to be parsed
kansaigaijin
2025-07-13 20:37:55 +12:00
356957bd0f
Changed armor to go on armor slot instead of chest slot.
kansaigaijin
2025-07-13 20:37:28 +12:00
511b497580
Changed armor to go on armor slot instead of chest slot.
kansaigaijin
2025-07-13 20:37:21 +12:00
9d4017100f
Added a tutorial scene to begin
kansaigaijin
2025-07-13 20:36:44 +12:00
55030323ad
Corrected last bugs in character creation. Now fully complete.
kansaigaijin
2025-07-13 19:16:02 +12:00
92a3d526c5
Updated the __repr__ to remove self.name
kansaigaijin
2025-07-13 19:15:11 +12:00
d14e9e8e8b
Moved functions around. Moved Inventory and thus equipped items into its own class
kansaigaijin
2025-07-13 16:10:31 +12:00
54fef56615
Updated startGame(), fixed bugs, reworded/formatted areas to be consistent.
kansaigaijin
2025-07-13 16:09:24 +12:00
906dde0607
Rebuilt scenes. More additions to come. Once the game framework has been completed, will largely only need to edit this script to expand game.
kansaigaijin
2025-07-13 16:08:29 +12:00
3c34c2c6f5
Corrected the name_adjective for each of the races
kansaigaijin
2025-07-13 16:07:43 +12:00
bd53e94ea2
Rebuilt the engine and player initialisation. Added functions for interaction with scenes such as items
kansaigaijin
2025-07-13 16:06:34 +12:00
56764ad857
Updated damage types to align with SRD
kansaigaijin
2025-07-13 16:05:29 +12:00
095de06d17
Updated Inventory and Player classes with better handling
kansaigaijin
2025-06-26 21:52:52 +12:00
ce1c76626d
Updated Inventory and Player functions with better handling
kansaigaijin
2025-06-26 21:52:25 +12:00
f896cc9184
Moved inventory details to its own class
kansaigaijin
2025-06-26 21:42:55 +12:00
b2f5e4eaf1
Removed unused code Text method and replaced with standard print commands
kansaigaijin
2025-06-26 20:23:42 +12:00