Skip to content

Commit 9854c72

Browse files
committed
Add link to pay against Goldfish!
1 parent 2269e36 commit 9854c72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
[![Coverage Status](https://coveralls.io/repos/github/bsamseth/Goldfish/badge.svg?branch=master)](https://coveralls.io/github/bsamseth/Goldfish?branch=master)
33
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/bsamseth/Goldfish/blob/master/LICENCE)
44
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
5+
[![Play link](https://img.shields.io/badge/Play%20Goldfish-lichess-green.svg)](https://lichess.org/@/Goldfish-Engine)
56

67
# Goldfish
78
###### Stockfish's very distant and not so bright cousin
89

10+
### [Play Goldfish](https://lichess.org/@/Goldfish-Engine)
11+
912
This is a UCI chess engine. It is was originally developed from scratch as a
1013
practice project for learning C++. The end vision at that point was to have a
1114
working chess engine with a UCI interface. In 2018 the engine was playable, and
@@ -30,7 +33,7 @@ limited to:
3033
- [ ] Staged move generation
3134
- [ ] Better search algorithms, such as MTD-bi
3235
- [ ] More sophisticated static evaluation
33-
- [ ] Making the engine playable on [lichess.org](lichess.org)
36+
- [X] Making the engine playable on [lichess.org](lichess.org)
3437

3538
This is meant as a project to work on as practice/just for the fun of it.
3639
Contributions are welcome if you feel like it.

0 commit comments

Comments
 (0)