2020.12.19 / School Project / NASM x86-64 / C

Tic Tac Toe NASM x86-64

What this project is

A command-line tic-tac-toe game built with NASM x86-64 assembly, with a small C helper for drawing the board.

Concept

The game uses a 4x4 board where the human player goes first as x, and the computer responds as o. It includes menu-driven easy and hard modes: easy mode picks a random open spot, while hard mode scans for a possible human win and blocks it before choosing a move.