After playing in an Earthdawn campaign recently, one of the frustrations that I felt coming from the D&D world was the need to convert from "Step" to Dice. In an admittedly nerdy effort to simplify gaming while also learning react-native, I put this simple app together. Sure, there are other apps out there that do the same thing. But this seemed like a fun way to learn something new.
- Install the Android SDK
- Run
android avd &
to create and launch an Android device emulator
- Install Xcode
npm i -g react-native-cli
npm install
npm run (android|ios)
npm run tests
Feel free to open github issues or just open a Pull Request. Contributions are welcome and appreciated.
Offered under the MIT License