Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 461 Bytes

Sabacc

This game is a work in progress.

For the purposes of this project there will be two parts:

  1. Backend text based version
  2. Graphical version with little logic

The goal is to eventually merge the two and create a full game.

Quick Start

  1. Ensure Python is installed on your machine
  2. Clone/download this repo
  3. Install dependencies
    pip install arcade
    
  4. Run the game
    python main.py