Skip to content

ayushi1411/3-D-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO COMPILE

run the makefile using make command
if the make command gives errors,
run the command:
g++ `pkg-config --cflags glfw3` -o game2 game2.cpp glad.c `pkg-config --static --libs glfw3`


GAME

-> About the game
the game consists of a 10X10 board with obstacles and pits.
You need to reach the top right corner of the board to win.
Falling in the pit will lead to you losing a life. Be careful of the water too.... :P
You get 3 lives for the game...use them wisely..


->Control

Left arrow (->) : to move left
Right arrow(<-) : to move right
Up arrow : to move up
Down arrow : to move down
Space + desired direction : to jump in the specified direction
A : tower view
S : top view
R : rotate the camera right in tower view
T : Adventure view
F : Follow Camera
LEFT MOUSE CLICK AND DRAG : helicopter view by mouse
Q : quit


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages