Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 614 Bytes

Game

This is a simple 3D Game, made using OpenGl 3.3 and GLFW. A map is randomly generated, and one has to get across it.

Controls

WASD to move 1-5 for different camera angles SPACE to jump f for faster movement s for slower movement r to reset the game, creating a random map.

Blocks

Silver blocks have no special effect. Black blocks fall down when stepped on. Red block act like elevators. Green blocks are sticky, and prevent jumping and movement.

Goal

The goal of the game is to move to the yellow goal node, across the diagonal of the map. The game's difficulty increaces as it is played.