{"id":15831591,"url":"https://github.com/dylhunn/dragontooth","last_synced_at":"2025-03-15T06:32:37.843Z","repository":{"id":81548897,"uuid":"90729184","full_name":"dylhunn/dragontooth","owner":"dylhunn","description":"A Go chess engine.","archived":false,"fork":false,"pushed_at":"2017-05-24T19:28:35.000Z","size":1090,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-14T16:48:38.317Z","etag":null,"topics":["chess","chess-engine","uci"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylhunn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-09T09:42:54.000Z","updated_at":"2022-05-18T18:56:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"9800b7ed-f4c6-4413-9315-5ee46e76a1c4","html_url":"https://github.com/dylhunn/dragontooth","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhunn%2Fdragontooth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhunn%2Fdragontooth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhunn%2Fdragontooth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhunn%2Fdragontooth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylhunn","download_url":"https://codeload.github.com/dylhunn/dragontooth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695454,"owners_count":20332622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chess","chess-engine","uci"],"created_at":"2024-10-05T12:04:55.589Z","updated_at":"2025-03-15T06:32:37.464Z","avatar_url":"https://github.com/dylhunn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n[![Documentation](https://img.shields.io/badge/Documentation-GoDoc-green.svg)](https://godoc.org/github.com/dylhunn/dragontooth)\n\nDragontooth | Dylan D. Hunn\n===========================\n\n**This project is currently in beta state.**\n\nDragontooth is a fast, UCI-compliant chess engine written in Go. The successor to my [previous engine](https://github.com/dylhunn/sabertooth-source), Dragontooth is the first highly-parallel Go chess engine. It uses state-of-the-art techniques, including magic bitboards, fully-legal move generation, highly parallel search, and automatic parameter tuning.\n\nAdditionally, Dragontooth has some unique features. It is 100% modular, such that the [move generator and associated utilities](https://github.com/dylhunn/dragontoothmg) are packaged as a library. Moreover, the code is written with a focus on readability, so it can serve as a \"reference\" engine.\n\n**Where can I download compiled binaries/executables?**\n=======================================================\n\nCompiled versions for several platforms are available in [the releases section](https://github.com/dylhunn/dragontooth/releases). This repo contains the source code.\n\nRepo summary\n============\n\nHere is a summary of the important files and folders in the repo:\n\n| **Package**         | **Description**                                                                                                                                         |\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| main       | This is the UCI entrypoint that handles communication with the GUI. |\n| evaluate       | This package handles board evaluation. |\n| ttable      | This package implements the transposition table. |\n| search      | This package provides the primary alpha-beta search functions. |\n\nBuilding Dragontooth from source\n================================\n\nThis project requires Go 1.9. As of the time of writing, 1.9 is still a pre-release version. You can get it by cloning the official [Go Repo](https://github.com/golang/go), and building it yourself.\n\nTo build Dragontooth from source, make sure your `GO_PATH` environment variable is correctly set, and install it using `go get`:\n\n    go get github.com/dylhunn/dragontooth\n\nAlternatively, you can clone it yourself, but this will require you to clone [the dependency](https://github.com/dylhunn/dragontoothmg) as well, and configure them at the correct paths:\n\n    git clone https://github.com/dylhunn/dragontooth.git\n    git clone https://github.com/dylhunn/dragontoothmg.git\n\nDocumentation\n=============\n\nYou can find the documentation [here](https://godoc.org/github.com/dylhunn/dragontooth).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylhunn%2Fdragontooth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylhunn%2Fdragontooth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylhunn%2Fdragontooth/lists"}