Skip to main content

Coding and game development, part 3

 For a comparison, let's compare work of a game coder to a level designer.

void jump(int macro);

and level designer:

Monster island is hard to reach and that has to be changed on the level map.

As you can see, obvious difference in difficulty.

Comments