The Wayback Machine - https://web.archive.org/web/20211012195028/https://github.com/topics/text-based-adventure
Skip to content
#

text-based-adventure

Here are 108 public repositories matching this topic...

evennia
kovitikus
kovitikus commented Apr 28, 2021

Is your feature request related to a problem? Please describe.

Right now, this condition check on the delete() outcome has no value.
script deletion check

Describe the solution you'd like

I'd like to see the DefaultScript.delete() method check to make sure the deletion was done properly and then return a boolean value.

Or as @Griatch put it

Whoops, accidentally deleted the entire repository instead of an old branch. This is a re-upload of my sophomore project, programmed in Python. I wanted to go for a story that was simple yet captivating, a story that gave you a reason to continue fighting. I was inspired by games of yore with simple, straightforward stories, like "The Legend of Zelda." However, the game's mechanics were inspired by modern RPGs, such as "The Witcher 3," even though I use a turn-based combat system. I hope you enjoy, and thank you for your time.
  • Updated Apr 23, 2017
  • Python
ninest
ninest commented Jun 19, 2020

When the game starts, add these:

  • random country
  • random population - percentage of population in each age group
  • hostility variable = likelihood of getting into a war
  • prosperity variable - economic development, affects budget / infrastructure for some units
  • support from the people (how you enlist people, likelihood of getting into a war, number of wars you get into)
  • support from t

Improve this page

Add a description, image, and links to the text-based-adventure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the text-based-adventure topic, visit your repo's landing page and select "manage topics."

Learn more