Back to main

Tic Tac Toe in C

C command-line program

Aug 2021

v1.0

Information

Completed, Academic project

Development Team

Kap Thang

Platforms

Access

Tech stack

Features

Multiplayer

Play against another player.

Leaderboard ranking table

The game keeps track of the number of wins and losses for each player.

Save and load boards

The game allows you to save and load boards and resume the game.

Simple and intuitive UI

The game has a simple and intuitive UI.

Description

This is a simple Tic Tac Toe game written in C. The game has a simple and intuitive UI. The game allows you to save and load boards and resume the game. The game also keeps track of the number of wins and losses for each player. The source code is available on GitHub.

Back to main