https://github.com/taga3s/tic-tac-toe
A simple tic-tac-toe running on the CLI.
https://github.com/taga3s/tic-tac-toe
cli go minigames
Last synced: 2 months ago
JSON representation
A simple tic-tac-toe running on the CLI.
- Host: GitHub
- URL: https://github.com/taga3s/tic-tac-toe
- Owner: taga3s
- License: mit
- Created: 2024-07-06T15:44:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T02:52:39.000Z (about 1 year ago)
- Last Synced: 2025-01-16T13:18:17.308Z (9 months ago)
- Topics: cli, go, minigames
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
A simple tic-tac-toe running on the CLI.

## Usage
Just run the following command.
```
$ tic-tac-toe
```## Project setup
- run app
```
$ make run
```- test
```
$ make test
```- build
```
$ make build
```## License
MIT