A simple version of "Tic Tac Toe" (aka "noughts and crosses") using WASM4 and Go.
Two player place either a "X" or a "O" on the 3x3 board. The player who gets 3 in a row, wins the game.
A blinking "X" or a blinking "O" indicate the current player. You move it around by using the D-Pad of WASM4.
Making your move (placing the piece) done by pressing "Button 1".
By Pressing "Button 2", the A.I. will make a move instead.