A react native pi game with multiple game modes.
Coming to iphone soon.
- Play: Practice reciting the digits of pi
- Timed: Try to get as many as digits in the allotted time
- Quiz: Answer trivia questions about pi
- Learn: Learn more about pi, its history and role in science and math
Make sure you have react native installed, android stuido, and have either an emulator or phone ready.
git clone https://github.com/codypearce/piday.git
cd piday
npm install
Then you need to start react native and run it on android
react-native start
react-native run-android