Hello everyone I am new to this site. I have a university assignment in which I need to program a 2 player pacman game, using C and the Unix operating system. If more than 2 users have typed the command to run the program/s the users must wait in FIFO fashion until the current game ends, and then a new one starts. regarding the graphics the ncurses library has to be used. Can you please help me out in how I could program this game and what IPCs (Sockets are not allowed) I can use to synchronise the processes for the 2 players since I am new to C and Unix? I have attached a file which better describes what is required.