Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 402 Bytes

File metadata and controls

17 lines (10 loc) · 402 Bytes

Tic Tac Toe - Java

A console application for playing Tic Tac Toe, developed using Java.

Hyperskill Challenge by JetBrains Academy

This project is a solution to the challenge found here.

Features

  • Play against another player
  • Console-based interface
  • Simple and easy to understand code

Technologies Used

  • Java