Escape Ballon is a prototype 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.
Windows 10 or older versions.
Windows setup:
- Download Final Project folder from this repository.
- Start the runtime installer of Vulkan (make sure to download in C:/VulkanSDK/)
- Run the finalProject.exe
- Enjoy!
Keyboard controls: Use the following keys to control the user:
W
- Move forwardA
- Strafe leftS
- Move backwardD
- Strafe rightQ
- Stop time (once for attempt!)
Gamepad controls: Use the following keys to control the user:
Analog Stick
- To moveTriangle
- Stop time (once for attempt!)
Distributed under the MIT License.