Skip to content

Repository files navigation

C# Code Ideas

Ceasar Cipher

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 SolutionCeasar Cipher

Guess The Number

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

Tic Tac Toe

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.

About

Example Code for Expanding your Brains

Resources

Stars

1 star

Watchers

2 watching

Forks

Contributors

Languages