joaquingx / JuegoGrafica

Juego Computacion Grafica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Graphics Game UCSP 2017-01

How to build:

  $ git clone https://github.com/joaquingx/JuegoGrafica.git
  $ cd JuegoGrafica
  $ mkdir build
  $ cd build
  $ cmake ..
  $ make Final
  $ ./Final

About

Juego Computacion Grafica


Languages

Language:C++ 39.2%Language:Makefile 38.9%Language:CMake 15.0%Language:C 6.9%