Back to project page android-chess.
The source code is released under:
MIT License
If you think the Android project android-chess 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 jwtc.chess.board; /*from w ww . j a v a2 s. com*/ // ChessBoard. object extended from BoardMembers, BoardStatics and BoardConstants in order to split up some code and // make things structured //TODO some methods can be made protected because they are only used internally in this object public class ChessBoard extends BoardMembers { public ChessBoard() { } }