Skip to content

A snake game developed in assembly for MIPS processor

Notifications You must be signed in to change notification settings

JoMedeiros/MIPSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published