Bayram Alper KILIÇ | Utku ALTINKAYA | Burak ATEŞ |
Table of Contents
Hero of The Arena is designed as a Turn-based game where our hero fights against a boss. There are six characters. Five of the characters are warriors and one is archer. All of the pixel art, character animes, are free assets and taken from itch.io. Our code is open-source and could be contributed. However, commercializing is forbidden.
To improve our work:
- We welcome comments and criticisms. You can contact us by sending an e-mail.
- You can report errors in the Issues section.
- We welcome new teammates who want to work with us.
Although over 200 hours were spent producing, the game still needs many improvements. We will continue to add new features in the future. This is our first game we developed, we hope you all like the game. For other projects, please follow us.
Hero Of The Arena is made with C++ and SFML. No such game engine was used in the project, so all animations, physics and logic were done manually.
You need a gcc compiler before playing the game. The game consumes about 120mb of RAM and 200mb of storage.
You can download g++ from the link below.
- g++
https://gcc.gnu.org/
You can download and install the game from our website. You can also run the game with a compiler. For this, clone our project and create object files using Makefile commands.
Below you can find some of the UI and character skills. Music options, store and character selection are available for the UI. There is a chance to beat the boss with the purchased items, but the character will most likely die if the wrong items are bought. As for the characters, each character has 3 attack skills, one special attack (R) and the other two basic attack (Q,W). Special Attack can't be used often as it consumes more mana than other skills. Each turn regenerates the character's mana so that the special attack becomes available. On some rounds, attacking may not be the best option. Therefore, you can choose defense (E) for a Turn to regenerate mana for the special attack.
Main Menu | Character Menu |
Options | Shop |
Fire Knight | Blade Keeper |
Ground Monk | Leaf Archer |
Water | Wind |
For more details, please visit the HOTA Website
Distributed under the GPL-3.0 License. See LICENSE.txt
for more information.
Bayram Alper KILIÇ - alperkilicbusiness@gmail.com
Utku ALTINKAYA - utkualtinkayabusiness@outlook.com
Burak ATEŞ - burakatesbusiness@gmail.com
Below you can find the assets and resources we used to make the game.