Posts

Showing posts from January, 2026

Noughts and Crosses

Image
 C++ Noughts and Crosses Hello! I created this noughts and crosses game in my first year at university. apologises my memory of this project is a little foggy since it has been a while since I created it. Never the less I want to try and explain the process of making the game. please note the screens shots shared are from the final project and not the step by step process. The Beginning When given the assignment, The class and I were given a worksheet that we could follow to get a basic noughts and crosses console UI and Input commands for placing either noughts and crosses in the area chosen by the player.  Our Task Was to create the winning conditions for when a player get a row of their chosen symbol and to create a simple menu where the player can decide to play a multiplayer match or learn how to play the game.     Once the win condition and the menu were implemented I wasn't happy with the final result. I thought to myself it would be more fun to add a single p...