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

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

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.