egtzori / ttt

Tic Tac Toe in the boot sector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe in the boot sector

Test Image 1

Demo TTT game implementation in the boot sector. Play with keys 1-9 Written in NASM (https://www.nasm.us/). To build it you will need nasm and qemu for x86. On ubuntu do sudo apt-get install nasm qemu

to buid run: make to play: make boot

About

Tic Tac Toe in the boot sector

License:MIT License


Languages

Language:Assembly 89.5%Language:Makefile 6.9%Language:GDB 3.6%