Skip to content

Bernat-Pablo/Back-In-Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back In Time

Introduction

Platformer game created by two students from CITM (UPC) university using c++ and SDL.
The player can go back 3s in time by pressing ENTER.

Table of Contents

Introduction
Website Controls
Team
Credits
Github Link
License

Website

https://bernat-pablo.github.io/Back-In-Time/

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
  • º: Console
    • "godmode on, godmode off, quit, map1,map2,fps60,fps30"

Team

  • Pablo Galve: https://github.com/pablogalve
    • User Interface
    • Coins, lives and timer
    • Entities System
    • Shoot rocks to kill enemies
    • Debug Features
    • Save/Load
    • Load data from XML
    • Collider implementation
    • 30/60 FPS
    • Website
  • Bernat Casañas: https://github.com/BernatCasanas
    • Building the Engine with Modules
    • Console
    • UI System Structure
    • UI Elements (Scroll, Input Text, Button, Image, Font)
    • Menu
    • PathFinding
    • Player Movement and Mechanics
    • Both Enemies (Rino and Bird)
    • Profiling
    • Maps and Level Design
    • Music and Fx
    • Special Ability Turn Back In Time
    • Animations

Credits

GitHub Link

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.