Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 845 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 845 Bytes

Tic-Tac-Toe-Java-CLI

Tic-Tac-Toe, also known as noughts and crosses or Xs and Os.It’s meant to be a paper game,but now in computer game in command line.

Everybody knows this game from childhood. This is the game, where the price of a mistake is too high: it usually costs you the game. You can become a real master of this game by mastering only one possible option, so it also teaches you that simple is always better than complex.Let’s get started!

Origin of this project:Hyperskill - Tic Tac Toe

In this game there is 3 mode.

  • easy
  • medium
  • hard

To play the game use this command:

start user easy

Here is the preview of the game:

Deme Preview

Software Use:

  • Java 12
  • Intellij IDEA 2019