https://github.com/jakeoeding/husbandry
Console-based survival game
https://github.com/jakeoeding/husbandry
console-game csharp nunit text-based-game
Last synced: about 1 year ago
JSON representation
Console-based survival game
- Host: GitHub
- URL: https://github.com/jakeoeding/husbandry
- Owner: jakeoeding
- Created: 2018-06-29T02:01:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T02:20:07.000Z (about 8 years ago)
- Last Synced: 2025-05-15T08:14:01.948Z (about 1 year ago)
- Topics: console-game, csharp, nunit, text-based-game
- Language: C#
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Husbandry
*A console-based survival game*
## Rules
* Your objective is to provide your family with food and milk.
* Your family consists of a wife and two kids.
* Each day in the game, you can choose to either plant crops or milk your cow.
* There are two choices of crops to choose from: corn and wheat.
* Corn takes longer to grow, but is easier to harvest.
* Wheat is quicker but also harder to grow. It provides more food upon successful harvest.
* In order to survive each day, you will need to have at least 1 piece of corn or wheat for each family member.
* Additionally, you will need to have one milk per day for your family to split.
* The world is unpredictable. You will be faced with a random event each day which may be good, bad, or neutral.
* As the days go on, the difficulty increases and you are more likely to be faced with bad random events.