Skip to content

GeovanaS/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published