Board game for PRG2104 Object-Oriented Programming.
- Play against a friend
- Perform special moves such as castling and en passant
- View game stats
JDK 1.8 or later and sbt is required to run the application.
- Clone the repository
git clone https://github.com/ChiefWoods/chess.git
- Start sbt shell
sbt
- Compile the project
sbt:chess> compile
- Run the application
sbt:chess> run
View the open issues for a full list of proposed features and known bugs.