goland
goland copied to clipboard
terminal game in go
``` ~ --> ssh [email protected] Permission denied (publickey,keyboard-interactive). ~ --> ```
Items within one's inventory should not be drawn on map. Have a separate buffer containing items and other game objects? A boolean flag whether to draw them or not? Assign...
As discussed via email. Discussion can go here.
strange log messages like ``` 2013/03/19 04:50:53 WorldSession: ReceiveProc: Channel closed 127.0.0.1:57494 &~ #j##h#(0,0) mischief (@) (127,130) a630b092-86d6-49f5-6f09-f856734068ac tags: visible:true player:true ``` and ``` 2013/03/19 04:49:18 ClientPacket: Reply: (Tgetplayer nil)...
maybe Inventory can embed a GameObjectMap to inherit its properties, and remove duplicated functionality.