A fully functional clone of the classic Ludo game, built with React Native. Challenge your friends or play against the computer in this engaging board game.
- Smooth Animations: Enjoy a visually appealing experience with smooth transitions and animations.
- Cross-Platform: Available on both Android and iOS devices.
- React Native: Used for building the cross-platform mobile application.
- React Navigation: For seamless navigation between different screens in the app.
- Redux Toolkit: State management to handle the game logic and player data.
- Redux Persist: To persist and rehydrate the Redux state across app reloads.
- Animated API: To create smooth animations and transitions.
-
Clone the repository:
git clone https://github.com/yourusername/ludo-game-clone.git cd ludo-game-clone
-
Install dependencies:
npm install
-
Run on iOS:
npx react-native run-ios
-
Run on Android:
npx react-native run-android
Contributions are welcome! Please open an issue or submit a pull request.