Skip to content

A simple simulation of the famous retro game Snake in Mips assembly language.

Notifications You must be signed in to change notification settings

soroush-msd/mipsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mipsnake

A simple simulation of the famous retro game Snake in MIPS assembly language using SPIM emulator.

Usage:

$ spim -file worm.s #Length #Moves #Seed

The videos below demonstrate two different movements of the worm based on their seed input.

$ spim -file worm.s 10 99 23
1.mp4
$ spim -file worm.s 10 99 3
2.mp4

About

A simple simulation of the famous retro game Snake in Mips assembly language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published