Results 1 to 6 of 6

Thread: An Old Timey Murder Mystery - GitHub GameOff 2017

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Thanks for the well-wishes!

    Today I implemented map loading (from the Tiled editor) with multi-layer support. Implemented a simple player that can move and the camera is centered on (EDIT: the movement is based on deltatime too). The game only draws tiles that are visible on the screen. (That is what the number 319 is). As you move around the number changes as more or less tiles need to be drawn.



    Of course, I have started work on the graphics for the game now too

    I have to say this sort of feels like a wasted day. I struggled a lot with the dynamic tile drawing and movement and drawing centered around the player. I spent too much time writing and rewriting code based on various ideas for solutions I had, and scratching my head and doing math, and line by line debugging. Well at least it's done! Onto the next task.
    Last edited by dazappa; 04-11-2017 at 03:19 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •