Tuesday, April 26, 2016

Day 108: The Deed is Done

Phew! After a few long days of working nonstop on the assignment, I finally got the Messaging assignment working! I just had to make sure to put the try/catch block inside the lock statement and ensure that I wasn't adding async methods to a list of tasks; rather I had to give a Task.Run and encapsulate the method inside the task.

What's left? I got to do some content fixes on the capstone project; surprisingly we're using a new plugin for special files.

As for the programming project...that will take top priority! Last time we've finally got loading for tiled entities on the screen:


I also started making actions for sprite updates and drawing calls. Next up... input events, maybe?

No comments:

Post a Comment