GeovanaS / Tic-Tac-Toe

Tic-Tac-Toe game in MIPS Assembly Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tic-Tac-Toe game in MIPS Assembly Language.


Languages

Language:Assembly 100.0%