Skip to content

mibal-ua/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Tic Tac Toe Project


Without JRE

Build instructions

  • Build distributions using maven tool:
mvn -P without-jre clean package
  • Use the following archives:
    • target/tic-tac-toe-${project.version}-windows.zip for Windows
    • target/tic-tac-toe-${project.version}-unix.tar.gz for MacOS or Linux

Run instructions

  • Download OpenJDK 18;
  • Unzip the downloaded OpenJDK archive;
  • Configure the PATH environment variable:
    • Add %JDK_HOME%\bin\ directory for Windows;
    • Add $JDK_HOME/bin/ directory for MacOS and Linux;
  • Re-login or restart computer;
  • Unzip the Tic tac toe distribution:
    • Unzip tic-tac-toe-${project.version}-windows.zip for Windows;
    • Unzip tic-tac-toe-${project.version}-unix.tar.gz for MacOS or Linux;
  • Go to unzipped directory;
  • Run the game by double-click on the start script:
    • start.cmd for Windows;
    • start.sh for MacOS or Linux;

With JRE

Build instructions

  • Build distributions using maven tool:
mvn -P with-jre clean package
  • Use the following archives:
    • target/tic-tac-toe-${project.version}-windows-with-jre.zip for Windows
    • target/tic-tac-toe-${project.version}-macos-with-jre.tar.gz for MacOS
    • target/tic-tac-toe-${project.version}-linux-with-jre.tar.gz for Linux

Run instructions

  • Unzip the Tic tac toe distribution:
    • Unzip tic-tac-toe-${project.version}-windows-with-jre.zip for Windows;
    • Unzip tic-tac-toe-${project.version}-macos-with-jre.tar.gz for MacOS;
    • Unzip tic-tac-toe-${project.version}-linux-with-jre.tar.gz for Linux;
  • Go to unzipped directory;
  • Run the game by double-click on the start script:
    • start.cmd for Windows;
    • start.sh for MacOS or Linux;

Readme tutorial

About

The simple tic-tac-toe game

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published