Skip to content

rylansedlacek/java-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

Console Based Chess

image

About:

  • Created July 2024.
  • Coded in Java.

How to use on a CLI (Command Line Interface)

  1. Download the src directory.

  2. In a Command Line Interface (CLI), within the src directory type the following:

     javac *.java 
    
  3. Confirm that the code compiles with no issues!

  4. Next inside of the same directory type:

    java Chess
    
  5. Play Chess!

Features:

  • Use of the Singleton pattern.
  • Use of the Minimax decision rule for Chess Engine.
  • Console based, but still extremely easy to understand user interface

Version 1.0 Summer 2024

About

Console based chess game using Java.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages