Skip to content

Implementation of the classic Pacman game, utilizing C++ and the SDL2 library. It was realized within the framework of a project in the second semester of my master's degree (2023).

Notifications You must be signed in to change notification settings

Zapharaos/PacMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacMan

pipeline status

This project is about re-developing the famous « PAC-MAN » game made by Namco and released in 1980. Our version was made using C++ and the SDL library.

Our PacMan as GIF

Normal speed video accessible here : https://youtu.be/FxbC6NFKyzQ

  • EL-CHAMAA Omar
  • FREITAG Matthieu (Zapharaos)

Linux

Installation

sudo apt-get update
sudo apt install cmake g++ libsdl2-dev

Usage

Set up the build environment

mkdir build && cd build

Build using cmake

cmake ..
make

Run the game

./PacMan

Controls

  • : moving left
  • : moving up
  • : moving right
  • : moving down
  • SPACE : pause/resume game

Enjoy !

About

Implementation of the classic Pacman game, utilizing C++ and the SDL2 library. It was realized within the framework of a project in the second semester of my master's degree (2023).

Resources

Stars

Watchers

Forks

Packages

No packages published