Tic Tac Terminal

It's tic-tac-toe, in the terminal! I'd recommend using a dark theme for your terminal for best viewing.

screenshot

Installation

Using Cargo

  1. Install Rustup: https://www.rust-lang.org/learn/get-started
  2. cargo install tictacterminal
  3. Make sure your ..cargo/bin folder is in your PATH
  4. Run tictacterminal in your terminal

From Executable

  1. Identify the appropriate executable for your OS from the latest release
  2. Unzip (or Untar) it
  3. Run the executable

Note: The MacOS executable is not signed or notarized. You *can* get it to run, but I'd recommend using rustup instead.