File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 44[ ![ maven] ( https://img.shields.io/maven-central/v/com.krossovochkin.chesskt/chesskt )] ( https://mvnrepository.com/artifact/com.krossovochkin.chesskt/chesskt )
55
66Kotlin 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
7382Copyright © Vasya Drobushkov
7483License Apache 2.0
You can’t perform that action at this time.
0 commit comments