Skip to content

simple tictacoe authoritative game server logic for nakama

Notifications You must be signed in to change notification settings

JosePedroDias/nakama-tictactoe

Repository files navigation

simple tictactoe nakama authoritative server logic

You can find the client counterpart to this here: https://github.com/JosePedroDias/nakama-tictactoe-client

module contents

  • tictactoe_match RPC (responsible for querying for open matches of this kind, creating one if none were found)
  • tictactoe_kill RPC (auxiliary RPC which kills of matches of this kind) ~> disabled
  • tictactoe (authoritative match implementation)[match.go]. expects 2 players to join

abstract game logic

see logic.go

opcodes

see messages.go

reference

nakama

go plugin

About

simple tictacoe authoritative game server logic for nakama

Topics

Resources

Stars

Watchers

Forks