Skip to content

o9dangson/COP4331_Project3_TTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

COP4331_Project3_TTT

Tic-Tac-Toe From command line

HOW TO COMPILE AND RUN

  1. Locate location of java "jdk\bin" in system files.
  2. Add to path variable through command prompt if not already done. Use following command:
  • set "PATH=%PATH%;Location_of_jdk\bin" (example: set "PATH=%PATH%;C:\Program Files\Java\jdk1.8.0_191\bin")
  1. Unzip folder and navigate to location of unzipped files
  2. Navigate to inside using:
  • cd COP4331_Project2_TTT-master\TicTacToe_Project3\src
  1. Compile all files using the following command
  • javac "course\oop\classes\TTTAI.java" "course\oop\classes\TTTGame.java" "course\oop\classes\TTTPlayer.java" "course\oop\controller\TTTControllerImpl.java" "course\oop\controller\TTTControllerInterface.java" "course\oop\main\TTTDriver.java" "course\oop\application\Main.java" "course\oop\view\MainView.java"
  1. Run the Driver file using the following command
  • java course.oop.application.Main

ADDITIONAL NOTES

  • As directory was renamed to "classes" to accomodate Game, Player, and AI classes.

About

Tic-Tac-Toe Game implemented with JavaFx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published