https://github.com/borysn/tictactoe
Console based tic-tac-toe game built with Java
https://github.com/borysn/tictactoe
Last synced: about 1 month ago
JSON representation
Console based tic-tac-toe game built with Java
- Host: GitHub
- URL: https://github.com/borysn/tictactoe
- Owner: borysn
- License: mit
- Created: 2016-09-18T01:26:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T21:02:01.000Z (over 9 years ago)
- Last Synced: 2025-08-17T19:47:47.448Z (10 months ago)
- Language: Java
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe
A console based TicTacToe game built using Java
## install
`$ git clone git@github.com:borysn/tictactoe`
## build and run
`$ ./gradlew clean build test run -q`
## license
[MIT](/LICENSE)