Skip to content

A fun 2-player chess game written in a basic procedural format

Notifications You must be signed in to change notification settings

kudonon/2PChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a basic 2-player Chess game that is coded procedural format (with minimal object oriented programming)

In a console, the project asks for input for Player 1, then Player 2, and so on till the game ends.

Since this is an ovrsimplified way of programming a Chess game, it has some modifications from the original game

For example, the program does not check for a checkmate. Instead, it tells the users when a king is in check, but to win the game, the king must be taken down and not checkmated.

Just Run Main.java on a console (terminal/shell) and

Enjoy!