This commit is contained in:
Adam D. Ruppe 2020-10-05 12:51:25 -04:00
parent a5f12efa29
commit c2c4c00ae1
1 changed files with 9 additions and 0 deletions

9
game.d
View File

@ -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;