Skip to content

pranaymethuku/big-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big-Tic-Tac-Toe

A Model-View-Controller implementation of the Tic-Tac-Toe game, created to optimize the heck out of it.

BigTicTacToe Screenshot

Key features

  • Flexible grid size (theoretically infinite), without compromising performance.
  • Uses dynamic programming concepts to ensure constant time termination state checks.

Requirements

For the program to run, you must have a recent Java Development Kit (JDK) on your machine.

How to run

Once you have cloned the repo, navigate into the root directory, and run make on the terminal, followed by java -cp bin/ TicTacToe.

About

Tic Tac Toe desktop app, but with flexible grid size!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published