generated from nyu-software-engineering/python-package-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the folder structure to the correct form
- Loading branch information
Showing
19 changed files
with
60 additions
and
1,345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
[[source]] | ||
[[ | ||
source | ||
]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
[ | ||
packages | ||
] | ||
|
||
[ | ||
dev-packages | ||
] | ||
pytest = "*" | ||
twine = "*" | ||
build = "*" | ||
twine = "*" | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.12" | ||
[ | ||
requires | ||
] | ||
python_version = "3.8" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# Python Package Exercise | ||
# New York Minute | ||
|
||
An exercise to create a Python package, build it, test it, distribute it, and use it. See [instructions](./instructions.md) for details. | ||
New York Minute is a text-based game set in New York City. As a player, you choose your background and dream, and navigate through different locations in the city while making decisions to work, relax, network, and save your progress. The goal is to achieve your dream by gaining reputation points. | ||
|
||
## Installation | ||
|
||
You can install New York Minute using pip: | ||
|
||
pip install new-york-minute | ||
|
||
## Usage | ||
|
||
To start the game, run the following command: | ||
|
||
python -m new_york_minute | ||
|
||
Follow the prompts to create a new player or load a previous game. Make choices during each turn to work, relax, network, or save your progress. The game ends when you achieve your dream or complete all the locations. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository](https://github.com/software-students-spring2024/3-python-package-exercise-namelessss). | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.