{"id":21124863,"url":"https://github.com/bitartisan1/wize","last_synced_at":"2026-03-04T18:02:38.819Z","repository":{"id":183690625,"uuid":"670285874","full_name":"bitArtisan1/Wize","owner":"bitArtisan1","description":"Wize UCI C++ Chess Engine with Multithreading and NNUE Stockfish Evaluation","archived":false,"fork":false,"pushed_at":"2024-08-06T17:42:21.000Z","size":27162,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T07:37:15.289Z","etag":null,"topics":["ai","chess","chess-ai","chess-engine","chessboard","cpp","engine","game","gplv3","lc0","neural-network","nnue","opensource","search","search-algorithm","search-engine","software","sports","stockfish","uci"],"latest_commit_sha":null,"homepage":"","language":"C++","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/bitArtisan1.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":"2023-07-24T17:48:44.000Z","updated_at":"2025-03-28T12:30:00.000Z","dependencies_parsed_at":"2025-01-21T05:35:21.545Z","dependency_job_id":null,"html_url":"https://github.com/bitArtisan1/Wize","commit_stats":null,"previous_names":["yanpuri/wize","git-aamar/wize","bitartisan1/wize"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bitArtisan1/Wize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitArtisan1%2FWize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitArtisan1%2FWize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitArtisan1%2FWize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitArtisan1%2FWize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitArtisan1","download_url":"https://codeload.github.com/bitArtisan1/Wize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitArtisan1%2FWize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30088339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ai","chess","chess-ai","chess-engine","chessboard","cpp","engine","game","gplv3","lc0","neural-network","nnue","opensource","search","search-algorithm","search-engine","software","sports","stockfish","uci"],"created_at":"2024-11-20T04:18:18.621Z","updated_at":"2026-03-04T18:02:38.803Z","avatar_url":"https://github.com/bitArtisan1.png","language":"C++","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ko-fi.com/D1D11CZNM1\"\u003e\n    \u003cimg src=\"https://ko-fi.com/img/githubbutton_sm.svg\" alt=\"Support me on Ko-fi\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n# Wize\nWize, a C++ UCI-compliant chess engine, integrates a neural network (NNUE) for accurate evaluation and employs a range of advanced search techniques like LazySMP and Multithreading within Alpha-Beta framework, Wize doesn't strive to be a top-tier engine but serves as a valuable resource for developers to enhance their own chess engines.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/yanpuri/Wize/assets/121260820/b92ce538-2b81-4533-ada7-8bcf982f962d\" alt=\"Wize Chess Engine\"\u003e\n  \u003cbr\u003e\n  \u003cem\u003e\u003cstrong\u003eWize, Strong and Open Source Chess Engine Written in C++\u003c/strong\u003e\u003c/em\u003e\n\u003c/p\u003e\n\n## Features\n* Architecture\n  * Bitboard Representation\n\n* Search \n  * Alpha-Beta Pruning\n  * Negamax Framework\n  * Transposition Tables\n  * Principal Variation Search\n  * Quiescence Search\n  * Null-move Pruning\n  * Internal Iterative Deepening\n  * Aspiration Window\n  * Repetition Detection\n  * Killer Move, History\n  * MVV-LVA Capture Ordering\n  * LazySMP\n  * Multithreading\n  * Heuristic Moves\n  * Polyglot Opening Book\n  \n* Evaluation\n  * `NNUE Evaluation (Features=HalfKP(Friend)[41024-\u003e256x2],Network=AffineTransform[1\u003c-32](ClippedReLU[32](AffineTransform[32\u003c-32](ClippedReLU[32](AffineTransform[32\u003c-512](InputSlice[512(0:512)]))))))`\n\n## Improvements\n  * Implement Syzygy Bases, SyzygyPath, ...\n  * Improve the NN Structure\n## Current ELO\n  * **ELO: 2850-3000~** \n\n ## Requirements\n * Wize software requires GCC(GNU Compiler Collection) or CLang, C++ version: CXX \u003e= C++17 !\n * It is recommended that the terminal uses a TrueType Font (ttf), Consolas and other monospaced fonts are recommended for the best user experience [Unicode characters and ANSI escape code] (However, most engines are \n   linked directly to the GUI and don't really need to interact with the terminal).\n \n ## Installation/Usage\n Clone the repository:\n\n```bash\n$ git clone https://github.com/yanpuri/Wize.git\n```\nThen, in the directory:\n```bash\n$ cd Wize\\Wize\n$ make\n$ Wize.exe\n```\nRun the generated .exe file in the install dir.\n \n* How to work the engine?\nThe UCI (Universal Chess Interface) serves as a widely adopted protocol for interacting with a chess engine and is the preferred method for communication in graphical user interfaces (GUIs) and chess-related tools. The guidelines are outlined in the UCI protocol, which can be accessed and referenced at this link http://page.mi.fu-berlin.de/block/uci.htm\n\n## Images\n\n### Gameboard\n![Gameboard](https://github.com/yanpuri/Wize/assets/121260820/0f71bdf5-ff01-4370-a158-a5095b6bb38d)\n\n## Acknowledgements\n* [BluefeverSoftware](https://www.youtube.com/@BlueFeverSoft), YouTube series about Vice engine.\n* [CodeMonkeyKing](https://www.youtube.com/@chessprogramming591), General chess programming videos.\n* Vice Programming Discord\n* [ChessProgrammingWiki](https://www.chessprogramming.org/Main_Page).\n\n## Support Me\nIf you find RepoUp useful, consider supporting me by:\n\n- Starring the repository on GitHub\n- Sharing the tool with others\n- Providing feedback and suggestions\n- Follow me for more :)\n\n\u003ca href=\"https://ko-fi.com/D1D11CZNM1\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/ba118768-9054-416f-b7b2-adaa69a53434\" alt=\"Support me on Ko-fi\" width=\"200\" /\u003e\n\u003c/a\u003e\n    \n---\nFor any issues or feature requests, please open an issue on GitHub. Happy coding!\n\u003ccenter\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/88a21822-dd10-4b3d-89d4-bad482f3a605\" alt=\"octodance\" width=\"100\" height=\"100\" style=\"margin-right: 10px;\"/\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\u003c/center\u003e\n\n\n","funding_links":["https://ko-fi.com/D1D11CZNM1"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitartisan1%2Fwize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitartisan1%2Fwize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitartisan1%2Fwize/lists"}