Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 918 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 918 Bytes

Tah Dice

Create an accessory for your smartphone to play more immersive games using a physical dice which you can actually throw around.
This repository consists of the iOS and Android(coming soon) source code along with the corresponding Arduino sketch for the Tah Dice app.

Menu 3 6


Usage

Arduino

iOS

  • Clone the repo

      git clone https://github.com/tah-io/Tah-Dice.git
    
  • Change directory to the appropriate submodule (iOS or Android)

      cd Tah-iOS
    
  • Initialize and update the submodule

      git submodule init
      git submodule update
    
  • Open the Xcode project file TAH Dice.xcodeproj