Back to project page 2048GameAndroid.
The source code is released under:
Apache License
If you think the Android project 2048GameAndroid 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 zhengxiao.myapplication.game; /** * Created by zhengxiao on 12/16/14. */ public enum Direction { UP,DOWN,LEFT,RIGHT }