This repository contains two C++ projects developed during the second semester as part of academic coursework.
A simulation that generates a basic water supply network beetween cities using the Breadth-First Search algorithm.
The program builds a grid-like layout representing cities connected with waterworks.
A simple console-based version of Arkanoid, implemented in C++.
The game features basic paddle movement, and brick destruction, all displayed using ASCII characters in the terminal.