From c2c4c00ae187d6c6a0a9aff3d8d104c11f582877 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 5 Oct 2020 12:51:25 -0400 Subject: [PATCH] catchup --- game.d | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/game.d b/game.d index 6cefab6..8de05e6 100644 --- a/game.d +++ b/game.d @@ -67,6 +67,15 @@ +/ module arsd.game; +/+ + Networking helper: just send/receive messages and manage some connections + + It might offer a controller queue you can put local and network events in to get fair lag and transparent ultiplayer + + split screen?!?! + ++/ + public import arsd.gamehelpers; public import arsd.color; public import arsd.simpledisplay;