/chess_java

Simple chess without any character but the chess!

Primary LanguageJava

proposal

1)chess_game
・Koki Madono
・Makoto Nishizawa
・Kentaro Sako

contents

・consider contents of arrayList
・consider multithread
・scrap class
・two players are needed to play this game
・use java.util.swing
How to use

①Set up three terminal and please debug
javac *.java
②one terminal

java TestServer

③each terminal (port number)

java TestClient 2222
java TestClient 3333

④Start game# chess_java