https://github.com/mastercruelty/halflifeassembly
This was my project I made for the exam of computer architecture at University of Milan
https://github.com/mastercruelty/halflifeassembly
assembly half-life mips-architecture mips-assembly mips32 text-based-game university-project
Last synced: about 2 months ago
JSON representation
This was my project I made for the exam of computer architecture at University of Milan
- Host: GitHub
- URL: https://github.com/mastercruelty/halflifeassembly
- Owner: MasterCruelty
- License: gpl-3.0
- Created: 2021-06-18T17:29:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T15:10:37.000Z (over 1 year ago)
- Last Synced: 2023-11-19T16:26:49.674Z (over 1 year ago)
- Topics: assembly, half-life, mips-architecture, mips-assembly, mips32, text-based-game, university-project
- Language: Assembly
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/MasterCruelty/HalfLifeAssembly/stargazers)
[](https://github.com/MasterCruelty/HalfLifeAssembly/network/members)

[](https://github.com/MasterCruelty/HalfLifeAssembly/issues)


# HalfLifeAssembly
This was my project for the exam of computer architecture at University of Milan.
It's a text-based game about the first **Half Life**, precisely when **Gordon Freeman** has to escape from Black Mesa at the beginning of the game.### Usage
It's written in MIPS 32 and you have to run it in ```QTSpim```, a simulator of this assembly code. You can download it from [here](http://spimsimulator.sourceforge.net/).
You have to import the ```.asm``` file into the simulator and then you can run it by click the play button.### Language
The Strings used in this game are completely in Italian, so deal with it I guess.