Skip to content

Commit

Permalink
write about features
Browse files Browse the repository at this point in the history
  • Loading branch information
MoosaTae committed Dec 5, 2023
1 parent e4612f4 commit bc987a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ building simple chess game by using Swift language for IOS.
![boardgame](Screenshot.png)

## Overview
This project uses the Swift Package Manager (.swiftpm) for dependency management. using brute-force method to simple create this game.
This project uses the Swift Package Manager (.swiftpm) for dependency management. using brute-force method to simple create this game, and following are features
- draw possible moves and attack square
- checkmate Status alert and restart
- when got check need to force move king or block with other pices

![possbileMoves](possibleMove.png) ![checkmate](checkmate.png)

## Usage
### Swift Package Manager
Expand Down
Binary file added checkmate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added possibleMove.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc987a9

Please sign in to comment.