Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 482 Bytes

TicTacToe

School project for Java OOP

Featurelist:

Done:

Playable between 2 players

Checks if a player has one or if it's a draw

Logic to see if spot is available and/or in bounds

prints current player

Logic for restarting the game

Add a tracker for wins/losses

Create class for playernames and ask for them

Add simple AI using RNG

TODO:

Make the game look nicer.

Known bugs:

Game doesn't accept input at "Do you want to play again?" until the second game is done.