/polytech-cpp-project

My first application written in C++ for school coursework during my penultimate year of study. It is a simple pacman-like game using the SFML library.

Primary LanguageC++

Pacman-like game

My first application written in C++ for school coursework during my penultimate year of study.

It is a simple pacman-like game using the SMFL library.

ScreenShot

Prerequisites

In order to play the game, you need to install the SFML library.

sudo apt-get install libsfml-dev

Installing

make

How to play

./play

Movement

  • Arrow Keys

Authors

  • Vincent LIU