Connect Four Julie Callahan October 3, 2007 Flash CS3 |
This is the Connect Four game which is similar to TicTacToe. Two players, red and black, take turns dropping discs or checkers into a board. These fall to the lowest slot. Once a player has 4-in-a-row, that player wins. This particular assignment was pretty tricky for me, but not as difficult as the Turtle Graphics. I really enjoyed adding some animation effects and look forward to learning enough Actionscript3 to be able to load in my own movieClip objects and use custom classes to instantiate them. My favorite part of the assigment was figuring out an elegant way to check for a winner. This could have been very messy, but with some help, I found a neat and tidy way to do my checks. |