A chess game implemented by JAVA
There are two versions in this project:
- game under console (under directory
prog/) - game in GUI (under directory
sample/)
run the class sample/Main.java file and start the game.
run the class prog/TestGame.java file and start the game.