Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theinit01 committed Apr 28, 2024
2 parents b737f49 + 6514e86 commit 17df0d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ This is a Python-based chess engine that allows users to play chess against the
- Implement various chess strategies, including opening book, midgame tactics, and endgame knowledge.
- Visualize the chess board and current game state using ASCII representation.
- Implement different search algorithms for move generation, such as minimax with alpha-beta pruning.
- ## Installation

## Installation
1. Clone the repository to your local machine:
`git clone https://github.com/theinit01/AI-ChessEngine.git`
2. Navigate to the project directory:
`cd AI-ChessEngine`
3. Run the main script to start the game:
3. Install the required dependencies
`pip install -r requirements.txt`
4. Run the main script to start the game:


## Screenshots
Expand Down

0 comments on commit 17df0d8

Please sign in to comment.