shithub: moonfish

Download patch

ref: 9977a83d0f0df153f8c21d84fae7653de01caf65
parent: bc6f8f2d6bc0fe8f793d5ef1493d2c5d950cc4cc
author: zamfofex <zamfofex@twdb.moe>
date: Mon Oct 9 18:31:22 EDT 2023

add badges to readme

--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
 moonfish
 ===
 
+[![builds.sr.ht status](https://builds.sr.ht/~zamfofex/moonfish/commits/main.svg)](https://builds.sr.ht/~zamfofex/moonfish/commits/main)
+[![Lichess rapid rating](https://lichess-shield.vercel.app/api?username=munfish&format=rapid)](https://lichess.org/@/munfish)
+
 **moonfish** is a chess bot inspired by [sunfish], written in C rather than Python. It is not nearly as complete, but it works well enough!
 
 [sunfish]: <https://github.com/thomasahle/sunfish>
@@ -11,6 +14,7 @@
 - very simple NNUE evaluation (same as sunfish)
 - alpha/beta pruning search
 - cute custom UCI TUI
+- custom Lichess integration
 
 limitations
 ---
--