Skip to content

adamhusse818/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Basic implementation of the game tic-tac-toe. It does not include a computer player function. To run:

  1. Create a new project in an IDE of your choice, call it "TicTacToe", and do not make a main class
  2. Copy the TicTacToe.java file and place it into the src directory
  3. Run the TicTacToe.java file
  4. Now you're playing tic-tac-toe!

About

Basic implementation of tic-tac-toe using Java Swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages