thapakazi / ttt

tic-tac-toe bash implimentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe-puzzle

Bash implementation of classic tic-tac-toe with basic ai.

Installation

Manual

Download the latest verion from zip or tar clone the repo.

$ cd path-to-ttt
$ ./configure
$ sudo make install
    
RequirementType
bashdepends
ASCII-boarddepends
figletoptional

Playing

$ ttt

Want to play infinity and beyond ?

while ttt; do; echo "retrying again... LETS GO INSANE"; done

I guess, Ctrl + z is only way to exit and kill the program, do fg and Ctrl + c :P Yes, that’s insane. Bet you can, beat this bash_AI use mouse to play.

About

tic-tac-toe bash implimentation

License:MIT License


Languages

Language:Shell 90.6%Language:Makefile 9.4%