❔ Help with terminal output
Ok so I am making a text adventure game and I was wondering if there is a way to make all the boxes easier for me to make. For example if I want to make an enemy I have to make a big box spamming = and |. Then I need to fill it and trying to match them and alling them to make a box.
Is there like an online editor for that or I have to do it manually?
12 Replies
https://spectreconsole.net/ maybe?
Spectre.Console - Welcome!
Spectre.Console is a .NET library that makes it easier to create beautiful console applications.
this could help
tho I am still open for suggestions
I was thinking of something that helps me with making boxes and stuff
not for style
but thanks (:
Well, this package also lets you draw boxes easily
https://spectreconsole.net/widgets/panel
Yeah but here you can't add anything to this box
like I can't add values to it
like health / defense and stuff
its just for text
https://spectreconsole.net/api/spectre.console/panel/
The constructor takes any
IRenderable
So you can place any other Spectre.Console element insideAlright, I will look more deeply into it. Thank you (:
There's also this: https://github.com/gui-cs/Terminal.Gui
GitHub
GitHub - gui-cs/Terminal.Gui: Cross Platform Terminal UI toolkit fo...
Cross Platform Terminal UI toolkit for .NET. Contribute to gui-cs/Terminal.Gui development by creating an account on GitHub.
Yeah I think this will help
but I was just thinking of something like
I type a word like "NEAT DESIGN"
and it outputs me something like this
__
/ | / / __ / / / _ __() __ / |/ / / `/ / / / / / / / / `/ \ / /| / / // / / / // / ( ) / // / / / / // |/___/_,/_/ /__/_/__//_, // /_/ /__/ 1 sec.
/ | / / __ / / / _ __() __ / |/ / / `/ / / / / / / / / `/ \ / /| / / // / / / // / ( ) / // / / / / // |/___/_,/_/ /__/_/__//_, // /_/ /__/ 1 sec.
https://spectreconsole.net/widgets/figlet Spectre.Console figlets
oh
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.