Skip to content

Commit

Permalink
Merge pull request #2 from byarmis/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ehulinsky authored Jan 15, 2023
2 parents 210f49f + 3c57994 commit f0acb41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ __Knight:__ Moves in a circle of radius sqrt(5), which is the distance it travel

<img src="https://raw.githubusercontent.com/ehulinsky/AnalogChess/main/images/Screenshot%20(145).png" width="200"/>

__Rook:__ Moves any distance orthagonally
__Rook:__ Moves any distance orthogonally

<img src="https://raw.githubusercontent.com/ehulinsky/AnalogChess/main/images/Screenshot%20(146).png" width="200"/>

__Queen:__ Moves any distance orthagonally or vertically.
__Queen:__ Moves any distance orthogonally or diagonally.

<img src="https://raw.githubusercontent.com/ehulinsky/AnalogChess/main/images/Screenshot%20(147).png" width="200"/>

__King:__ Moves 0-1 squares orthagonally or 0-sqrt(2) squares diagonally. It is allowed to move into check because this game was way too complicated to code already. You lose if your king dies.
__King:__ Moves 0-1 squares orthogonally or 0-sqrt(2) squares diagonally. It is allowed to move into check because this game was way too complicated to code already. You lose if your king dies.

<img src="https://raw.githubusercontent.com/ehulinsky/AnalogChess/main/images/Screenshot%20(148).png" width="200"/>

Expand Down

0 comments on commit f0acb41

Please sign in to comment.