Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whizydan/glut-car-game
a car obstacle game done in c++ and glut library
https://github.com/whizydan/glut-car-game
animation cpp glut glut-library visual-studio
Last synced: about 1 month ago
JSON representation
a car obstacle game done in c++ and glut library
- Host: GitHub
- URL: https://github.com/whizydan/glut-car-game
- Owner: whizydan
- License: gpl-3.0
- Created: 2024-08-01T20:40:43.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-20T22:51:42.000Z (3 months ago)
- Last Synced: 2024-10-22T18:49:31.980Z (2 months ago)
- Topics: animation, cpp, glut, glut-library, visual-studio
- Language: C
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GLUT Car Game
A simple 2D car game built using OpenGL Utility Toolkit (GLUT) in C++. The game includes basic gameplay elements like controlling the car to avoid obstacles and score points.
## Features
- Move the car left and right to avoid incoming obstacles.
- Dynamic increase in speed as the game progresses.
- Game over screen when the car hits an obstacle.
- Simple, fun, and interactive game built from scratch in C++ using OpenGL.## Screenshots
### Home Screen
![Home Screen](./home.png)### Gameplay
![Gameplay](./gameplay.png)### Game Over Screen
![Game Over Screen](./game_over.png)## Installation & Setup
1. **Clone the repository**:
```bash
git clone https://github.com/whizydan/glut-car-game