caiomborges / 2D-3D-Space-Shooter-Game

A space shooter game created a few years ago for a computer graphics class made in C with OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Information

Please keep in mind that since this is an old project, the code is in portuguese, is very messy and probably won't work in some systems.

This code were made for Windows only.

Installation

To execute the game you first need to install de DLL files:

1° Copy the files “glut32.dll” and "glu32.dll" from the DLL folder to the C:\Windows\System32 folder.

2° Copy those same files to the folder C:\Windows\SysWOW64.

3° Copy the file ("zlib1.dll") from the DLL folder to the C:\Windows folder.

About

A space shooter game created a few years ago for a computer graphics class made in C with OpenGL.

License:MIT License


Languages

Language:C 100.0%