MIND GAMES 07
ABOUT THE GAME
It Basiclly consists of two Games Hangman and speedspell(Those Using tatasky should be familiar with his game) and is written in c++ .This was my first game and done in early 2007.
HANGMAN
1.This uses file handling
2.Uses Bubblesort technique for high score
3.Good presentation
4.If you find the right answer you get some get Trivia on it too
5.4 Categories with 3 levels each are there.
6.Stores alreday entered letters.And pops a message when re-entered
SPEED SPELL
1.In this game I will give you a nine letter word jumbled.You have to find and form various words with.Points will be given based on the size of the word you form.
2.A good timer system
3.Back space usage in getch() and You can't enter a larger word than a nine letter world.
4.Stores Already entered words and pops error when re-entered
It Basiclly consists of two Games Hangman and speedspell(Those Using tatasky should be familiar with his game) and is written in c++ .This was my first game and done in early 2007.
HANGMAN
1.This uses file handling
2.Uses Bubblesort technique for high score
3.Good presentation
4.If you find the right answer you get some get Trivia on it too
5.4 Categories with 3 levels each are there.
6.Stores alreday entered letters.And pops a message when re-entered
SPEED SPELL
1.In this game I will give you a nine letter word jumbled.You have to find and form various words with.Points will be given based on the size of the word you form.
2.A good timer system
3.Back space usage in getch() and You can't enter a larger word than a nine letter world.
4.Stores Already entered words and pops error when re-entered
DRAWBACKS
1.In Speed spell there is limitation in the words available in dictionary of the program.I might have left out simple words
2.Presentation could have been better but as it was my first this was what I could manage...
This might be long but made it quite efficient
1.In Speed spell there is limitation in the words available in dictionary of the program.I might have left out simple words
2.Presentation could have been better but as it was my first this was what I could manage...
This might be long but made it quite efficient
CODE:
It is long so see it in programthe download in txt file
http://www.4shared.com/file/12686154..._Games_07.html
please comment



