Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 374 Bytes

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