Skip to content

A window application with a tic-tac-toe game with a bot.

License

Notifications You must be signed in to change notification settings

Ilvondir/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is a Swing-based tic-tac-toe game application that allows you to play against a bot. The game features a graphical user interface with a 3x3 game board. The bot is implemented using the minimax algorithm with alpha-beta pruning to determine the best possible move.

Used Tools

  • Java SE 19
  • Swing

Requirements

For running this program you need:

How to run

  1. Execute command git clone https://github.com/Ilvondir/tic-tac-toe.
  2. Open and compile project in Java IDE.

First Look

firstlook

About

A window application with a tic-tac-toe game with a bot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages