Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Smallsan committed Mar 3, 2024
1 parent 51c24ef commit 0c1ade2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fenpix"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Small San"]
readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ The pixel assets were designed by me, so you're free to use them as you like.

As of writing, This the library only has one function.

It converts fen string ex. "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR"

into a pixel art chess board.
It converts fen string ex. "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR" into a pixel art chess board.

![Pixel Board](chess_board.png)

Expand Down

0 comments on commit 0c1ade2

Please sign in to comment.