top | item 41517455

ChessDream, a place for chess players to improve

28 points| pukarkhanal | 1 year ago |chessdream.vercel.app

19 comments

order

bluecalm|1 year ago

Marketing section isn't helping. Some over the top claims mixed with some lies. You are not winning any favors with it.

It's clear domain knowledge is lacking in this project. Things like not numbering moves in engine lines, not naming the engine you are using, showing an eval from a point of view of a side to play (usual convetion is to show it from white's point of view so positive eval means better for white, negative eval means better for black) are giveaways. There are also bugs in the puzzle section. I encountered one that says black to move but only accepts white's move. Some end too quickly as well.

If you are looking for advice then I would recommend some humility and working on domain knowledge. It's a tough space to make a business in as there are very strong free services (like Lichess) and great commercial ones (like Chesstempo). Even making one thing better than Lichess might win you some users and potential customers but it won't happen by claiming it's already "quickly happening".

pukarkhanal|1 year ago

Thanks for the advice I will surely work on it!

nhggfu|1 year ago

claims to use "the strongest [chess] engine out there" - then doesn't name it?

presumably this is equivalent to stockfish or leela, or AlphaZero. not saying what's "behind the curtain" => fail.

fwiw, lichess.org is free, stable, open source and uses strongest engines: stockfish, leela, and is free.

pukarkhanal|1 year ago

Its using stockfish, I will make sure to mention it. Thanks for your opinion!

omega3|1 year ago

You're making some strong claims re the chess engine:

> Play, evaluate and analyze games with the strongest engine out there.

> Challenge our state-of-the-art chess AI, designed to match and enhance your skill level.

Are you using an opensource engine without specifying it?

pukarkhanal|1 year ago

I am just an 18 years old newbie and your feedback offers me with a lot of things to learn from. Can you provide some more suggestion that you think would be important for me?

ttyyzz|1 year ago

Found multiple bugs in the puzzle area. If you can give mate in more than one way (multiple correct moves for the last move) it sometimes says your move was incorrect which is not.

ttyyzz|1 year ago

Another bug in that area is when you need to do your move for white but you also need to move the black piece next, otherwise the puzzle won't proceed

istinetz|1 year ago

yep, the lichess algorithm for finding puzzles from real games is way more sophisticated than this, and they find some really weird bugs

istinetz|1 year ago

feedback - I tried the puzzles. 1) they all seem trivial and don't escalate in difficulty fast enough 2) I got stuck on the 14th - I'm making the correct move, but nothing happens. I'm not wrong, but even if I were wrong, the website ought to have some feedback to show me my move is wrong, or an option to give up.

quibono|1 year ago

Am I correct that there is no way to play any actual matches yet? When is that on the feature timeline?

pukarkhanal|1 year ago

Yup, I'm trying to minimize the latency but Next JS you know I have to use severless functions which, if the site goes viral while I'm asleep, will make my life living hell because I'm using vercel's hobby plan.