Link to Underground Hero Repository
Thank you for downloading! We are developing this game as an assignment teached by Ricard Pillosu. This game is a platformer game where you will have to reach the end of the two levels in order to complete the game. Our character has the hability of sliding down through walls and jumping meanwhile.
For the first assingment we used Tiled, for the creation of the maps, Tiled has also allowed us u create navigation and collision layers.We also learned how to save and load the game. Then we implemented the pathfinding system using A*.Later we learned how to cap Fps, and we used the tool brofile.For The third assingment we had to implement a UI system that provides the game of a menu.
The game has a main menu, by pressing continue, a previously saved game can be played. The settings button allows the player to enable and disable VSYNC, credits can also be seen. When pressing ESC in game a menu opens, there you can save the game, go back to the main menu or closing it and keep playing.
-
F1 Start from the very first level
-
F2 Start from the beginning of the current level
-
F5 Save the current state
-
F6 Load the previous state (even across levels)
-
F9 To view colliders / logic
-
F10 God Mode
-
F11 Framerate Cap/Uncap
In this game you are a hero who has to complete 2 levels in order to win.Enjoy!
- Left and Right arrows to move.
- Up arrow to jump.
- Left or Right while falling if you have a wall in your left or right to slide down.
- Up arrow to jump while sliding walls.
Attacks
- Q for punch.
- W for kick.
- Q+Shift long punch.
- W+Shift long kick.
-Enemy Black Bandit can't be killed, just dodge it!
Marc Tarrés Urbieta: MAtaur00
-
Character attacks
-
Entity system with animations taken from xml file
-
Pathfinding algorythm
Aitor Vélez Tolosa: AitorVelez
-
FPS cap
-
Brofiler
-
Changed TMX for both maps, new art.
-
Enemy animations
-
UML
- Map art: https://opengameart.org/content/dirt-platformer-tiles
- Character art: https://rvros.itch.io/animated-pixel-hero
- GUI: https://dribbble.com/shots/893593-Adventure-Game-Mini-RPG-UI-Pack-Free-PSD
MIT License
Copyright (c) 2018 Marc Tarrés i Urbieta and Aitor Vélez Tolosa
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.