Skip to content

ROVER is a text-adventure built with Python. You control a drilling robot on a distant planet..

Notifications You must be signed in to change notification settings

phr00g/ROVER-Beta

Repository files navigation

ROVER

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.

To download and play ROVER

  1. Install Python3.10
  2. Install git
  3. In your terminal install Pygame by typing

pip3 install pygame

  1. In your terminal navigate to the folder where you want to clone the repository
  2. Clone the repo in your terminal by pasting the following:

git clone https://github.com/phr00g/ROVER-Beta.git

  1. After it is done downloading, navigate to the repo:

cd ROVER-Beta

  1. Run the game by typing:

python3 mains.py

  1. (optional) Split your screen such that one half is occupied by the terminal window, and the other by the Pygame game map.

About

ROVER is a text-adventure built with Python. You control a drilling robot on a distant planet..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published