1. Text based game
-Build a game based on text with 51 rooms.
- with the commands NORTH EAST SOUTH and WEST you should be able to move from room to room.
-Build in a round based fighting system(BTW how does the rand comand work ?)
-Add a Heal item you can use in a fight and get from the floor if it is in your room.
2.Some kind of programm that asks you for a passphrase and cheks if its right.
- There has to be a variable string PAS in wich the right passphrase is in.
-the programm shall ask you to tipp in the passphrase.
-if its right it should cout "hello world"
-all this should run in an endless while loop.
3.A little quizz with 3 answer possibiletis.
-This program has to ask 10 questions and give 3 possible answers to it.
-then it shall ask for the answer.
-if its right you get a point.
-at the end of the game it shall cout your points.
4.Maybe a little math training program (You have to give the right answers)
(First of all you will need rand for it)(Someone knows how it exactly works ? )
-this program shall creat random math tasks like 13 + 14.
-then ask for the answer.
-if its right it shall cout "Right"
...hope this is better than 1 line
