Skip to content

sohbaker/ticTacToeJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Tic Tac Toe

Tasks

Create a Tic Tac Toe game in Java, to run on the command line, which:

  • Allows a user to play a Human vs Human game.
  • Allows a user to play a Human vs Computer game.
  • Allows the user to save an in progress game and reload it later.

Language

This application is written in Java version 12.0.1.

Testing

This application uses Gradle for build automation and JUnit for testing.

  • Tests can be run using the command gradle test or ./gradlew test (depending on whether you are using gradle wrapper).
  • You can view the test report by opening the HTML output file, located at ./build/reports/tests/test/index.html.

Running the application

  1. Type gradle clean build or ./gradlew clean build to compile.
  2. Type gradle --console plain run or ./gradlew --console plain run to run the game.

About

A Tic Tac Toe game on the Command Line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages