Skip to content

Java GUI-based desktop app to play Chess. Features to implement - piece control logic, account login, netcode to play online, database to save game states and player accounts, per-game movement history

Notifications You must be signed in to change notification settings

lazarchitect/ChessGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessGUI

Java GUI-based desktop app to play Chess. Features to implement - piece control logic, account login, netcode to play online, database to save game states and player accounts, per-game movement history

The game is run on the JavaFX GUI engine. The main class is GameApplication.java.

RUNNING THE GAME Currently I only know of running it through IntelliJ with the built-in JavaFX SDK... will have to work on getting it packaged to an exe or jar or something.

About

Java GUI-based desktop app to play Chess. Features to implement - piece control logic, account login, netcode to play online, database to save game states and player accounts, per-game movement history

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages