Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
/ AmoguShooter Public archive

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

License

Notifications You must be signed in to change notification settings

AtilioA/AmoguShooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks