Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 350 Bytes

Java Chessboard

This was just a chessboard. I've updated it and now you can move pieces! However, there is no move validation yet (you can move the rooks diagonally!).

Compilation and running

cd src
javac *.java -d ..
cd ..
java App

Tested on Ubuntu 20.04 64-bit

Image

Chessboard Showcase