issues
search
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
add one to a counter if up left is in-bounds and equal to play
repeat until it doesn't equal play
do the same for bot right, adding to the same counter
if counter reaches four, someone won so return
else repeat with left/right, bot left/up right, and down
WinCheck needs to be implemented in a new file