wisdom-chess VS codfish

Compare wisdom-chess vs codfish and see what are their differences.

wisdom-chess

Simple multiplatform C++ chess program. (by dmeybohm)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wisdom-chess codfish
1 2
2 11
- -
9.2 1.5
7 days ago 3 months ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wisdom-chess

Posts with mentions or reviews of wisdom-chess. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-02.
  • How to build a Chess Engine, an interactive guide
    5 projects | news.ycombinator.com | 2 Jul 2022
    It doesn't use transposition tables or quiescence search. Instead of that, I simply search only to depth=1 and then even depths after that, which tends to limit the horizon effect. I usually lose against it, but it's fun when I pull off a win.

    I even tried porting it to web assembly [2]. It mostly works, but the display code still has a bug where the interface disappears sometimes, and I'm still trying to figure out why.

    [1] https://github.com/dmeybohm/wisdom-chess

    [2] https://wisdom-chess.netlify.app/

codfish

Posts with mentions or reviews of codfish. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing wisdom-chess and codfish you can also consider the following projects:

Realtime-OpenCV-Chess - ♔ Chess-playing with Open-CV [Human vs AI (Stockfish engine)]

Gigantua - Gigantua: Single Threaded - 2 Billion Moves/s Chess position enumerator

ChessPositionRanking - Software suite for ranking chess positions and accurately estimating the number of legal chess positions

chessCAMO - chessCAMO is a newly proposed chess engine with a built-in variant that stands for Calculations Always Make Opportunities and was inspired by the very popular chess variant Crazyhouse. The "CAMO" portion comes from the idea that in this variant a player can sacrifice making a move to replace one of their pieces from the "piece reservoir".

Winter - UCI Chess Engine

Horowitz - UCI-compatible chess engine.

chess-deep-rl-cpp - C++ version of my chess-deep-rl project. WIP