So, I was bored, and wanted to do some C# programming.
The results are:
- Tic Tac Toe (Also naughts and crosses)
- 4 in a row
- Hangman
All of these are 2 player pen and paper games, which I ported to console applications because of said boredom.
As such, all of these require 2 people to play, with the exception of Hangman, which can read a random word from a text file instead.
For the purposes of this article, I will assume you already know and or have played these games, and as such know the rules and regular implementation.
If you have not, here are some links: Tic Tac Toe, 4 in a row, Hangman.
Pictures say a thousand words, so here are some:
Well that about sums it up.
As I strive to do with all my software, for ill defined reasons, I have uploaded all code to Github.
The code for all three is available Here, with compiled binaries (also know as releases, executables, or “The one you actually want”) Here.
If you enjoyed playing these and would like to share this with me, found any bugs, or have suggestions for what game I should make next or what to change to make these better, feel free to let me know, you can contact me here.