-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: add sectors numbers to ordinary messages, and bigger separators #6
Comments
I'll look into displaying the sector id's along with the name in the log output. I have resisted adding colored text, because the Windows command shell does not support ANSI escape codes for color. I have thought about adding a "Press return to continue" prompt at certain points during the output of the Bot's turn so that you do not miss what is going on. I did this with the "Fire in the Lake" program and I think it works well. Thanks for the suggestions. |
A prompt after each step would also work very well. Thank you, |
I just released version 2.12.
It has the improvements that you requested.
Let me know what you think.
…On Thu, May 16, 2024 at 5:32 AM Fabio ***@***.***> wrote:
A prompt after each step would also work very well.
Thank you,
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABKKV3QMORHGH6E5F4PSBDZCSDLNAVCNFSM6AAAAABHY7PUL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJUHA2DCNJSGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It is SO much better now! Thank you very much. |
So the windows console does support color! I didn't know. |
Well admittedly that window is the VS code terminal. I am unable to build on Windows so I am running the bot with "sbt run". |
I added changes similar to what you did to support color. |
This is amazing! Thank you! |
The bot only mentions the Sectors Wilaya and number only when applying the "show all" command, or at least that was the only case where I have seen those used.
Normally the sectors are only referred to with their name.
I think that it would be very helpful to be able to also see their Sector "code" alonsgide with their name, maybe even with a colored text.
This could be optional eventually.
That's my suggestion and feature request.
Secondarily, I would think that adding more newlines or extra --------------------------------- could help readability. Especially when the bot does loads of stuff, I find it easy to miss something along the way.
Thank you for the bot nevertheless,
The text was updated successfully, but these errors were encountered: