Skip to content
/ chess Public

A chess game implemented from scratch with a fully functioning GUI written with Java Swing

Notifications You must be signed in to change notification settings

alexp141/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess

Chess engine implemented using Java.

GUI written with Java Swing.

Uses many Object-Oriented Programming principles including abstraction, encapsulation, abstract classes, inheritance, polymorphism, interfaces, etc.

Installation

Open the project in your preferred (Java-compatible) IDE and run the main method.

A new window will appear with the GUI.

Overview

Images

Starting game

starting board

Mid game

Mid-game board

Game Over

Game Over board

About

A chess game implemented from scratch with a fully functioning GUI written with Java Swing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages