Skip to content

Latest commit

ย 

History

History
56 lines (39 loc) ยท 1.44 KB

File metadata and controls

56 lines (39 loc) ยท 1.44 KB

๐ŸŽญ GuessMate

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

๐Ÿ“ฑ Features

โœ… 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

๐Ÿš€ Installation & Setup

  1. Clone the repository
    https://github.com/Dev-Ridwan16/guessmate.git

  2. Change directory
    cd guessmate

  3. Install dependencies
    npm install

  4. Install Expo CLI (if not installed)
    npm install -g expo-cli

  5. Start the Expo development server
    expo start or npm start

  6. Run on your device
    Use Expo Go app (scan the QR code)
    Or run on an emulator (expo run:android or expo run:ios)

๐ŸŽฎ How to Play

  1. Start the game, and a question will appear.
  2. Tilt your phone up (face up) to mark the answer as correct and gain 1 point.
  3. Tilt your phone down (face down) to skip without scoring.
  4. Keep playing and have fun!

Watch the video
Demo Video

๐Ÿ› ๏ธ Technologies Used

โœ… React Native
โœ… Expo
โœ… expo-sensors (for detecting device tilt)

๐Ÿค Contributing

GuessMate is open-source, and contributions are welcome!

  1. Fork the repository
  2. Create a new branch (feature-branch)
  3. Make your changes
  4. Submit a pull request ๐ŸŽ‰

THANK YOUUU