Skip to content

kr58/Tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe

This is a simple implementation for Tic Tac Toe game in java It has four playing modes:

  • User vs User
  • User vs AI
  • User vs CPU ( Uses random locations for turn )
  • CPU vs AI
    // Updates in AI Algorithm are welcome for changes

How To Run

Run the following commands in a terminal

  • javac GAME.java
  • java GAME

Requires jdk(>=1.8.0) package installed and path variable set ( for windows pc )

The End

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages