Swift CommandLine TicTacToe. Created and Exported with Marathon.
$ git clone https://github.com/garricn/TicTacToe.git
$ cd TicTacToe
$ make
$ git clone https://github.com/garricn/TicTacToe.git
$ cd TicTacToe
$ swift build -c release -Xswiftc -static-stdlib
$ cp -f .build/release/TicTacToe /usr/local/bin/tictactoe
Note: Swift is required. Follow the instructions here for installing Swift on Linux.
$ git clone https://github.com/garricn/TicTacToe.git
$ cd TicTacToe
$ swift build -c release
$ cp -f .build/release/TicTacToe /usr/local/bin/tictactoe
Run tictactoe
from anywhere on Command Line.