GithubHelp home page GithubHelp logo

gameoflife's Introduction

Game of Life (now in MIPS!)

This is the final project in Computer Architecture of Andrew, Corrin, Eric, and Ian. It uses the awesome power of MIPS assembly to play the Game of Life for you.

Some things to keep in mind throughout the program:

  • We are reserving register $s5 for the width of lines.
  • We are reserving register $s6 for the first address of the grid.
  • We are reserving register $s7 for the last address of the grid.

Also, note the style of the internal labels: 2 spaces indent, with a prefix denoting the subroutine it is in. This makes it clear that everything indented is all one subroutine. It also helps prevent name conflicts between team members.

gameoflife's People

Contributors

geppettodivacin avatar smartalloc avatar ianjbr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.