Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
interactive bash shell program
Well I was thinking of making a text based game that would look something like this:
root@somebox~$ ./game.sh (to run the game)
#################WelcomeToTheGame##################
TheGame>help
createcharacter …………………… create your character etc.. help ………………………………… list help etc etc
TheGame>
Where if you're in the interactive mode you no longer see "root@somebox~$ " because the game is taking control of the full console screen.
I imagine I might need to use stty. Any other ideas?
@Spyware: I'm choosing bash because it's what I'm most familiar with.