Skip to content

Pacman game in C++ with SDL library

Introduction

This project is a Pacman game written in modern C++ with the SDL library. The game aims to be as close as possible to the original game. The game is playable with a keyboard.

Game

The game is visually close to the original game. The game is playable with a keyboard. It has all the features of the original game, except for Clyde's (the orange ghost) AI algorithm, which is not implemented and for game sounds. All the other features is implemented such as the A* algorithm for ghost movements or the different game levels. Also, all the animations are implemented.

Interface

Credits

The sprite of the game is provided by Namco

GitHub repository

View on GitHub

Released under the GNU General Public License.