Skip to content

This this the final project of our course Computer Architecture Organization during our sophomore year second semester.

Notifications You must be signed in to change notification settings

joxyle-jhon/Snake-Game-Assembly-x86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game using Assembly x86 (MIPS)

Introduction

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

Setup Mars IDE

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.

Running on Mars

Setting the enviroment to run the game:

settings

It dies when hits itself...

self collinsion

... Or the walls.

walls collision

About

This this the final project of our course Computer Architecture Organization during our sophomore year second semester.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published