Rex-Move is a simple 2D game built in Python using Pygame.
You control a character that moves left and right with the A and D keys to dodge falling meteors.
The goal is to survive as long as possible without getting hit.
- Move left with A
- Move right with D
- Avoid falling meteors
- Survive for a high score
- Lightweight and easy to run
- Simple controls
- Classic dodge survival gameplay
- Built with Pygame for learning and fun
Before running, make sure you have:
- Python (3.6 or newer recommended)
- Pygame library
- Clone the repository - git clone https://github.com/NobodydeBunny/Rex-Move.git
- Change to project folder
- Install dependencies
In the project directory, run: python start.py
| Home page | Gameplay | Game Over |
|---|---|---|
![]() |
![]() |
![]() |
- A : move left
- D : move right
Avoid as many meteors as you can. The longer you survive, the highrt the score you get.
Feel free to:
- Add new features
- Improve graphics
- Adjust difficulty or gameplay
- Report bugs
This project is open source and free to use.



