Friday, 21 August 2015
Individual Update - Week 16
Individual Update - Week 15
Wednesday, 8 July 2015
Individual Update - Week 12
I continued to work on the program for our game during Week 12. I converted the codes from procedural programming to object oriented programming (OOP). Using the procedural programming method to code means I only have one actionscript file to put all my codes in it. This will cause my codes to be messy and confusing in the future as I continue to add codes. By using OOP, I split relevant codes into other classes which will be more efficient for larger projects like our's. I also successfully make the "camera" or stage track and move according to where the player is.
Individual Update - Week 11
In week 11, I programmed some basic functions of the game, such as rolling a die, moving the player piece based on number rolled, detecting the type of tile player is standing on. I also programmed the start game and end game functions to reset the game after the player reached the final tile.