Skip to content

Latest commit

 

History

History
89 lines (56 loc) · 2.38 KB

README.md

File metadata and controls

89 lines (56 loc) · 2.38 KB

Chess

Screenshot

Board game for PRG2104 Object-Oriented Programming.

Source Repository

Features

  • Play against a friend
  • Perform special moves such as castling and en passant
  • View game stats

Built With

Languages

  • Scala
  • CSS3
  • SQL

Database

Libraries

Tools

  • IntelliJ IDEA
  • DataGrip
  • SceneBuilder

Getting Started

Prerequisites

JDK 1.8 or later and sbt is required to run the application.

Setup

  1. Clone the repository
git clone https://github.com/ChiefWoods/chess.git
  1. Start sbt shell
sbt
  1. Compile the project
sbt:chess> compile
  1. Run the application
sbt:chess> run

Issues

View the open issues for a full list of proposed features and known bugs.

Acknowledgements

Resources

Contact

[email protected]