AlejandroDCastro / VikinGO

VikinGO - Shattered honor is a videogame developed by Aesir Rune team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VikinGO

VikinGO - Shattered honor is a videogame developed by Aesir Rune team for UAGames 2020/21.
Final project in the Creation and Digital Entertainment itinerary from Multimedia Engineering degree.

See the official trailer here. 📺
Download the release of the game and play! 🎮
Supported in Linux and Windows operating systems.


Members

  • Alejandro Castro Valero
  • Juan Carlos Soria Salto
  • Gabriel Martínez Antón
  • Dolores Santiago Castillo
  • Juan Carlos Soriano Martínez

Compilation

These commands work for Linux system and is used to compile the game engine files, the graphic engine files and some libraries from the project.
The initial directory mush be this root folder.

Game

  • make compile and build the executable
  • make clean delete the compiled files
  • make cleanall delete the compiled files and the executable

Graphic engine

  • make lv compile and group the files in a compressed file
  • make lv-clean delete the compiled files
  • make lv-cleanall delete the compiled and compressed files

Libraries

  • make libs compile and group the files in a compressed file
  • make libs-clean delete the compiled files
  • make libs-cleanall delete the compiled and compressed files

Controls

A keyboard is needed to play VikinGO.

Menu

  • UP Move up option
  • DOWN Move down option
  • INTRO | SPACE Select option
  • ESC Back

Game

  • MOUSE 360 degree view
  • W Move up
  • A Move left
  • S Move down
  • D Move right
  • SPACE | CLICK LEFT Attack
  • X Interact
  • CTRL Crouch
  • SHIFT Sprint
  • P Pause
  • ESC Exit

Screenshots

Picture 1


Picture 2

If you want to enjoy VikinGO for yourself, please check the links above. 😀

About

VikinGO - Shattered honor is a videogame developed by Aesir Rune team

License:GNU General Public License v3.0


Languages

Language:C++ 65.0%Language:C 34.3%Language:Objective-C 0.4%Language:Makefile 0.1%Language:Python 0.1%Language:GLSL 0.0%