coreyrop / SMIP

We are working to create an educational program that will be used to help students learn how to program in MIPS code. We are using the pyspim code base to run spim through python.
1 stars 1 forks source link

Story: Practice #52

Open coreyrop opened 5 years ago

coreyrop commented 5 years ago

As a student, I want a section to code outside of the lessons, so that I can test my own ideas and further my learning of SMIP

coreyrop commented 5 years ago

Acceptance Test

  1. Launch SMIP
  2. Select Practice
  3. Confirm that a Lesson Page loads
  4. Prompt should just say to code
  5. run code and confirm registers update
coreyrop commented 5 years ago

Acceptance Test Passed