Skip to content

EchoSingh/TwoPlayer-Chess-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♟️ Chess Game ♛♞♝♚

Welcome to the Simple Chess Game project! This project allows you to play chess against your friends directly in your web browser. Mage Image

🚀 Quick Start

To start playing:

  1. Clone this repository.
  2. Open index.html in your web browser.

🎮 How to Play

  • Click on a piece to select it.
  • Click on a valid square to move the selected piece.

📜 Game Rules

  • Implements basic chess rules for movement.
  • Piece-specific movement logic is incomplete.

🤖 AI Behavior

  • The AI currently makes random valid moves.
  • AI logic is rudimentary and needs improvement.

🛠️ Project Structure

 chess-game/
  └── index.html
  └── css/
      └── styles.css
  └── js/
      └── script.js (Incomplete - Needs piece-specific movement logic and improved AI)

🌟 Future Improvements

  • Implement movement rules for all chess pieces (knights, bishops, rooks, queens, kings).
  • Improve AI using algorithms like Minimax with Alpha-Beta Pruning.
  • Enhance user interface with features like move history, check indicators, etc.

📚 Resources

📝 Contributing

Feel free to contribute to improving this project! Fork it, make your changes, and submit a pull request.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

📧 Contact

For questions or suggestions.

Enjoy playing chess! ♕♖♗♘♙♚♛♜