Skip to content

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.

Notifications You must be signed in to change notification settings

SCUS3/SlidingPuzzleClientAndServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

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.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published