Created by: Cameron Varley
Description: A fun text game where you can battle a enemy, gamble, or become a millionaire
Requirement: Python3
- Documentation changes
- Change return true to just return
- fixed typos
- fixed issue that would crash game if user didnt enter a value in the store
major changes to the base code. spring cleaning as well
- Player class introduced to make the code easier to read
- player values are now accessed by the player.value instead of userVal[value]
- removed duplicate code or unnecessary
- change menu() to return True to prevent loops in loops
- changed transport() to slim down code, makes more sense now
- casino/gamble now uses the loot system for prizes
Created a few helper scripts that will allow for future proofing
- created pymenu which will help in speedy menu creation
- created pystore which is a simple store helper to create items
- default items are stored in store.config
this update is just a few simple changes
- comments were added for confusing/difficult parts of the script
- store items are now stored in a single location
- added some comments regarding what future plans might entail
- Complete Overhaul of script
- this includes the menu
- validation of inputs
- sanitization
- variable
- almost 400 lines have been removed
- add hints for the user
- create another script to add items
- create different troop types - this might be too hard...
- convert pygame and pymenu to full crud helper scripts
- create a way to make hidden menu items