https://github.com/lara-62/pacman
https://github.com/lara-62/pacman
cpp opengl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lara-62/pacman
- Owner: lara-62
- Created: 2025-01-15T21:36:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T22:27:02.000Z (over 1 year ago)
- Last Synced: 2025-01-15T23:46:33.423Z (over 1 year ago)
- Topics: cpp, opengl
- Language: C++
- Homepage:
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
