Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.73 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.73 KB

⭐ Tenzies ⭐

Roll until all dice are the same. Click each die to freeze it at its current value between rolls.

Try it out on your browser 🌐  / mobile device 📱.

Supported Platforms

OS Status
Android Works via Expo Go
iOS Works via Expo Go
Web Works on the Browser (last 2 versions)

Environment setup

Follow the steps of the official Expo documentation to setup your development environment.

Quick steps:

To run the app

Clone the Repo:

git clone https://github.com/YahyaBagia/tenzies-expo.git

Install the Packages:

yarn

Run on Android:

yarn android

Run on iOS:

yarn ios

Run on Web:

yarn web