genesisxyz / pac-man

Pac-Man game in C language done as university project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pac-Man

This game uses ncurses library to display it's graphics. It's a university project I have done which includes 3 implementations:

  • threads
  • processes
  • System V (not working)

Installation

You will need to install ncurses library, then

make

To remove compiled files

make clean

Tested on Manjaro Linux (v18.0.4) with ncurses and lib32-ncurses packages installed.

Usage

To start for example the thread version:

./esercizio2/pacman

Use arrows to move.

About

Pac-Man game in C language done as university project

License:GNU General Public License v2.0


Languages

Language:C 85.0%Language:Rich Text Format 7.4%Language:Makefile 5.8%Language:Objective-C 1.4%Language:C++ 0.5%