Hello everyone.
I'm having a little of trouble learning darkGDK, because of what seems like a lack of tutorials/other learning resources.
I've tried to make my own version of the Space Invaders-look-a-like in the tutorials folder, and it came out somewhat fine. However it was very confusing.
To my understanding, darkBASIC pro commands == darkGDK commands, except you remove all the spaces and add 'db' at the start of every command?
(example: move sprite(1,10); in DBP == dbMoveSprite(1,10); in DGDK)
So could i take the DB(P) tutorials, and convert the code to DGDK without too much trouble?
Also, if anyone have a small list of tutorials, or some information on how they started learning DGDK, it would be much appreciated.
Thanks in advance.