Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 804 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 804 Bytes

Chess Game

About

This project was made for the final project in my software development class.

Overview

This project was made to be a simple chess game with a user friendly, simple and clean user interface.

Installing

To install this app use the jar file found in out/artifacts/Chess_jar/Chess.jar this requires java 21 or newer. To install on linux an example of the chess.desktop file would be [Desktop Entry] Name=Chess Game Exec=java -jar /path/to/Chess.jar Comment=chess Terminal=false Icon=/Path/to/favicon.png Type=Application The favicon can be found at src/main/resources/com/game/chess/favicon.png

Screenshots

img1 img2 img3 img4