Guessmate is an open source heads up game built with React Native and Expo, where players can tilt the their device to move to the next question
✅ Gesture-based navigation using the Accelerometer
✅ Tilt up to mark as correct and gain 1 point
✅ Tilt down to skip without scoring
✅ Simple and interactive UI
-
Clone the repository
https://github.com/Dev-Ridwan16/guessmate.git -
Change directory
cd guessmate -
Install dependencies
npm install -
Install Expo CLI (if not installed)
npm install -g expo-cli -
Start the Expo development server
expo startornpm start -
Run on your device
Use Expo Go app (scan the QR code)
Or run on an emulator (expo run:android or expo run:ios)
- Start the game, and a question will appear.
- Tilt your phone up (face up) to mark the answer as correct and gain 1 point.
- Tilt your phone down (face down) to skip without scoring.
- Keep playing and have fun!
✅ React Native
✅ Expo
✅ expo-sensors (for detecting device tilt)
GuessMate is open-source, and contributions are welcome!
- Fork the repository
- Create a new branch (feature-branch)
- Make your changes
- Submit a pull request 🎉
THANK YOUUU