SumanSharmaTech / Not-a-Excluded-Project

you can add any codes in any language by creating its respective folder (if already not available).
8 stars 32 forks source link

Add TicTacToe game in Java #67

Closed SB2318 closed 2 years ago

SB2318 commented 2 years ago

Changes are made in Java folder inside main branch. TicTacToe.java file is added. It is a simple implementation of the popular tic-tac-toe game in Java language. Fixes #57

SB2318 commented 2 years ago

Please check this.