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
I made my sliding puzzle game into a single client and server program. The client is a child of the server process, and they use pipes for interprocess communication. The goal of the project is to develop a more modular project (separate units for client, server, and main), and practice with concepts such as interprocess communication.