From a13bd9a932e13c7a7f8fbe549bf186749f031936 Mon Sep 17 00:00:00 2001 From: Alan Youngblood Date: Thu, 11 Aug 2022 20:17:26 -0400 Subject: [PATCH] updated README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.md b/README.md index e69de29..fe67bd2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,43 @@ +# Continuum Game + +**#LowRezJam22** + +Real time strategy/simulation game where you use plants and green energy to make the planet habitable again and grow your civilization. + +## Made in PICO-8 + +Direction keys are for movement, x key or (x) button will confirm or open the menu, and z key or (o) will cancel. While the menu is open you use the cursor keys to chose the corresponding menu command. + +__Menu items:__ +- Measure +- Build +- Plant +- Act + +Each Main Menu has a sub-menu where the action must be selected to execute: + +## Measure +- Temperature +- Air/Wind +- Soil +- Water + +## Build +- Energy Production Unit +- Energy Storage Unit (Battery) +- House/shelter +- Water Purifier + +## Plant +- Crops (Fruit) +- Grass +- Shrub +- Tree + +## Act +- Harvest +- Improve +- Remove +- Water + +Your goal is to tame the wilds and make the land hospitable and grow your population sustainably. Watch out for adverse weather!