Skip to content

Catan Board Randomizer with Customizable Board Tiles

Notifications You must be signed in to change notification settings

ariasarch/catan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catan

Catan Board Randomizer with Customizable Board Tiles

Prerequisites

  • Python 3.12.0
  • Tkinter 8.6 (should be included with Python 3.12.0)
  • Pillow 10.1.0

Setup Instructions

1. Install Python

Make sure you have Python 3.12.0 installed on your system. If not, you can download it from the official Python website:

2. Clone the Repository

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

3. Navigate to the repository directory:

cd catan

4. Optional: Create a Virtual Environment

For macOS: python3 -m venv env source env/bin/activate

For Windows: py -m venv env .\env\Scripts\activate

5. Install Dependencies

pip install pillow

6. Run the Application

For macOS: python3 catan_app.py

For Windows: py catan_app.py

About

Catan Board Randomizer with Customizable Board Tiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages