A simple two player chess game written in Java. The game enforces all of the rules of chess, highlighting potential moves, and has complete undo/redo functionality. A computer AI opponent is not available.
License
GNU General Public License version 2.0 (GPLv2)Follow Two Player Chess
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Hate to break it to ya buddy, but chess DOES in fact have mirrored teams. The white queen is on a white square, black queen on black.
-
todmadderra, the King/Queen arrangement is correct on both sides, so I'm not sure what you're saying.
-
Nice simple and fun interface with one problem, the king/queen arrangement is "mirrored" and should be same arrangement on both sides (i.e. queen always to left of King...) Impossible to have an accurate game until this is fixed.