adyshake / adunaEngine

:suspect: An engine to surpass metal gear

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

The trials and tribulations of Adnan as he attempts 3D graphics programming and designing a simple networked multiplayer game

Install instructions

Linux

  1. Install the necessary dependencies
sudo apt-get install libglew-dev
sudo apt-get install libsdl2-dev
sudo apt-get install libglm-dev
sudo apt-get install mesa-common-dev
  1. Make it
make
  1. Play it!
./adunaEngine

Libraries:

About

:suspect: An engine to surpass metal gear


Languages

Language:C++ 98.9%Language:Makefile 1.1%