Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 823 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 823 Bytes

Bubbler

Frogger-like 3D game. You are a bubble in aquarium and your goal is to cross as many levels as you can, each containing more bigger and faster deadly bubbles. Game written in C++11 and OpenGL 3.3 using MVC design pattern.

Requirements

  • C++11 supporting compiler (Visual Studio 2012 project provided)
  • GLFW library (tested on version 3.0.4)
  • GLEW library (tested on version 1.11.0)
  • GLM library (testen on version 0.9.5.4)

Controls

  • W/S - move forward/backward (*)
  • A/D - strafe left/right (*)
  • LCtrl / Space - move down/up (*)

(*) - relative to camera

Gallery

Screenshot Screenshot