Skip to content

shannon-vaz/Tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Description

This is a Tic-Tac-Toe game for 2 players implemented in Java that runs in the console.

Pre-requisite software

  • git
  • JDK 8

Build and run the game

  • Clone the repo on your system
  • Run the command ./gradlew distZip(Linux) ./gradlew.bat distZip(Windows) in the project folder
    This will create a zip that contains the app and scripts to run the app under path app/build/distributions in the project folder
  • Extract the zip generated under app/build/distributions folder
  • Under the extracted folder, run the script ./app(Linux) ./app.bat(Windows) from bin folder to start the game

About

Console based Tic-tac-toe game for 2 players

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages