From 93bbeb48c02e748cfe0f3b25d29ca93d82caea8a Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Wed, 14 Jul 2021 15:05:30 +0200 Subject: New server --- README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 6ff6dbf..0000000 --- a/README.md +++ /dev/null @@ -1,30 +0,0 @@ -

-
- ยป Kartik Server ยซ -
developed with
- -

- ----- - -A low latency game proxy for Kartik. Note that it is **only** a proxy and does not control any packet sent between clients (e.g. it doesn't check for cheats) - -* **Status:** ๐Ÿ’ป Actively maintained - - - - -## Summary -* **Language:** JavaScript -* **Started:** April 2021 -* **License:** GNU General Public License 3.0 -* **Website:** https://kartik.hopto.org - -## Setup -* Clone the repository -* Change the `ServerPort` in **index.js** -* Start it: `node index.js` -* In your copy of the Kartik game, put your connection settings to `/online/server.json` - -## Issues -Issues are reported using GitHub issues. -- cgit