From 62fc91ef8715cfd486b7e40b11f1b852ad9aba3c Mon Sep 17 00:00:00 2001 From: "Anders H. Rebner" <anderhre@stud.ntnu.no> Date: Wed, 28 Apr 2021 20:22:57 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70a0889..45d2989 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. -- GitLab