For my C++ class I need an idea of a program to make.
I wanted to make a boggle game, but it's too easy I guess. I was just going to make a grid generate random letters with a timer. However, like I said, too easy. I wasn't going to make it find words or anything.
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
I have little idea how C++ works, but how bout one of those text games? I remember programming a little text game by copying stuff from a book into BASIC when I was 5. Neat little game where you have to shoot at a ship and try not to get destroyed when it shoots at you. Several thousand lines of code, though :/.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Here is a bit of advice. Pick something, start. Make SOMETHING first, then worry about what you WANT to do. This way if you never get what you want to do done, you havent done nothing for your project .
OH and I recommend making a puzzle game.... Puzzle games dont have to have fancy scrolling, they dont need alot of collision code or complex game mechanics .
If you are looking at text based stuff, I would recommend making hmmmm tic tac toe? cant go wrong with it . you could have a grid like this:
____ ____ ____
| | | |
| x | o | x |
|____|____|____|
| | | |
| | o | x |
|____|____|____|
| | | |
| | o | |
|____|____|____|
shouldn't be too hard, there are hundreds of tutorials
Edited by the Author.
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G