Back to project page android-checkers-app.
The source code is released under:
Apache License
If you think the Android project android-checkers-app listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package edu.unlv.sudo.checkers.model; /*from w ww.j a v a 2s.co m*/ /** * This class represents a team on the checkers board */ public enum Team { RED, BLACK }