Skip to content
/ TicTacPro Public

Java CLI Tic Tac Toe game with computer AI & support for board sizes >3

Notifications You must be signed in to change notification settings

th13/TicTacPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacPro

A Java Tic Tac Toe game with AI and Variable Board Size

Features

  • Support for variable board size (currently, formatting of the board only works for board_size <= 9, but the program theoretically supports any size that can fit in memory).
  • Player v. Player game mode or Player v. Computer.
    • AI that simulates "real" human play by introducing some degree of randomness, defensive game play, and offensive game play (when it has a chance of winning).

About

Java CLI Tic Tac Toe game with computer AI & support for board sizes >3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages