Skip to content

BuckB/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

A TicTacToe game created in Java using TDD.

Technology stack used:

  • Java 17
  • Spring-Boot 2.5.6
  • Gradle
  • JUnit 5

Rules

Tic-tac-toe is a 2 player game, X and O, who takes turns marking the spaces in a 3x3 grid. The player who succeeds in placing three respetive marks in a horizontal, vertical or diagonal row, wins the game.

About

A TicTacToe game created in Java using TDD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages