Catan Board Randomizer with Customizable Board Tiles
- Python 3.12.0
- Tkinter 8.6 (should be included with Python 3.12.0)
- Pillow 10.1.0
Make sure you have Python 3.12.0 installed on your system. If not, you can download it from the official Python website:
Open your terminal (on Mac) or PowerShell/CMD (on Windows) and clone the repository using the following command:
git clone https://github.com/ariasarch/catan.git
cd catan
For macOS: python3 -m venv env source env/bin/activate
For Windows: py -m venv env .\env\Scripts\activate
pip install pillow
For macOS: python3 catan_app.py
For Windows: py catan_app.py