Skip to content

romanfedyniak/TicTacOs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacOs

TicTacOs is a unique and innovative operating system that allows you to play the classic game of Tic-Tac-Toe.

Quick Start

First, you need to install several programs to get started:

Afterwards, assemble the binary file:

$ fasm src/tic_tac_toe.fasm

After that, you can run the compiled binary file using QEMU:

$ qemu-system-x86_64 tic_tac_toe.bin

Gameplay

If "X" wins, all cells will be colored in red; if "O" wins, they will be blue. In case of a draw, everything will turn black.

  • , , , - select a cell
  • Enter - set X or O. If the game ends, restarts it

LICENSE

MIT