starting to work on actual network protocol; code organization
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 4 Apr 2022 12:48:08 +0000 (07:48 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 4 Apr 2022 12:48:08 +0000 (07:48 -0500)
commit989bd98ef2ad6e79ff82dfb6ed1646103ddbe339
treef5f15ebf49609061edb92032beefb90635c3505a
parenta2ccd3e160cc0f9229730c12fcf1083615ac3976
starting to work on actual network protocol; code organization
doc/design.md
src/client/build.onyx
src/client/game.onyx [new file with mode: 0644]
src/client/globals.onyx [new file with mode: 0644]
src/client/main.onyx
src/client/utils/input.onyx
src/server/server.onyx
src/shared/packets.onyx [new file with mode: 0644]