An open API service indexing awesome lists of open source software.

https://github.com/undergrounder96/tic-tac-toe-bash

Tic-Tac-Toe game written in bash shell-scripting
https://github.com/undergrounder96/tic-tac-toe-bash

bash bash-scripting shell shell-scripting tic-tac-toe tic-tac-toe-game

Last synced: 3 months ago
JSON representation

Tic-Tac-Toe game written in bash shell-scripting

Awesome Lists containing this project

README

          

# tic-tac-toe-bash

https://en.wikipedia.org/wiki/Tic-tac-toe

# Deployment

```bash
# check if make package is installed
make --version

# execute "make all" to run the program for the first time
make all

# subsequent runs, can be executed with "make" or "make log"
# see Makefile for more details
make
```