mirror of https://github.com/adamdruppe/arsd.git
catchup
This commit is contained in:
parent
a5f12efa29
commit
c2c4c00ae1
9
game.d
9
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;
|
||||
|
|
Loading…
Reference in New Issue