karolskolasinski / tic_tac_toe

Java CLI Project: Tic-tac-toe

Home Page:https://replit.com/@holakele/tictactoe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

demo: https://replit.com/@holakele/tictactoe

Description

Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

source: Wikipedia

Run

To run program type in the console:

java -jar out/artifacts/tic_tac_toe_jar/tic_tac_toe.jar

or hit "Run" button.

PrintScreen

pic start 1

About

Java CLI Project: Tic-tac-toe

https://replit.com/@holakele/tictactoe


Languages

Language:Java 84.8%Language:JavaScript 14.3%Language:HTML 0.8%