/piday

React Native Android App all about pi with quiz, timed game, and learn section

Primary LanguageJavaScript

piday

A react native pi game with multiple game modes.

Download

Get it on Google Play

Coming to iphone soon.

Screenshots

Features

  • 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

Development

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