Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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