Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericmeyer/tictactoejava


https://github.com/ericmeyer/tictactoejava

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tic Tac Toe

[![Build Status](https://travis-ci.com/ericmeyer/TicTacToeJava.svg?branch=master)](https://travis-ci.com/ericmeyer/TicTacToeJava)

## Design / Decision Documentation

[Here](https://github.com/ericmeyer/TicTacToeJava/blob/master/steps.md) are the steps outlining the various steps and decisions made while implementing this application.

## Setting up the Application

1. `git clone https://github.com/ericmeyer/TicTacToeJava`
2. `cd `

### Running the Tests

`./gradlew test`

### Running the application

For verbose output: `./gradlew run`
For cleaner output: `./gradlew run -q`