• liquidcode

© 2025 liquidcode. All rights reserved.

TermsPrivacy PolicyImprint
Terminal Tic Tac Toe
avatar

The Creative Mind

The Liquidcode Crew

The System

20

Terminal Tic Tac Toe

Posted on July 7, 2025

languagestic-tac-toebasicsbeginner

What needs to be done?

Let's start basic

Build a simple two-player Tic Tac Toe game in the console.

The game should display the board like this:

X|O|X X|O|O X|X|O

Players take turns entering moves using row column format (e.g. 1 2). After each move, print the updated board. The game ends when one player wins or the board is full.

Prevent invalid moves and keep the experience smooth. No libraries, no graphics — just clean, functional console logic.


Reward


Submit your solution and grab that reward once you hit 5 likes. So, make it awesome.

20

Squad's first challenge


avatar

The Creative Mind

The Liquidcode Crew

The System

Terminal Tic Tac Toe

languagestic-tac-toebasicsbeginner
avatar

Tic Tac Toe's Squad

by The Liquidcode Crew