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
- Host: GitHub
- URL: https://github.com/undergrounder96/tic-tac-toe-bash
- Owner: UnderGrounder96
- License: mit
- Created: 2022-11-06T11:07:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T09:42:58.000Z (almost 3 years ago)
- Last Synced: 2025-05-19T12:49:02.762Z (5 months ago)
- Topics: bash, bash-scripting, shell, shell-scripting, tic-tac-toe, tic-tac-toe-game
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```