neelthee-mansion 3.19.1__tar.gz → 3.19.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- neelthee_mansion-3.19.3/LICENSE.md +21 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/PKG-INFO +2 -9
- neelthee_mansion-3.19.3/README.md +10 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/Mansion_of_Amnesia.py +7 -6
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/Rooms.py +27 -9
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/PKG-INFO +2 -9
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/SOURCES.txt +1 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/setup.py +1 -1
- neelthee_mansion-3.19.1/README.md +0 -18
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/Books.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/Quests.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/__init__.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/__main__.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/all_game_utils.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/creatures.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/items.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion/utils.py +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/dependency_links.txt +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/entry_points.txt +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/requires.txt +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/top_level.txt +0 -0
- {neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/setup.cfg +0 -0
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2024 Alexander.E.Finlayson
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: neelthee_mansion
|
3
|
-
Version: 3.19.
|
3
|
+
Version: 3.19.3
|
4
4
|
Summary: A text-based adventure game set in Neel-thee’s mansion.
|
5
5
|
Home-page: https://github.com/Flameblade375/neelthee_mansion
|
6
6
|
Author: Alexander.E.F
|
@@ -17,6 +17,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
17
17
|
Classifier: Operating System :: OS Independent
|
18
18
|
Requires-Python: >=3.6
|
19
19
|
Description-Content-Type: text/markdown
|
20
|
+
License-File: LICENSE.md
|
20
21
|
|
21
22
|
# Neel-thee's Mansion of Amnesia
|
22
23
|
|
@@ -28,11 +29,3 @@ Description-Content-Type: text/markdown
|
|
28
29
|
- Encounter and interact with different creatures.
|
29
30
|
- Collect and use items throughout the game.
|
30
31
|
- Navigate through quests that drive the narrative forward.
|
31
|
-
|
32
|
-
## Installation
|
33
|
-
|
34
|
-
You can install **Neel-thee's Mansion of Amnesia** using `pip` from the Python Package Index (PyPI). Run the following commands to install and play **Neel-thee's Mansion of Amnesia**. You need wheel installed before you can install **Neel-thee's Mansion of Amnesia**. (warning! make sure you are using command line and even then sometimes it doesn't work. Please use Visual Studio Code or have turned off colour coding or it will brake):
|
35
|
-
|
36
|
-
```bash
|
37
|
-
pip install wheel
|
38
|
-
pip install --no-cache-dir neelthee_mansion
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# Neel-thee's Mansion of Amnesia
|
2
|
+
|
3
|
+
**Neel-thee's Mansion of Amnesia** is a text-based adventure game where players explore a mysterious mansion, interact with objects and creatures, and strive to escape while uncovering their lost identity.
|
4
|
+
|
5
|
+
## Features
|
6
|
+
|
7
|
+
- Explore a richly detailed mansion with various rooms and interactable objects.
|
8
|
+
- Encounter and interact with different creatures.
|
9
|
+
- Collect and use items throughout the game.
|
10
|
+
- Navigate through quests that drive the narrative forward.
|
@@ -744,12 +744,13 @@ def handle_go_command(direction):
|
|
744
744
|
|
745
745
|
def handle_get_command(player: PC, *Args):
|
746
746
|
item_name = " ".join(Args)
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
747
|
+
if 'items' in ROOMS[player.CURRENTROOM]:
|
748
|
+
for ItemName in ROOMS[player.CURRENTROOM]['items'].keys():
|
749
|
+
if item_name == ItemName:
|
750
|
+
player.inventory_add([ROOMS[player.CURRENTROOM]['items'][ItemName]])
|
751
|
+
del ROOMS[player.CURRENTROOM]['items'][ItemName]
|
752
|
+
type_text(f'%*BLUE*%{item_name}%*RESET*% got!', colorTrue=color_coding)
|
753
|
+
return
|
753
754
|
type_text(f"Can't get {item_name}!", colorTrue=color_coding)
|
754
755
|
|
755
756
|
def handle_look_command():
|
@@ -199,7 +199,9 @@ ROOMS = {
|
|
199
199
|
'north': Door('Hall'),
|
200
200
|
'east': Door('Garden'),
|
201
201
|
},
|
202
|
-
'
|
202
|
+
'items': {
|
203
|
+
'rations': item('rations'),
|
204
|
+
},
|
203
205
|
'containers': {
|
204
206
|
'cupboards': container([item('money-pouch', 'valuable', 10)]),
|
205
207
|
},
|
@@ -246,7 +248,9 @@ ROOMS = {
|
|
246
248
|
'south': Door('Garden'),
|
247
249
|
'north': Door('Sitting Room'),
|
248
250
|
},
|
249
|
-
'
|
251
|
+
'items': {
|
252
|
+
'': item('potion'),
|
253
|
+
},
|
250
254
|
'containers': {
|
251
255
|
'chandelier': container([item('gem', 'valuable', 50)]),
|
252
256
|
},
|
@@ -517,7 +521,9 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
517
521
|
'containers': {
|
518
522
|
'stone': container([item('money-pouch', 'valuable', 25), Key('key', "629.IdnXwnt")], True),
|
519
523
|
},
|
520
|
-
'
|
524
|
+
'items': {
|
525
|
+
'': item('tome'),
|
526
|
+
},
|
521
527
|
'info': 'You are in the middle of a stone tower. The only light comes from above, through the cracks around the hatch to above.',
|
522
528
|
'map': '''
|
523
529
|
█████████
|
@@ -576,7 +582,9 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
576
582
|
'south': Door('Basement 3'),
|
577
583
|
'east': Door('Basement 1'),
|
578
584
|
},
|
579
|
-
'
|
585
|
+
'items': {
|
586
|
+
'torch': item('torch'),
|
587
|
+
},
|
580
588
|
'containers': {
|
581
589
|
'rack-1': container([item('bow', 'weapon', 4)]),
|
582
590
|
'rack-2': container([item('spear', 'weapon', 3)]),
|
@@ -608,7 +616,9 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
608
616
|
'west': Door('Basement Armoury'),
|
609
617
|
'up': Door('Sitting Room'),
|
610
618
|
},
|
611
|
-
'
|
619
|
+
'items': {
|
620
|
+
'torch': item('torch'),
|
621
|
+
},
|
612
622
|
'info': 'You are in an dimly lit underground (all the light in the room comes from 3 %*BLUE*%torch%*RESET*%es on the walls). You hear a %*YELLOW*%ripping%*RESET*% from the\
|
613
623
|
stairs going %*GREEN*%up%*RESET*%.',
|
614
624
|
'map': '''
|
@@ -634,7 +644,9 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
634
644
|
'north': Door('Basement 1'),
|
635
645
|
'west': Door('Basement 3'),
|
636
646
|
},
|
637
|
-
'
|
647
|
+
'items': {
|
648
|
+
'torch': item('torch'),
|
649
|
+
},
|
638
650
|
'info': 'You are in an dimly lit underground (all the light in the room comes from 3 %*BLUE*%torch%*RESET*%es on the walls).',
|
639
651
|
'map': '''
|
640
652
|
████║████
|
@@ -660,7 +672,9 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
660
672
|
'east': Door('Basement 2'),
|
661
673
|
'north': Door('Basement Armoury'),
|
662
674
|
},
|
663
|
-
'
|
675
|
+
'items': {
|
676
|
+
'torch': item('torch'),
|
677
|
+
},
|
664
678
|
'info': 'You are in an dimly lit underground (all the light in the room comes from 3 %*BLUE*%torch%*RESET*%es on the walls).',
|
665
679
|
'map': '''
|
666
680
|
████║████
|
@@ -683,7 +697,9 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
683
697
|
'east': Door('Library'),
|
684
698
|
'shoot': Door('Cavern 1'),
|
685
699
|
},
|
686
|
-
'
|
700
|
+
'items': {
|
701
|
+
'torch': item('torch'),
|
702
|
+
},
|
687
703
|
'info': 'You are in an dimly lit underground (all the light in the room comes from 3 %*BLUE*%torch%*RESET*%es on the walls). there is a choot in the floor (type: \'go shoot\' to go down the shoot).',
|
688
704
|
'map': '''
|
689
705
|
████║████
|
@@ -876,7 +892,9 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
876
892
|
'8': Door('The Watch Castle'),
|
877
893
|
'9': Door('The Old Manor'),
|
878
894
|
},
|
879
|
-
'
|
895
|
+
'items': {
|
896
|
+
'money-pouch': item('money-pouch', 'valuable', 10),
|
897
|
+
},
|
880
898
|
'info': '''
|
881
899
|
You are in a strange cave with many teleportation circles, as well as some ships that are floating above the floor.
|
882
900
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: neelthee-mansion
|
3
|
-
Version: 3.19.
|
3
|
+
Version: 3.19.3
|
4
4
|
Summary: A text-based adventure game set in Neel-thee’s mansion.
|
5
5
|
Home-page: https://github.com/Flameblade375/neelthee_mansion
|
6
6
|
Author: Alexander.E.F
|
@@ -17,6 +17,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
17
17
|
Classifier: Operating System :: OS Independent
|
18
18
|
Requires-Python: >=3.6
|
19
19
|
Description-Content-Type: text/markdown
|
20
|
+
License-File: LICENSE.md
|
20
21
|
|
21
22
|
# Neel-thee's Mansion of Amnesia
|
22
23
|
|
@@ -28,11 +29,3 @@ Description-Content-Type: text/markdown
|
|
28
29
|
- Encounter and interact with different creatures.
|
29
30
|
- Collect and use items throughout the game.
|
30
31
|
- Navigate through quests that drive the narrative forward.
|
31
|
-
|
32
|
-
## Installation
|
33
|
-
|
34
|
-
You can install **Neel-thee's Mansion of Amnesia** using `pip` from the Python Package Index (PyPI). Run the following commands to install and play **Neel-thee's Mansion of Amnesia**. You need wheel installed before you can install **Neel-thee's Mansion of Amnesia**. (warning! make sure you are using command line and even then sometimes it doesn't work. Please use Visual Studio Code or have turned off colour coding or it will brake):
|
35
|
-
|
36
|
-
```bash
|
37
|
-
pip install wheel
|
38
|
-
pip install --no-cache-dir neelthee_mansion
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='neelthee_mansion',
|
5
|
-
version='3.19.
|
5
|
+
version='3.19.3',
|
6
6
|
packages=find_packages(), # Automatically finds all packages and modules
|
7
7
|
install_requires=[
|
8
8
|
'wheel', 'psutil', 'playsound', 'requests', 'keyboard', 'pandas', 'validators', 'dicttoxml', 'pytz',
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# Neel-thee's Mansion of Amnesia
|
2
|
-
|
3
|
-
**Neel-thee's Mansion of Amnesia** is a text-based adventure game where players explore a mysterious mansion, interact with objects and creatures, and strive to escape while uncovering their lost identity.
|
4
|
-
|
5
|
-
## Features
|
6
|
-
|
7
|
-
- Explore a richly detailed mansion with various rooms and interactable objects.
|
8
|
-
- Encounter and interact with different creatures.
|
9
|
-
- Collect and use items throughout the game.
|
10
|
-
- Navigate through quests that drive the narrative forward.
|
11
|
-
|
12
|
-
## Installation
|
13
|
-
|
14
|
-
You can install **Neel-thee's Mansion of Amnesia** using `pip` from the Python Package Index (PyPI). Run the following commands to install and play **Neel-thee's Mansion of Amnesia**. You need wheel installed before you can install **Neel-thee's Mansion of Amnesia**. (warning! make sure you are using command line and even then sometimes it doesn't work. Please use Visual Studio Code or have turned off colour coding or it will brake):
|
15
|
-
|
16
|
-
```bash
|
17
|
-
pip install wheel
|
18
|
-
pip install --no-cache-dir neelthee_mansion
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/dependency_links.txt
RENAMED
File without changes
|
{neelthee_mansion-3.19.1 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/entry_points.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|