Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
/ math-match Public archive

cs 2340 f24 | computer architecture long project

License

Notifications You must be signed in to change notification settings

wxkim/math-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

math-match-asm

This is the repository for a computer architecture (CS 2340) long project written in MIPS, admistered at the University of Texas at Dallas.

The project is based on the matching game hosted here. Select mode 'Multiply Easy'.

To be completed by November 18th, 2024.

This repository was archived on November 28th, 2024.


Program Description

  • The game is single player.

  • The MIPS program provides the game environment.

  • The game is self sufficient with only program and player.

  • The board is displayed using ASCII characters.

  • The game has event based sound effects.

  • Cards on the game board will display either

    • a. a simple multiplication expression e.g. "10 x 5".
    • b. an integer literal e.g. "50".
  • Cards will not contain non-integer values, like floats.

Submission Specifications

  • The program compiles and runs without error/crash.
  • The game can be completed, start to finish, as expected.
  • All code is properly documented and commented.

About

cs 2340 f24 | computer architecture long project

Topics

Resources

License

Stars

Watchers

Forks