Skip to content

aryanrsuri/chess_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game Represenation in Rust

See CHANGELOG for more details

--Preview--

   Terminal Chess Board!

   8  r n b k q b n r
   7  p p p p p p p p
   6  . . . . . . . .
   5  . . . . . . . .
   4  . . . . . . . .
   3  . . . . . . . .
   2  P P P P P P P P
   1  R N B K Q B N R

      a b c d e f g h

   White to move:
e2 e4

   8  r n b k q b n r
   7  p p p p p p p p
   6  . . . . . . . .
   5  . . . . . . . .
   4  . . . . P . . .
   3  . . . . . . . .
   2  P P P P . P P P
   1  R N B K Q B N R

      a b c d e f g h

   Black to move:
e7 e5

   8  r n b k q b n r
   7  p p p p . p p p
   6  . . . . . . . .
   5  . . . . p . . .
   4  . . . . P . . .
   3  . . . . . . . .
   2  P P P P . P P P
   1  R N B K Q B N R

      a b c d e f g h

   White to move:

About

Chess in Rust (v2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages