diff --git a/README.md b/README.md index 70a08893f5eeb84184055aaee72f71f1373c0d59..45d298913f7e89780fe3a58dfa652119e5545fcf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ We decided do make our own version of the game known as Chinese Checkers. It's a We believe we achieved this goal as our project works fairly well. Players can join with their custom name, set up their lobby and once all participants are ready, play the game. There is room for improvment; We wanted to add more customization to the playstyle, like adding powerups, more game modes and more boards. Furthermore there are a few bugs that need to be addressed. +<b>Note:</b> Window resizing is not implemented so resizing windows on desktop will offset user click coordinates. + #### Technologies used The game is developed through Android Studio. Both Java and Kotlin are used as programming languages. To simplify the process, we used the libraries [kryonet](https://github.com/EsotericSoftware/kryonet) to create the Client/Server communication sockets and [libGDX](https://github.com/libgdx/libgdx) to set up the game framework.