Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 258 Bytes

###Structure

cmd/server - the main

internal - game logic, concrete entities
    /game - game logic

pkg - dummy data holders, abstractions
    /models - data models
    /packet - builders & definitions for packets
        /outgoing
        /incoming