Megalodon
Chess engine with the UCI protocol
Install / Use
/learn @megalodon-chess/MegalodonREADME

Megalodon
UCI chess engine.
Play against Megalodon on Lichess!
Version 1.1.0 was recently released!
The source code of Megalodon is completely original. It is not a derivative or port of any other program. We used articles from chessprogramming.org and ideas from other engines.
Compiling
Compiling with automated Bash Script
Requires g++, CMake, and GNU Make.
git clone https://github.com/megalodon-chess/megalodon.git
cd ./megalodon/
./build.sh
./build/Megalodon
Compiling with CMake and GNU Make
Requires g++, CMake, and GNU Make.
git clone https://github.com/megalodon-chess/megalodon.git
cd ./megalodon/
mkdir ./build/
cd ./build/
cmake ..
make -j
./Megalodon
Compiling Manually
Requires g++.
git clone https://github.com/megalodon-chess/megalodon.git
cd ./megalodon/src/
g++ -pthread -Ofast -Wall *.cpp -o Megalodon
./Megalodon
License
Everything in the repository is licensed as GNU GPL v3 license.
If you would like to use the logo, we request that you also include a message saying that your project isn't related to Megalodon.
The Name
The name Megalodon comes from a species of shark that lived millions of years ago.
Documentation
For extra documentation, please read the docs.
Related Skills
node-connect
348.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
