Robinson's Island Resource Management Game, or RIRMG, is a spin on a classic task usually given to the Economy students.
-
download the .py file
-
make sure you have Python installed
sudo apt install python3
-
OPTIONALLY create a new file in your /home/user/bin called 'island' with the following content
python3 /path/to/game/island.py <-- obviously change the path
-
Run the game in terminal by typing 'island' if step 3 is completed, or 'python3 /path/to/game/island.py' if you've skipped it
You're on an island and need to get out alive
- Gather Food to survive
- Rest to recover health
- Explore the island to find Rope for the Boat, or Food
- Collect Wood for the Boat
- Work on the Boat
When Boat Progress reaches 100%, you win
If you run out of health, you lose
If you ran out of food, you lose regardless of health
The goal is to win in as few days as possible
Sub 100 days is a good goal
Make sure the terminal window is wide enough for the game to launch, otherwise you will get an error