Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WI
wildergheight @lemmy.world
Posts 1
Comments 3
Help with supports
  • I'm not sure what orientation you're printing it at but you could try organic supports, those usually take up less surface area. Unfortunately with supports you're always going to have a rougher surface than printing without them

  • My DIY Electronic 9x9 Go Board with OGS connectivity is (almost) complete!
  • Sorry I missed this! It's way less complicated interacting with OGS haha, they have an API available that you can interface with to get game information, send/recieve moves, the whole deal. The documentation isn't the best, but it's usable enough to get things working! As for the board detection, that's with reed switches beneath the intersections (and magnets embedded within all of the stones)

  • My DIY Electronic 9x9 Go Board with OGS connectivity is (almost) complete!

    Some example pics/vids

    I finally have this in a completed enough state to share! This is my DIY electronic 9x9 go board, complete with stone detection, LEDs, and full connectivity to OGS. I'll probably make a seperate build guide/process as I figure it's complicated enough not to mix with the boards features.

    As it stands, the board has three main modes, Singleplayer (Vs an OGS bot), Multiplayer (vs any OGS opponent), and a demo/test board. It can resume in progress games on OGS, and can start new bot games (currently it cannot start a new multiplayer game, I'm honestly not sure if that's really necessary with open challenge wait times). It has full illegal move/ko detection, and (mostly) is capable of reconnecting if the conneciton to the OGS server is lost. It can estimate the current score locally courtesy of GNUGo. A local SGF file is also generated for every mode and can be saved for future reference.

    I still need to finish implementing the stone removal phase, at the moment it'll just accept whatever the opponent approves (which could definitely be an issue if found out!), but this will only be needed for multiplayer. Also online undos. It can be done, but will be a bit tricky due to how the board tracks previous moves.

    There's a lot more I can share but I don't want to spam, I'm happy to answer any questions y'all have!

    some build/progress pics

    5