Skip to content

garricn/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

Swift CommandLine TicTacToe. Created and Exported with Marathon.

Installation

On macOS

Make

$ git clone https://github.com/garricn/TicTacToe.git
$ cd TicTacToe
$ make

Swift Package Manager

$ 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

On Linux

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

Usage

Run tictactoe from anywhere on Command Line.

About

Swift Command Line TicTacToe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published