Skip to content

wadekar9/react-native-ludo-game

Repository files navigation

Ludo Game App Clone

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.

Features

  • Smooth Animations: Enjoy a visually appealing experience with smooth transitions and animations.
  • Cross-Platform: Available on both Android and iOS devices.

Technology Stack

  • 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.

Screenshots

Screenshot-1 Screenshot-2 Screenshot-3

Demo Video

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/ludo-game-clone.git
    cd ludo-game-clone
  2. Install dependencies:

    npm install
  3. Run on iOS:

    npx react-native run-ios
  4. Run on Android:

    npx react-native run-android

Contributing

Contributions are welcome! Please open an issue or submit a pull request.