November 2024

Noughts and Crosses in C++: A Step-by-Step Guide

This project presents an implementation of the classic game of Noughts and Crosses in the C++ programming language.  It was created to provide a practical example of how to utilize fundamental programming concepts such as data structures, conditional statements, and functions to create a simple game.  The project is an excellent exercise for beginners looking […]

Noughts and Crosses in C++: A Step-by-Step Guide Read More »

Guessing game in C++

As part of an introductory programming course, I created an interactive guessing game in C++. The game generates a random number that the player tries to guess in as few attempts as possible.  During development, I focused on implementing algorithms for generating random numbers and efficiently processing user input. This project helped me deepen my

Guessing game in C++ Read More »

Scroll to Top