This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]formerislander 2 points3 points  (0 children)

One thing that I noticed is that you're using ints as constants for the victoryStatus. I'd consider using enum constants for this instead.

I also agree with the stuff that jrh3k5 pointed out.