Welcome to the 2D Metaverse project! This application allows users to explore a virtual 2D world, interact with various elements, and experience a simplified metaverse environment.
- 2D World Exploration: Navigate through a virtual 2D environment.
- Interactive Elements: Engage with various objects within the metaverse.
- User Avatars: Customize and control your own avatar.
- Multiplayer Support: Interact with other users in real-time.
Follow these instructions to set up and run the project on your local machine.
Ensure you have the following installed:
- Node.js (v14.x or later)
- npm (v6.x or later)
- React Native CLI
- Clone the Repository:
git clone https://github.com/NevilPatel01/metaverse-2dcd metaverse
- Install Dependencies:
npm install
-
Start the Metro Bundler:
npm start -
Run on Android:
npm run android -
Run on iOS:
npm run ios
Note: For iOS, ensure you have Xcode installed and properly configured.
src/: Contains the source code for the application.components/: Reusable UI components.screens/: Application screens.assets/: Images, icons, and other static assets.navigation/: Navigation configuration.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name. - Make your changes and commit them:
git commit -m 'Add feature'. - Push to the branch:
git push origin feature-name. - Submit a pull request.