Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 3.21 KB

README.md

File metadata and controls

98 lines (59 loc) · 3.21 KB

MIT License

About The Project

Escape Ballon is a small graphics application made entirely with Vulkan API where the player needs to flee from relentless balls that are trying to chase him! It was made for the "Computer Graphics" course at Politecnico di Milano and it is been graded 30/30.

(back to top)

Video Demonstration

Built With Vulkan

  • Vulkan
  • GLM
  • GLFW

(back to top)

Prerequisites

Windows 10 or older versions.

Installation

Windows setup:

  1. Download Final Project folder from this repository.
  2. Start the runtime installer of Vulkan (make sure to download in C:/VulkanSDK/)
  3. Run the finalProject.exe
  4. Enjoy!

(back to top)

How to Play

Keyboard controls: Use the following keys to control the user:

  • W - Move forward
  • A - Strafe left
  • S - Move backward
  • D - Strafe right
  • Q - Stop time (once for attempt!)

Gamepad controls: Use the following keys to control the user:

  • Analog Stick - To move
  • Triangle - Stop time (once for attempt!)

(back to top)

Contributors

(back to top)

License

Distributed under the MIT License.

(back to top)

(back to top)