https://github.com/jserv/tic-tac-toe
An implementation of classical tic-tac-toe game for terminal I/O
https://github.com/jserv/tic-tac-toe
Last synced: over 1 year ago
JSON representation
An implementation of classical tic-tac-toe game for terminal I/O
- Host: GitHub
- URL: https://github.com/jserv/tic-tac-toe
- Owner: jserv
- License: other
- Created: 2020-08-26T14:33:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T16:03:37.000Z (almost 4 years ago)
- Last Synced: 2025-04-22T22:57:07.187Z (over 1 year ago)
- Language: C
- Size: 15.6 KB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tic-tac-toe
`tic-tac-toe` (or `ttt`) is an implementation of classical tic-tac-toe game for terminal I/O.
Tested on both GNU/Linux and macOS.
## Objectives
* Getting comfortable with GNU/Linux Environment
* Become familiar with GitHub and Open-source contribution
* Understanding fundamental of modular-development
* Solving problems in procedural-oriented technique
* Learning terminal I/O operations
## License
`tic-tac-toe` is released under the BSD 2 clause license. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.