https://github.com/theviper008/pacman-game-using-opengl
A simple Pac-Man game implemented using OpenGL and GLUT. Control Pac-Man using the WASD keys, eat all the points, and avoid the enemies to win the game.
https://github.com/theviper008/pacman-game-using-opengl
cpp glut opengl
Last synced: 4 months ago
JSON representation
A simple Pac-Man game implemented using OpenGL and GLUT. Control Pac-Man using the WASD keys, eat all the points, and avoid the enemies to win the game.
- Host: GitHub
- URL: https://github.com/theviper008/pacman-game-using-opengl
- Owner: TheViper008
- Created: 2024-08-05T04:35:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T04:47:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T23:25:59.769Z (over 1 year ago)
- Topics: cpp, glut, opengl
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PacMan-Game-Using-OpenGL
A simple Pac-Man game implemented using OpenGL and GLUT. Control Pac-Man using the WASD keys, eat all the points, and avoid the enemies to win the game.
## Features
- Classic Pac-Man gameplay
- Simple graphics using OpenGL
- Control Pac-Man with WASD keys
- Enemies with basic AI
- Win and game over conditions
## Controls
- `W` - Move Up
- `A` - Move Left
- `S` - Move Down
- `D` - Move Right
- `ESC` - Exit the game
## How to Play
- Use the `W`, `A`, `S`, `D` keys to move Pac-Man.
- Avoid the enemies and eat all the points to win.
- If an enemy catches Pac-Man, the game is over.
## Screenshots
### Gameplay Screenshot

### Victory Screen

### Game Over Screen

## Contributing
Feel free to fork this repository and submit pull requests. Contributions are welcome!
## Acknowledgements
- Inspired by the classic Pac-Man arcade game.
- Built with OpenGL and GLUT.