Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adithyaakrishna/brick-breaker

A OpenGL C++ Mini Project of Brick Breaker
https://github.com/adithyaakrishna/brick-breaker

brickbreaker c opengl project vtu

Last synced: 3 months ago
JSON representation

A OpenGL C++ Mini Project of Brick Breaker

Awesome Lists containing this project

README

        

# CG Mini-Project Brick Breaker

### You Need These Files(Installations) First :
$ sudo apt-get install freeglut3-dev
$ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev

## To Run The File:

#### Open Terminal in Ubuntu
Once You Downloaded The File/Repository and Extracted in Ubuntu, Launch A Terminal in The Directory of The Extracted Folder and Run These

$ g++ filename.cpp -lGL -lGLU -lglut
$ ./a.out

## Easier Method:

$ git clone https://github.com/thedevilx/Brick-Breaker
$ cd brickbreaker/BrickBreaker
$ g++ BrickBreaker.cpp -lGL -lGLU -lglut
$ ./a.out

* All Rights Reserved
* IG: @adiiikris (For Enquires DM)