Lionfish is a simple program enabling its users to play chess using the Internet.
The program is to be built using Java 19 and gradle version 8.0 or higher. Scripts build.sh and run.sh operate only under ArchLinux and install all necessary dependencies.
To install the program, run the following commands:
git clone https://github.com/chmurka1/lionfish
cd lionfish
./build.sh
And to run it, enter:
./run.sh
For program to work, two instances are needed -- one running server and one running client.
Program is distributed under GNU GPL 3.0 license. The sprites of pieces were created by Kenney, later modified and are under CC0 1.0 License.