ggian00 / ChessJavaApp

Java console Chess app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChessJavaApp

Relevant code under Chess/src/chess/

This app was designed to implement chess through the java console. The program will print a chessboard with pieces denoted by 2 letters, and will take input in the form of (startPosition, endPosition). Ex (b1,c2). This program implements enpassant as well as castling, however it does not have stalemate detection or turn limits.

About

Java console Chess app


Languages

Language:HTML 80.7%Language:Java 13.8%Language:JavaScript 2.9%Language:CSS 2.7%