Skip to content

Commit 5b46e0d

Browse files
Update README.md
1 parent cceaf9a commit 5b46e0d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
[![maven](https://img.shields.io/maven-central/v/com.krossovochkin.chesskt/chesskt)](https://mvnrepository.com/artifact/com.krossovochkin.chesskt/chesskt)
55

66
Kotlin multiplatform chess backend
7-
Also contains example of usage as desktop app
87

9-
![](/img/chess_initial.png)
10-
![](/img/chess_checkmate.png)
8+
[Try it](https://krossovochkin.com/apps/chesskt/)
9+
10+
<image src="/img/chess_initial.png" width=300/>
11+
<image src="/img/chess_checkmate.png" width=300/>
1112

1213
# Integration
1314

@@ -69,6 +70,14 @@ game.setGameResultCallback { result ->
6970
}
7071
```
7172

73+
# Test App
74+
75+
Repository contains test compose multiplatform app for demo and testing purposes.
76+
There is no any chess moves engine there.
77+
The test app is simple, is not intended for production use and is not designed to have a lot of features.
78+
79+
Web version can be found [here](https://krossovochkin.com/apps/chesskt/)
80+
7281
# License
7382
Copyright © Vasya Drobushkov
7483
License Apache 2.0

0 commit comments

Comments
 (0)