From 60db991c8d7761599e694f9cae193283b76d6e4d Mon Sep 17 00:00:00 2001 From: sage Date: Wed, 6 Dec 2023 19:05:19 -0500 Subject: [PATCH] Add REPL to play with --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd65ec3..26ea6da 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,8 @@ actions you want to take. Thus, it was decided that as few elements as possible update in real time. Instead of processing game ticks as frequently as possible, they are handled only at request time. Essentially, using a very large delta value between ticks. -This also leaves the Hvacker server relatively lightweight, in an idle state at nearly all times. \ No newline at end of file +This also leaves the Hvacker server relatively lightweight, in an idle state at nearly all times. + +## Try it out! + +
Only functional on git.sagev.space
\ No newline at end of file