This project implements a simple Go game engine and Go game AI using deep learnig technics.
-
Clone the repository:
git clone https://github.com/nbbrdn/dlgo.git cd dlgo
-
Install dependencies: Make sure you have Python 3.10+ installed. Then install the required dependencies:
pip install -r requirements.txt
To run the game simulation, execute the following command:
python bot_v_bot.py
The game will start and display the board state after each move, with a 0.3 second delay between moves.
Contributions are welcome! Please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.