Skip to content

bishoybassem/tank-garage

Repository files navigation

Tank Garage

An OpenGL game hosting several chassis parts and weapons that can be chosen from to build different futuristic tanks. The game's graphics are completely rendered from code without using any modelling tools (e.g. Blender).

Screenshots

screen1

screen2

screen3

screen4

Features

  • 3 different options for each of the tank's front, head, rear & weapon.
  • The ability to orient/rotate the head, weapon & wheels, along with setting different camera viewing angles.
  • A first-person view, through which the environment can be navigated.

Download

Version 1.0

OpenGL Setup

To run the release do the first 2 steps, and to edit the solution in Visual Studio continue to step 4:

  1. Download & extract the latest version of OpenGL from here.
  2. Place glut32.dll in the C:\Windows\System32 directory.
  3. Place glut.h in the C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include directory.
  4. Place glut32.lib in the C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\lib directory.

(directories can differ depending on the used version of VS and it's installation directory)