neelthee-mansion 3.19.3__tar.gz → 3.19.4__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 → neelthee_mansion-3.19.4}/PKG-INFO +6 -1
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/README.md +5 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/PKG-INFO +6 -1
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/setup.py +1 -1
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/LICENSE.md +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/Books.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/Mansion_of_Amnesia.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/Quests.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/Rooms.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/__init__.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/__main__.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/all_game_utils.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/creatures.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/items.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion/utils.py +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/SOURCES.txt +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/dependency_links.txt +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/entry_points.txt +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/requires.txt +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/top_level.txt +0 -0
- {neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: neelthee_mansion
|
3
|
-
Version: 3.19.
|
3
|
+
Version: 3.19.4
|
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
|
@@ -23,6 +23,11 @@ License-File: LICENSE.md
|
|
23
23
|
|
24
24
|
**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.
|
25
25
|
|
26
|
+
## Documentation
|
27
|
+
|
28
|
+
- [Installation Guide](INSTALL.md)
|
29
|
+
- [Changelog](CHANGELOG.md)
|
30
|
+
|
26
31
|
## Features
|
27
32
|
|
28
33
|
- Explore a richly detailed mansion with various rooms and interactable objects.
|
@@ -2,6 +2,11 @@
|
|
2
2
|
|
3
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
4
|
|
5
|
+
## Documentation
|
6
|
+
|
7
|
+
- [Installation Guide](INSTALL.md)
|
8
|
+
- [Changelog](CHANGELOG.md)
|
9
|
+
|
5
10
|
## Features
|
6
11
|
|
7
12
|
- Explore a richly detailed mansion with various rooms and interactable objects.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: neelthee-mansion
|
3
|
-
Version: 3.19.
|
3
|
+
Version: 3.19.4
|
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
|
@@ -23,6 +23,11 @@ License-File: LICENSE.md
|
|
23
23
|
|
24
24
|
**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.
|
25
25
|
|
26
|
+
## Documentation
|
27
|
+
|
28
|
+
- [Installation Guide](INSTALL.md)
|
29
|
+
- [Changelog](CHANGELOG.md)
|
30
|
+
|
26
31
|
## Features
|
27
32
|
|
28
33
|
- Explore a richly detailed mansion with various rooms and interactable objects.
|
@@ -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.4',
|
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',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/dependency_links.txt
RENAMED
File without changes
|
{neelthee_mansion-3.19.3 → neelthee_mansion-3.19.4}/neelthee_mansion.egg-info/entry_points.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|