CS0447 Midterm Project Wordle
CS 0447 Computer Organization and Assembly Language Midterm Project Introduction In this project, you will be implementing a simplified version of wordle game using MIPS assembly. The principle is the same as the original one. But we’ll introduce a simplification: Players can try to guess non-existing words, like lsdkf. Otherwise, it’s pretty much the same …