stockfish broken

Sort:
mudittt04

i have installed stockfish in my system using 'brew install stockfish'

when i run the following commands, it prints out the score (-5.60). How is this position better for black. i dont get it. is there something wrong with stockfish?

```

stockfish

position fen rnbqkbnr/pppp1p1p/6p1/4Q3/4P3/8/PPPP1PPP/RNB1KBNR b KQkq - 0 3

go depth 20

```

Martin_Stahl
mudittt04 wrote:

i have installed stockfish in my system using 'brew install stockfish'

when i run the following commands, it prints out the score (-5.60). How is this position better for black. i dont get it. is there something wrong with stockfish?

```

stockfish

position fen rnbqkbnr/pppp1p1p/6p1/4Q3/4P3/8/PPPP1PPP/RNB1KBNR b KQkq - 0 3

go depth 20

```

It's not but the evaluation is from black's perspective, since it's black to move. If you put in the next position, it will show white with +5 something.

mohitkureel111

Mudit bhai mujhse puchta yar

mudittt04

sorry