Samyssmile / chess-game

A JavaFX multiplayer Chess Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Kings - Multiplayer Chess Game [IN DEVELOPMENT]

Game of Kings is a multiplayer, platform independent chess game.

Core Features

  • Elo Ranking System.
  • Multiplayer only chess game.
  • Chat to allow chess enthusiast to communicate.
  • Running on Windows, Mac, Linux, BSD.

Software Requirements as developer

You dont need to download and/or install any of listed software except gradle. Gradle will download all necessery software & libraries.

  • Java 15
  • Java FX
  • Gradle 6.7

Software Requirements as player

  • Java 15

How to start as developer

  1. git clone
  2. gradlew clean build

How to run application

  1. gradlew chess-fx:run - will run the UI Client
  2. gradlew chess-ws:run - will run the Server

Java Style Guide

We use Google Java Style Guide

About

A JavaFX multiplayer Chess Game

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Shell 0.1%Language:Batchfile 0.0%