Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.44 KB

MIPSnake 🐍

Intro

This is a version of classic snake game for MIPS processor written in Assembly.

How to use 🍎

To run the .asm file you can download a MIPS emulator. The MIPS Mars is a free emulator made in java that you can download here. The actual project file is mips_snake.asm. Everything else in tests folder as its name sugests is just a bunch of tests For handling input, generating random numbers and so on.

MARS's bugs 🐛 ❗

There's a bug in the Mars MIPS emulator. You may fix it following the instructions in this link. The file Mars_4_5_FIXED.jar is a version of the original file with the bug corrected.

Running on Mars 👽

Setting the enviroment to run the game:

settings

It dies when hits itself...

self collinsion

... Or the walls.

walls collision

Authors :octocat:

Josivan Natalia
Josivan Natalia