Ciphers are basic encryption methods, that operate by shifting letters up and down through the alphabet.
This video can make a good explaination Ceasar Cipher
Try your best to do this in one function, Our Solution
Your application must choose a random number then prompt the user to guess.
Then either
- Tell them if its right or wrong
- Tell them if its higher or lower, untill they get it right
Our Solution PlaySimple() for right/wrong OR PlayHighLow() for guessing till right
Create the age old game of tic tac toe in a console window. Theres a wide variety of ways to acheive this, so dont worry if your solution doesnt look like Ours.
If you want to make your app even more advanced, use a Windows Form App to create it with a UI.