Releases: Preponderous-Software/FishE
Releases · Preponderous-Software/FishE
2.1.0
What's Changed
- Release/v2.0 by @dmccoystephenson in #11
- Merge pull request #11 from Stephenson-Software/release/v2.0 by @dmccoystephenson in #12
- Used python3 instead of python in scripts. by @dmccoystephenson in #25
- Added install/uninstall scripts by @dmccoystephenson in #26
- Release/v2.1 by @dmccoystephenson in #27
Full Changelog: 2.0.0...2.1.0
2.0.0 (Project Rewrite, Unit Tests, JSON Data Persistence)
What's Changed
- Refactored the project and added unit tests. by @dmccoystephenson in #2
- Prompt Class by @dmccoystephenson in #7
- Starter Money by @dmccoystephenson in #8
- Data Persistence w/ JSON by @dmccoystephenson in #9
- Made price for bait persistent. by @dmccoystephenson in #10
Full Changelog: v1.3...2.0.0
FishE v1.3 (Python3 Compatibility)
This version of the application can be executed with Python3.
FishE v1.2
Two more areas than the last version and a new stat screen. Some other improvements.
FishE v1.1
A much better version of the previous game. Includes a lot less code, a much more understandable return sequence and a reusable text adventure template class.
FishE v1.0
Simple Fishing Game
You're able to travel to three areas: your home, the docks and the shop.
Every travelling action takes one hour to do and fishing takes anywhere between 1 and 10 hours.
Every fish is worth $2 and there is nothing to buy from the store.
Currently there's no use for money.
Able to load save game.