WIP commit for two player mode.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 27 May 2021 01:18:24 +0000 (18:18 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 27 May 2021 01:18:24 +0000 (18:18 -0700)
  - 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.


No differences found