ROVER is a text-adventure game where you operate a remote controller rover bot on a remote planet. You are on a mission to find suitable drilling sites for an interplanetary materials harvesting company.
ROVER requires Python 3.10 , Pygame, and git. It currently only runs on Windows.
- Install Python3.10
- Install git
- In your terminal install Pygame by typing
pip3 install pygame
- In your terminal navigate to the folder where you want to clone the repository
- Clone the repo in your terminal by pasting the following:
git clone https://github.com/phr00g/ROVER-Beta.git
- After it is done downloading, navigate to the repo:
cd ROVER-Beta
- Run the game by typing:
python3 mains.py
- (optional) Split your screen such that one half is occupied by the terminal window, and the other by the Pygame game map.