Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericmeyer/tictactoejava
https://github.com/ericmeyer/tictactoejava
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmeyer/tictactoejava
- Owner: ericmeyer
- Created: 2019-10-28T22:19:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T12:50:01.000Z (about 5 years ago)
- Last Synced: 2024-10-03T22:21:15.455Z (about 1 month ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`