Introduction
About the game
Platformer game created by two students from Terrassa, Barcelona for our Game Development subject at university.
Innovative Feature
Player can go a few seconds back in time by pressing ‘enter’. This feature has a cooldown.
Trailer
Team
Pablo Galve | Bernat Casañas |
Collider Implementation Entities System User Interface Save/Load Debug Features 30/60 FPS Implementation Load data from XML Shoot rocks to kill enemies |
Enemies Pathfinding Console User Interface Music and Fx Special Ability Turn Back In Time Animations Rino and Bird Enemies Profiling |
Download our game
Take a look at our repository
Controls
Gameplay
- A: Go left
- D: Go right
- F: Shoot a rock
- Spacebar: Jump
- Enter: Special Ability -> Go back in time
- Godmode
- W: Go up
- S: Go down
Debug
- F1/F2: Change level
- F3: Start from the beginning of the current level
- F5: Save Game
- F6: Load Game
- F9: View colliders and pathfinding
- F10: God mode
- F11: Enable/Disable framerate cap to 30 FPS
Changelist:
- v 0.1
- WASD + Space Movement
- 2 maps created
- F1/F2: Change level
- F3: Start from the beginning of the current level
- F5: Save Game
- F6: Load Game
- F9: View colliders and game logic
- F10: God mode
- v 0.2
- MIT License added
- Parallax Effect from Tiled
- Pathfinding: Enemies try to catch you and kill you
- Two new enemies: Bird and Rino
- Framerate Cap to 30/60 FPS
- Save/Load game including enemies
- Shoot a rock to kill enemies
- Entities
- Move through delta time
- Profiling
- v 0.3
- User Interface (UI) System
- Menu
- In-game pause menu
- In-game UI
- Coins, lives and timer
- Console for devs
- User Interface (UI) System
License
MIT License
Copyright (c) 2019 Bernat-Pablo
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.