You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BattleShip_C-ncurses is a school project aimed at creating the classic Battleship game using C, the ncurses library, and the socket library. The goal of this project is to learn and apply advanced C programming concepts, such as structures and pointers.
Pacman-C_ncurses is a school project aimed at creating a simplified version of the classic Pac-Man game using C and the ncurses library. The goal is to practice the basics of C programming.