From: Aaron Taylor Date: Thu, 27 May 2021 01:18:24 +0000 (-0700) Subject: WIP commit for two player mode. X-Git-Url: http://git.subgeniuskitty.com/sgk-go/.git/commitdiff_plain/6c3e8b62b6763209027b3cdaaa9a00a93d12b828?ds=inline;hp=6c3e8b62b6763209027b3cdaaa9a00a93d12b828 WIP commit for two player mode. - NOPed a bunch of commands to restrict the player to a two-player compatible subset. Things like "undo" or "switch" are incompatible with current setup. - Pushed the FIFOs down into do_pass(), do_move() and computer_move(), which is where we will build the communication layer. ---