notme4 / Connect-Four

Connect Four game in MIPS assembly language
0 stars 0 forks source link

No WinCheck #10

Closed notme4 closed 2 years ago

notme4 commented 2 years ago

WinCheck needs to be implemented in a new file

notme4 commented 2 years ago
  1. add one to a counter if up left is in-bounds and equal to play
  2. repeat until it doesn't equal play
  3. do the same for bot right, adding to the same counter
  4. if counter reaches four, someone won so return
  5. else repeat with left/right, bot left/up right, and down