neelthee-mansion 1.1.0__py3-none-any.whl → 2.0.0__py3-none-any.whl
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-1.1.0.dist-info → neelthee_mansion-2.0.0.dist-info}/METADATA +8 -1
- {neelthee_mansion-1.1.0.dist-info → neelthee_mansion-2.0.0.dist-info}/RECORD +5 -5
- {neelthee_mansion-1.1.0.dist-info → neelthee_mansion-2.0.0.dist-info}/WHEEL +0 -0
- {neelthee_mansion-1.1.0.dist-info → neelthee_mansion-2.0.0.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-1.1.0.dist-info → neelthee_mansion-2.0.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: neelthee-mansion
|
3
|
-
Version:
|
3
|
+
Version: 2.0.0
|
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
|
@@ -36,3 +36,10 @@ Requires-Dist: pytz
|
|
36
36
|
- Encounter and interact with different creatures.
|
37
37
|
- Collect and use items throughout the game.
|
38
38
|
- Navigate through quests that drive the narrative forward.
|
39
|
+
|
40
|
+
## Installation
|
41
|
+
|
42
|
+
You can install **Neel-thee's Mansion of Amnesia** using `pip` from the Python Package Index (PyPI). Run the following command:
|
43
|
+
|
44
|
+
```bash
|
45
|
+
pip install neelthee_mansion
|
@@ -6,8 +6,8 @@ neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,
|
|
6
6
|
neelthee_mansion/creatures.py,sha256=1MlGxVhb1H2zIoRlyL1vDZ89aB9OpRchGotW_lzM56Q,13992
|
7
7
|
neelthee_mansion/items.py,sha256=s78OjzRZlLG-Pu-6QToFAfOc5JXyPkf-2pC_SFh3F_c,1897
|
8
8
|
neelthee_mansion/utils.py,sha256=IfaFlIDPGMxW5eBNDTuRi-wFpPwPKSThdjYGpOZphYs,11494
|
9
|
-
neelthee_mansion-
|
10
|
-
neelthee_mansion-
|
11
|
-
neelthee_mansion-
|
12
|
-
neelthee_mansion-
|
13
|
-
neelthee_mansion-
|
9
|
+
neelthee_mansion-2.0.0.dist-info/METADATA,sha256=1e5obLEPsph8R9hZtAhiYSvunFCBL_9GoCz3lCht6P8,1680
|
10
|
+
neelthee_mansion-2.0.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
11
|
+
neelthee_mansion-2.0.0.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
12
|
+
neelthee_mansion-2.0.0.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
13
|
+
neelthee_mansion-2.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|