AtilioA / AmoguShooter

📮 Simple side-scrolling game written in C++ OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AmoguShooter

Simple side-scrolling game written in C++ OpenGL for Computer Graphics classes in 2021/2.

Usage

Prerequisites

Make sure you have FreeGLUT installed on your system:

The program was developed to be compatible with Linux, or, more specifically, with Ubuntu 20.04. Other platforms might not produce correct results or might not even work at all.

Compiling

An executable can be obtained by calling make within the project directory. make help will display information about relevant recipes from the Makefile.

Executing

The program can receive up to 3 arguments, in this order:

  1. ./trabalhocg: the game executable;

  2. arena.svg: path to the svg file with arena information;

  3. -d: to enable debug mode (draws collision boxes, etc).

Example: ./trabalhocg input/arena_teste.svg -d

About

📮 Simple side-scrolling game written in C++ OpenGL.

License:The Unlicense


Languages

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