tictacterminal

Crates.iotictacterminal
lib.rstictacterminal
version2.0.5
sourcesrc
created_at2021-09-23 20:55:03.544053
updated_at2021-09-28 10:00:59.060445
descriptionTic Tac Toe, Terminal
homepage
repositoryhttps://github.com/ericwburden/tictactoe
max_upload_size
id455508
size43,921
Eric Burden (ericwburden)

documentation

README

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.

Commit count: 39

cargo fmt