1

I am in the process of making a layout for a text based game in git bash using node(personal project). I have not been able to find anything pertaining to drawing a concrete block (eg: large rectangle) to hold my content in. The only thing I can think of is console.log(), but I am positive that there has to be better options out there. Does anyone have any ideas?

2
  • Please edit your question to show the code you have so far. You should include at least an outline (but preferably a minimal reproducible example) of the code that you are having problems with, then we can try to help with the specific problem. You should also read How to Ask. Commented Apr 27, 2017 at 14:17
  • my apologies Toby, Im new to the whole asking thing, as well as im still in the psuedo-coding phase. I cant show code because as far as getting anything up, the only thing i can think of is the console.log("-----------"); so on and so forth. Commented Apr 27, 2017 at 14:26

1 Answer 1

1

If you're using node then terminal-kit is probably someting like what you're looking for? Take a walk through this tutorial too.

Sign up to request clarification or add additional context in comments.

1 Comment

this definitely looks useful, I will definitely incorporate it and edit the post with any updates, thank you.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.