Back to project page minecraft-connect-4.
The source code is released under:
MIT License
If you think the Android project minecraft-connect-4 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* COPYRIGHT (C) 2014 Aleksandr Belkin. All Rights Reserved. */ package sq.squ1rr.mcc4.rules; /*www . jav a2 s. c o m*/ /** * Player constants. * @author Aleksandr Belkin */ public class Player { public static final int PLAYER1 = 1; public static final int PLAYER2 = 2; }