Skip to content

Ahmd-Naser/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to play

In your turn you have to enter the position your want to move from then the position you want to move to in two lines . first this is the chess board

| | a | b | c | d | e | f | g | h | |
-----------------------------------------
| 1 | ♖ | ♘ | ♗ | ♕ | ♔ | ♗ | ♘ | ♖ | 1 |
-----------------------------------------
| 2 | ♙ | ♙ | ♙ | ♙ | ♙ | ♙ | ♙ | ♙ | 2 |
-----------------------------------------
| 3 | | | | | | | | | 3 |
-----------------------------------------
| 4 | | | | | | | | | 4 |
-----------------------------------------
| 5 | | | | | | | | | 5 |
-----------------------------------------
| 6 | | | | | | | | | 6 |
-----------------------------------------
| 7 | ♙ | ♙ | ♙ | ♙ | ♙ | ♙ | ♙ | ♙ | 7 |
-----------------------------------------
| 8 | ♖ | ♘ | ♗ | ♕ | ♔ | ♗ | ♘ | ♖ | 8 |
-----------------------------------------
| | a | b | c | d | e | f | g | h | |

for example if you want to move the white knight .. its position is ( 8 , b) to position ( 6 , c )
the input have to be like that :
8 b
6 c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages