Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
This is a two-player chess game I created in Java for an Introductory Computer Science course.  To play the game  download the 3 files (UserInterface.java, ChessGame.java, and ChessPieces.jpg) to the same folder.  Navigate to that folder in your command line and then run by typing "javac ChessGame.java && javac UserInterface.java && java ChessGame".  This game can be played by click and drag using a mouse or if you have a touch screen laptop by touching the piece and dragging it to its intended slot.  You will only be able to make valid moves.  White must move first. Does not allow special moves like Castling or En Pessent.  Pawn promotions will always change to queen.    Read the ReadME file for more info.
  • Loading branch information
jamescalcagni committed Aug 30, 2019
0 parents commit ef648c1
Show file tree
Hide file tree
Showing 4 changed files with 1,162 additions and 0 deletions.
Loading

0 comments on commit ef648c1

Please sign in to comment.