⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gameconstants.java

📁 本程序实现了网络五子棋的基本功能
💻 JAVA
字号:
public interface GameConstants
{
	public static int PLAYER1 = 1;
	public static int PLAYER2 = 2;
	public static int PLAYER1_WON = 1;
	public static int PLAYER2_WON = 2;
	public static int DRAW = 3;
	public static int CONTINUE = 4; 
	public static int STOP = 100;
	public static int GAMEPORT = 8000;  
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -