Avi-Dewan / Pacman

This Pacman game is my term project during Level 1 Term 1 at BUET. It is a re-implementation of the classic Pacman game using OpenGL based iGraphics Library in C++ ___________________________________________ The demo video of the game :

Home Page:https://youtu.be/K1Sk-ufnB8k

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pacman-Game-using-iGraphics

Introduction

A simple re-implementation of the classic Pacman game using C, OpenGL based iGraphics Library in C++. It is my term project for CSE 102( Structured Programming Language Sessional) course during Level 1 Term 1 at BUET.

How to run it

All necessary files are given. There is also a manual named "UserGuide" about installing using it with CodeBlocks IDE.

Gameplay

Gameplay is just like classic one.

  • Up button for going up, left button for going left etc.
  • Run away from the ghost to avoid get eaten.
  • Eat the dots to get points.
  • Eat the cherris and logences to get extra points and perks.

Demonstration:

See the demo here.

About

This Pacman game is my term project during Level 1 Term 1 at BUET. It is a re-implementation of the classic Pacman game using OpenGL based iGraphics Library in C++ ___________________________________________ The demo video of the game :

https://youtu.be/K1Sk-ufnB8k


Languages

Language:C 52.1%Language:C++ 47.9%