Wednesday, 2 September 2015

DECO2300 WEEK 6

This week we delved deeper into the mysterious and dangerous world of coding in Actionscript 3. We began with learning about commenting and referencing code, where to do it, how often to do it and where we should avoid it.


We eventually dove head first into an exercise where we began creating CRC(Class Responsibility Cooperation) cards, these cards are a tool used in Object Orientated Software that represent the interactions between objects and their outcomes. We were delegated with a task to create our own CRC card.

My CRC card referred to the interactions a player would have with the tiles in a minesweeper type game. There would be multiple players with lives that would each take turn traversing the minefield. Depending on which player would activate a mine, the tile class would behave differently.

No comments :

Post a Comment