/Tic-Tac-Toe

Tic-Tac-Toe game in MIPS Assembly Language.

Primary LanguageAssembly

Tic-Tac-Toe

Tic-Tac-Toe game in MIPS Assembly Language.

Configuracões do Bitmap:

Unit Width in Pixels : 1

Unit Height in Pixels: 1

Display Width in Pixels: 256

Display Height in Pixels: 256

Base address for display: 0x10010000(static data)

As posicoes informadas pelos jogadores serao interpretadas da seguinte forma no tabuleiro:

7 | 8 | 9

4 | 5 | 6

1 | 2 | 3