An open API service indexing awesome lists of open source software.

https://github.com/lara-62/pacman


https://github.com/lara-62/pacman

cpp opengl

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# PacMan
Classic Pacman Remake.

### Language and Libraries

**. C++**


**. OpenGL**
---

### How to Run?

**Command line compiling :**
g++ -IOpenGL\include -w -c pacman.cpp -o pacman.o


**Command line compiling :**
g++ -LOpenGL\lib packman.o -o packman.exe -lGlaux -lGLU32 -lglui32 -lglut32 -lOPENGL32 -lgdi32 -lwinmm



Make sure glut32.dll is present in the same folder.You will find all the file in openGL folder

---
## Demo Video

[Watch the demo on YouTube](https://youtu.be/8bQXfrblmMo)

![Capture](https://github.com/user-attachments/assets/0e1e40d8-4d87-4f09-a357-9d012e63844d)