https://github.com/zoran-jankov/xs-and-os-game
Xs and Os is a paper-and-pencil game for two players, are implemented in a computer program. X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
https://github.com/zoran-jankov/xs-and-os-game
Last synced: 3 months ago
JSON representation
Xs and Os is a paper-and-pencil game for two players, are implemented in a computer program. X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
- Host: GitHub
- URL: https://github.com/zoran-jankov/xs-and-os-game
- Owner: Zoran-Jankov
- License: gpl-3.0
- Created: 2019-12-26T07:28:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T23:11:03.000Z (over 3 years ago)
- Last Synced: 2024-12-31T15:43:53.292Z (10 months ago)
- Language: Java
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Xs-and-Os-Game](https://en.wikipedia.org/wiki/Tic-tac-toe)
## Description
Xs and Os is a paper-and-pencil game for two players, here implemented in a computer program. X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
## Licence
[***GNU General Public License Version 3***](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.gnu.org/licenses/gpl-3.0)
## Credits
### Author
Software architect and developer: [Zoran Jankov](https://www.linkedin.com/in/zoran-jankov/)