Skip to content

AyushmanTripathy/tic_in_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe in x86_64 NASM

Tic Tac Toe (or noughts and crosses :) ) in NASM
This assembley program runs in Real mode (as the boot sector in a vm) in 16 bit addressing mode, and is assisted by BIOS.
Other assembley programs can be found at asm.

Running Locally

You will need,

  1. nasm
  2. qemu (qemu-common package generally)

Then clone the repo and execute the run.sh script.

git clone https://github.com/AyushmanTripathy/tic_in_asm
sh run.sh

Game Play

Screenshots
Game Start X Won

Resources

some links you may find useful.

About

Tic Tac Toe in x86_64 NASM

Topics

Resources

License

Stars

Watchers

Forks