Shooter Game Project
Idea: Create shooter game in 3d using only c++ and opengl lib.
Nodes: * glm - opengl math lib will be created by my hand. * I want to separate game logic from draw logic. I want to game object will not take kare of drawing. it will only move data to other object and call .draw()
* The first oponents will be bots.
* Using threads if needed, i want to learn this skill in c++.
Goals: First goal create one map with bots. Just very common shooter in 3d.