What's Changed
- Refactor game file handling in main.py and update README.md for clari… by @dragonruler1000 in #9
Full Changelog: v1.2.10...v1.3.0
Installation
Option 1:
pip install gameorganiserOption 2:
download and extract the source code file below. This does require manual install of dependinces using pip or poetry commands..
Usage
- Run the main script:
python main.py-
Follow the prompts to:
- Add a game to your collection
- Input shelving information (number of rows and columns)
- View your organized collection
Example:
Enter game name: Catan
Enter game type (Board/Card): Board
Enter shelf row: 2
Enter shelf column: 3
Game added successfully!
ly!