Skip to content

utsimul/CHESS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CHESS

simple chess game with GUI

image

How to use it:

Check whether java is installed or not

Compile both files:

run this command in your terminal (make sure you are in the correct folder)

javac -sourcepath GameManager:gui *.java;

Run main file:

java gui

Further optimizations/additions (yet to be done):

  • Checking only the directions necessary for check after a piece movement
  • Making a function for checking for checkmate so that the game can end more logically.
  • Finding and correcting potential glitches and flaws
  • Check for safety of king while generating possible moves

In case a user of this code finds a glitch/error/flaw/potential scope for bettering the code, I'd be glad if you let me know :)

About

simple chess game with GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages