We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
basically something like this, would make the output easier to scan
halite_amount = '1234' class bcolors: RED='\033[0;31m' NC='\033[0m' print(bcolors.RED + halite_amount + bcolors.NC)
when you noramlly only see the info text colored
info
[info] Player 0, 'BOT_NAME', was rank 2 with 4000 halite [info] Player 1, 'BOT_NAME', was rank 1 with 4011 halite
The text was updated successfully, but these errors were encountered:
doesn't have to be red, just picked that as an example
Sorry, something went wrong.
No branches or pull requests
basically something like this, would make the output easier to scan
when you noramlly only see the
info
text coloredThe text was updated successfully, but these errors were encountered: