A simple game of command line tic-tac-toe coded in GAS/AT&T x64 Assembly for Windows.
In order to play just run the executable in your windows' cmd (doesn't need administrator). For every round, you will be asked to input two coordinates (0, 1 or 2 for both, with [0, 0] being the top-left corner), corresponding to the spot where you wish to place your mark. Player 1 will be "X"s and Player 2 will be "O"s.