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

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

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)