GithubHelp home page GithubHelp logo

Comments (6)

ddugovic avatar ddugovic commented on May 22, 2024

Is this issue reproducible and if so, how?

from command-line-chess.

glaand avatar glaand commented on May 22, 2024

@ddugovic Yes
What side would you like to play as [wB]? w
You will play as white

How deep should the AI look for moves?
Warning : values above 3 will be very slow. [n]? 1
a b c d e f g h

8 R N B Q K B N R 8
7 p p p p p p p p 7
6 x x x x x x x x 6
5 x x x x x x x x 5
4 x x x x x x x x 4
3 x x x x x x x x 3
2 p p p p p p p p 2
1 R N B Q K B N R 1

a b c d e f g h

It's your move. Type '?' for options. ? e4

Making move : e4
a b c d e f g h

8 R N B Q K B N R 8
7 p p p p p p p p 7
6 x x x x x x x x 6
5 x x x x x x x x 5
4 x x x x p x x x 4
3 x x x x x x x x 3
2 p p p p x p p p 2
1 R N B Q K B N R 1

a b c d e f g h

AI thinking...

Making move : f6
a b c d e f g h

8 R N B Q K B N R 8
7 p p p p p x p p 7
6 x x x x x p x x 6
5 x x x x x x x x 5
4 x x x x p x x x 4
3 x x x x x x x x 3
2 p p p p x p p p 2
1 R N B Q K B N R 1

a b c d e f g h

It's your move. Type '?' for options. ? f3

Making move : f3
a b c d e f g h

8 R N B Q K B N R 8
7 p p p p p x p p 7
6 x x x x x p x x 6
5 x x x x x x x x 5
4 x x x x p x x x 4
3 x x x x x p x x 3
2 p p p p x x p p 2
1 R N B Q K B N R 1

a b c d e f g h

AI thinking...

Making move : a5
a b c d e f g h

8 R N B Q K B N R 8
7 x p p p p x p p 7
6 x x x x x p x x 6
5 p x x x x x x x 5
4 x x x x p x x x 4
3 x x x x x p x x 3
2 p p p p x x p p 2
1 R N B Q K B N R 1

a b c d e f g h

It's your move. Type '?' for options. ? Bd3

Making move : Bd3
a b c d e f g h

8 R N B Q K B N R 8
7 x p p p p x p p 7
6 x x x x x p x x 6
5 p x x x x x x x 5
4 x x x x p x x x 4
3 x x x B x p x x 3
2 p p p p x x p p 2
1 R N B Q K x N R 1

a b c d e f g h

AI thinking...

Making move : b5
a b c d e f g h

8 R N B Q K B N R 8
7 x x p p p x p p 7
6 x x x x x p x x 6
5 p p x x x x x x 5
4 x x x x p x x x 4
3 x x x B x p x x 3
2 p p p p x x p p 2
1 R N B Q K x N R 1

a b c d e f g h

It's your move. Type '?' for options. ? Nh3

Making move : Nh3
a b c d e f g h

8 R N B Q K B N R 8
7 x x p p p x p p 7
6 x x x x x p x x 6
5 p p x x x x x x 5
4 x x x x p x x x 4
3 x x x B x p x N 3
2 p p p p x x p p 2
1 R N B Q K x x R 1

a b c d e f g h

AI thinking...

Making move : d6
a b c d e f g h

8 R N B Q K B N R 8
7 x x p x p x p p 7
6 x x x p x p x x 6
5 p p x x x x x x 5
4 x x x x p x x x 4
3 x x x B x p x N 3
2 p p p p x x p p 2
1 R N B Q K x x R 1

a b c d e f g h

It's your move. Type '?' for options. ? Kg1
Couldn't parse input, enter a valid command or move.
a b c d e f g h

8 R N B Q K B N R 8
7 x x p x p x p p 7
6 x x x p x p x x 6
5 p p x x x x x x 5
4 x x x x p x x x 4
3 x x x B x p x N 3
2 p p p p x x p p 2
1 R N B Q K x x R 1

a b c d e f g h

It's your move. Type '?' for options. ? 0-0
Couldn't parse input, enter a valid command or move.
a b c d e f g h

8 R N B Q K B N R 8
7 x x p x p x p p 7
6 x x x p x p x x 6
5 p p x x x x x x 5
4 x x x x p x x x 4
3 x x x B x p x N 3
2 p p p p x x p p 2
1 R N B Q K x x R 1

a b c d e f g h

from command-line-chess.

glaand avatar glaand commented on May 22, 2024

The official notation of castling is 0-0 (For King side) and 0-0-0 (For Queen side)
https://en.wikipedia.org/wiki/Castling

from command-line-chess.

ddugovic avatar ddugovic commented on May 22, 2024

Ah, so it is! (PGN uses O-O and O-O-O instead.)

from command-line-chess.

OverFitted avatar OverFitted commented on May 22, 2024

Still doesn't work

from command-line-chess.

ClasherKasten avatar ClasherKasten commented on May 22, 2024

Closed for the following reasons:

  • There is an existing fix (namely #11)
  • I couldn't reproduce the bug in the latest version (28e0705)

If anyone still has problems with this issue, please leave a comment so the community can discuss about it.

from command-line-chess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.