Carlos – World Class – First Prototype

World Class
World in this game is made by blocks that can by passable or cannot, there is different class used to handle boxes it is called CBox. Idea is really simple but really effective and popular in industry. (google for Minecraft or cubeengine – fun fact Crytek – has used little *ekhem*, well bit more than that.. but based on the same idea solution  for Crisis, where whole world is created by millions of boxes that allows creation of tunnels, caves, etc.

Feature
Load, process and draw  3-dimension map, it is container class that contains all elements that are on map player, AI opponent, floor, walls, lights.

Class include:

  • Update on click/touch
  • Process lights – note: only exit point light – requires future development
  • Draw – draw blocks
  • Checker for boxes is is passable
  • Clearing visited positions
  • keep past and current frame time

Continue reading Carlos – World Class – First Prototype