Skip to content
Open navbar menu
Sign UpLog In
Profile icon

SelenaYang1

@SelenaYang1
Repls
Community
SelenaYang1
SelenaYang1
published a Repl
2 years ago
1
Leprechaun Hunt
Leprechaun HuntA text adventure where you explore rooms and pick up objects to find the Leprechaun!
JohnnyBruno
JohnnyBruno
WOW! This must have took a while!2 years ago
SelenaYang1
SelenaYang1
shared a Post
2 years ago
Leprechaun Hunt 🍀 [Text Adventure Game]
#cpp
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
Leprechaun Hunt
C++
JWZ6
JWZ6
I upvoted yay2 years ago
IntellectualGuy
IntellectualGuy
Noice2 years ago
SelenaYang1
SelenaYang1
shared a Post
3 years ago
How do you make colored text in c++? is it possible? Thanks Selena
NegativePortlyBots
C++
ItzMoPlayz12
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
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
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
SelenaYang1
SelenaYang1
shared a Post
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
Tower of Hanoi
C++
LingWu1
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
Yoshiii
Yoshiii
This really cool!3 years ago
VulcanWM
VulcanWM
Nice!3 years ago