Skip to content

Tic Tac Toe developed in Java using hashtable with separate chaining. Human plays Tic Tac Toe against the Computer on board of size nxn and k adjacent symbols are needed to win

Notifications You must be signed in to change notification settings

JankiChaudhari226/Hybrid-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid-Tic-Tac-Toe

Java program that plays (n, k)-tic-tac-toe.

Implemented a dictionary using a hash table with separate chaining.

(n, k)-tic-tac-toe is played on a board of size n × n and to win the game a player needs to put k symbols on adjacent positions of the same row, column, or diagonal.

The program will play against a human opponent

About

Tic Tac Toe developed in Java using hashtable with separate chaining. Human plays Tic Tac Toe against the Computer on board of size nxn and k adjacent symbols are needed to win

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages