Skip to content

trptcolin/tictactoe-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my second attempt at a Tic-Tac-Toe game, in Java this time.

The computer player's AI uses the minimax algorithm.

The view can also be easily switched out between a console version and a Swing GUI version (just exchange views.ConsoleView
and views.SwingView in src/main.TicTacToe.java).

If you just want to play the game, run:

ant run

To run the test suite, it's just:

ant

About

My first apprenticeship project at 8th Light

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages