Skip to content

Massive Multiplayer Go (Baduk) over TCP written in Rust

Notifications You must be signed in to change notification settings

Lila-Kuhlt/mmgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol

Board

BOARD <you> <width> <height> <board>

  • <you> The character that was assigned to you
  • <width> The width of the board
  • <height> The height of the board
  • <board> The encoded board. Each character is a filed in the board. You can use the formula x = index / width and y = index % height

About

Massive Multiplayer Go (Baduk) over TCP written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages