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

text-based

A style of game using ASCII characters instead of bitmap or vector graphics. Typically played on older computers and terminals.

Here are 215 public repositories matching this topic...

evennia
kovitikus
kovitikus commented Apr 28, 2021

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

Killing one script at a time is a complete and absolute pain when doing testing. Especially if the code is already in disarray and generating a plethora of identical scripts.
1 at a time script killing

Describe the solution you'd like

Please add support for killing a range or sequence

WaveHack
WaveHack commented Apr 20, 2019

Refactor classes (including tests) to resolve dependencies out of the IoC container with $this->dep = app($class::class) in the constructor, instead of through the constructor method arguments.

Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.


Beep, boop, I'm a bot! Th