I am new to game programming (around 6 months) and even less experienced with lite-c.
The project I am working on has it´s main systems working fine such as colision detection, movement, AI, map transitions, dialogues from files...
Since I have no previous game programming experience I was wondering if what is happening is ok or I´m going the wrong way... I mean, some stuff (i.e. AI system and dialogues related to quests ) actualy works but there are a lot of loops and decision/selection structures whitin more loops and decision/selection structures.
Sometimes even with extense comments I get lost. Perhaps it´s just as complicated as that ... or maybe I am missing something?