Skip to content

This project will include the development of a chess engine in Java using Object Oriented Methodology.

Notifications You must be signed in to change notification settings

benholbrook1/Java-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Chess

This project will include the development of a chess engine in Java using Object Oriented Methodology.

Project Usage

This program has 2 different interfaces that can be used, a Graphical Interface and a text based interface on the terminal screen

To run the program with a graphical interface use the commmand: java -cp build/classes/java/main ui.GUI

To run the program in the text based interface use the command: java -cp build/classes/java/main ui.TextUI - Note: To exit the program early enter 'q' as your move

About

This project will include the development of a chess engine in Java using Object Oriented Methodology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages