Skip to content

U1F928/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pac-Man

Terminal-based arcade game heavily inspired by Pac-Man, that allows players to build and play their own game levels.

Built With

  • The game is implemented in C++ with an emphasis on OOP concepts like polymorphism and inheritance.
  • The user interface is handled by the ncurses library.

Getting Started

Prerequisites

  • git
  • g++
  • ncurses
  • make
  • doxygen
  • graphviz

Installation

Clone the project

git clone --depth 1 https://github.com/U1F928/pacman

Go into the project directory

cd pacman

Build the project

make all

Run Locally

Start the game

make run

Game Controls

Action Key
Quit Esc
Move left h
Move down j
Move up k
Move right l

Screenshots

screenshot-pacman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors