OlivierLi / Interceptor

Tiny "game" to play with OpenGL and shaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interceptor

A simple game implemented using c++ and OpenGL. This is still in the verly early stages and almost nothing is done.

The gameplay will be simplistic as this is a learning project.

This is a learning experience so all rendering is done by hand WITHOUT the use of SF::Graphics.

Goal of the game

The goal of the game is to intercept the enemies coming from the left side of the screen before they reach the right edge.

Librairies needed

-OpenGL
-Glew
-SFML-Window

Demos

August 21rst 2014

About

Tiny "game" to play with OpenGL and shaders

License:The Unlicense


Languages

Language:CMake 51.4%Language:C++ 46.0%Language:GLSL 2.4%Language:C 0.2%