Skip to content

Commit

Permalink
Modified the folder structure to the correct form
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiahuita committed Mar 26, 2024
1 parent a6bdcdd commit 6dc98e7
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 1,345 deletions.
695 changes: 21 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

22 changes: 15 additions & 7 deletions Pipfile
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"
357 changes: 0 additions & 357 deletions Pipfile.lock

This file was deleted.

26 changes: 24 additions & 2 deletions README.md
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.
35 changes: 0 additions & 35 deletions pyproject.toml

This file was deleted.

5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

File renamed without changes.
37 changes: 0 additions & 37 deletions src/.github/workflows/python-package.yml

This file was deleted.

160 changes: 0 additions & 160 deletions src/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions src/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions src/Pipfile

This file was deleted.

25 changes: 0 additions & 25 deletions src/readme.md

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 6dc98e7

Please sign in to comment.