Skip to content

BruderSimon/BeeSafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BeeSafe: A Point & Click Game I guess

A Executable is to located on the right side under Releases

The Game: You have to Protect the Bees, while they are collecting the Nectar of the Flowers. The Enemies are Wasps which wants to attack the Bees.

The Gameplay is quite Simple: Take down the Wasps before they take down the Bees. You can take the Wasps down by clicking on them, but bee aware, if only one Bee is taken down, you lose.

The Game was made while following the Tutorial on: http://www.opengl-tutorial.org/ and https://learnopengl.com/

Problems

There are few problems, that I need to figure out.

  1. All wasps stop for a split second, when a new one spawned
  2. Memory Management has to be Optimized!
  3. The Score has to be Displayed

Dependencies

The Project uses

If you want to Build it for your self

If you are using Visual Studio: Follow the Instruction given in the Lecture (Setting up the OpenGL template - step by step) Then you should be good to go!

If you are using another Compiler/Generator (like MinGW Makefiles) I expect that you know what to do. Also the Executable will be copied to the src directory. There you can execute it.

The Executable searchers the shader and resource directory in the same directory where it is located. So for example:

BeeSafe      
|
+--build
|   
+--src   	   
|  +--shader	   
|  |  +--SimpleVertexshader.vertexshader
|  |  +--SimpleFragmentshader.fragmentshader
|  +-- res  	   
|  |    +--Bee.png 
|  | 	  +--Wasp.png
|  | 	  +--Flower.png
|  | 	  +--Menu.png