I just spent an hour tracking down a bug in my code. The output listed like 30 errors, in the end it was just one little line of code that I forgot to put in. I know this doesn't look like much right now, but this is an important step in setting up the game.
I'm calling it "The Apprentice" right now. The main character is a young student wizard and is represented by the magenta square. The green background is the ground that an individual can walk on is located. The red outline is the edge of the playing area.
The magenta square can only move to the right as of this screengrab. The red will have collision detection so you can't walk through it. When I add sprites the red will be replaced with trees, rocks, and other things the player can't climb on, move, or walk through. I will add other objects either as map items, like non-moveable rocks and such, items that are larger than a 30x30 sprite will be added the same way an enemie is added, load the sprite and place it over the green area.
Attachment:
Apprentice.png [ 5.48 KiB | Viewed 1967 times ]