Rocket Landing is a simple rocket animation game developed using React Native. Players try to prevent the rocket from falling by pushing it upwards. The game offers a dynamic experience through user interactions.
- Rocket's upward and downward movement
- Thrust effect animation
- User notifications when the game is over
- Option to restart the game
This project uses the following technologies and libraries:
- React Native
- Expo
- React Navigation: For navigating within the app.
- NativeWind: For styling with Tailwind CSS.
- React Native Reanimated: For animations.
- Lucide React Native: For icons.
To run this project on your local machine, follow these steps:
- Clone this repository:
git clone https://github.com/username/rocket-landing.git
cd rocket-landing- Install the required dependencies:
npm install- Start the application:
npx expo startUsage When the app opens, press the "Launch Rocket" button to start the rocket. Tap on the screen to push the rocket upwards, and it will fall when released. The goal is to make the rocket land without crashing into the ramp. When the game is over, you can press the "Reset Rocket" button to restart the game.
Contributing If you would like to contribute to this project, please create a fork and submit your changes via a pull request.
License This project is licensed under the MIT License.