Skip to content

Commit

Permalink
added empty sample program
Browse files Browse the repository at this point in the history
  • Loading branch information
hah8236 committed Mar 27, 2024
1 parent f75ee85 commit 07c51ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ load_game("savegame.json", actions=['work', 'relax', 'network'])
### Playing the Game
During each turn, you will be presented with the current location and a random event. You can choose to work, relax, network, or save your progress. The game ends when you achieve your dream by gaining enough reputation points or when you complete all the locations.

### Sample Program
[Here](https://github.com/software-students-spring2024/3-python-package-exercise-namelessss/blob/main/example.py) is an example program using our Python package.

## Testing
To run tests for the New York Minute package in a pipenv, ensure you have pipenv installed. Then run `pipenv install` in a new testing directory.
After, run `pipenv shell` to activate the virtual environment. Now that we are in the virtual environment, run `pipenv install -i https://test.pypi.org/simple/ new-york-minute==0.2.0`
Expand Down
Empty file added example.py
Empty file.

0 comments on commit 07c51ca

Please sign in to comment.