Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game Project

Description

This repository contains the source code for a chess game implemented in C#. The game currently supports basic chess rules and is designed for two players.

Features

  • Two-player gameplay
  • Standard chess rules
  • Command-line based interaction

Installation

To run this chess game, you can use Visual Studio Code (VSCode) for C# programming. Follow these steps:

  1. Clone this repository to your local machine.
  2. Open the project in VSCode.
  3. Press F5 or use the debugger to start the game.

How to Play

To play the game, follow these instructions:

  • Start the game using the installation steps mentioned above.
  • Use the keyboard to navigate and interact with the game.
  • To make a move, enter the starting position of the piece you want to move and then the destination position.
    • For example, to move a pawn from e2 to e4, type "e2 e4" and press Enter.
  • Follow standard chess rules for capturing pieces, and pawn promotion.
  • The game will provide feedback on your moves and display the current board state.
  • Enjoy the game and have fun challenging your opponent!

In Progress

  • Develop a Chess Bot for single-player mode:
    • Implement basic AI for chess bot
    • Advanced AI features (optional)
  • Develop a Graphical User Interface (GUI):
    • Basic UI for gameplay
    • Interactive chessboard
    • UI enhancements for better user experience

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages