The only dependency in this game should be YetAnotherNet, it should showcase all features of the library. This should be a relatively small game, perhaps a simple shooter.
Checklist
These functions should be used in the minimal example game.
- Route
Route:send()
Route:query()
Route:addIncomingMiddleware()
Route:addOutgoingMiddleware()
- Net
The only dependency in this game should be YetAnotherNet, it should showcase all features of the library. This should be a relatively small game, perhaps a simple shooter.
Checklist
These functions should be used in the minimal example game.
Route:send()Route:send():to()Route:query()Route:query():from()Route:addIncomingMiddleware()Route:addOutgoingMiddleware()Net.createHook()