Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 496 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 496 Bytes

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