SelenaYang1
@SelenaYang1
1
Leprechaun HuntA text adventure where you explore rooms and pick up objects to find the Leprechaun!
7
2
1
Intro
Leprechaun Hunt is a text adventure or interactive fiction game where you explore rooms and collect tools/other stuff to ultimately find the lep
C++
ItzMoPlayz12 You have to do
cout<< "\033[32m"<<endl;
//Codes for Color test ___\\
// foreground background
// black 30 40
// red 31 41
// green 32 42
// Orange 33 43
// blue 34 44
// magenta 35 45
// cyan 36 46
// white 37 47
//___\\3 years ago
Bookie0 Hi,
these might help you:
http://www.cplusplus.com/forum/beginner/92586/
https://stackoverflow.com/questions/9965710/how-to-change-text-and-background-color
http://www.cplusplus.com/articles/2ywTURfi/
https://www.sololearn.com/Discuss/414361/how-to-change-text-color-in-c
hope this helps! =)3 years ago
Coder100 Hello. You can use ANSI escape codes (the escape code is \x1b):
cout << "\x1b[31mRed Text\x1b[0mNormal text";
View all of them here
3 years ago
hi....
I'm Selena, and this is my first post, so I don't really know if I'm doing it right, so if there are any improvements please tell me
This prog
C++
LingWu1 Wow, not bad for your first post @SelenaYang1!
Here is a few tips for posts-
Explain what your code does and why you want people to play or use your repl.
How to play
A fun start to your post to pull in users to want to see what it is about2 years ago