Tetris AI would be hard, but harder than writeing a C complier from scrath that complies to MIPS Assembler?ace said:I agree, Tetris AI
Welcome to PSYCHO HARD land
People in Comp1721 wish for Comp1021 assignments
You're lucky you found out early then! Under Cygwin, and especially when programming in C you get very litte protection against crap you do to yourself, such as writing over bits of memory you shouldn't be (eg, reading/writing out of bounds on an array).cyrax83 said:for some reason the program doesn't seem to work properly over putty
My guess is that you are accessing unintlised memory, which happended to always come from the same place on your computer (and hence appear to work), but now comes from a different palce on the CSE machines (and hence has exposed a bug).cyrax83 said:for some reason the program doesn't seem to work properly over putty
Yes, I here that is the next assignment we will be given. Fun times ahead, I predict lots of failing students or ones that want Andrew Taylor 6 feet under the groundMcLake said:Tetris AI would be hard, but harder than writeing a C complier from scrath that complies to MIPS Assembler?
It is actually a fun assignment to do =) Just so you know, theres a 3rd year subject called Compilers, but no, andrewt doesn't teach itace said:Yes, I here that is the next assignment we will be given. Fun times ahead, I predict lots of failing students or ones that want Andrew Taylor 6 feet under the ground
Which I now feel like I don't need to do, thanks to 1Bsunny said:It is actually a fun assignment to do =) Just so you know, theres a 3rd year subject called Compilers, but no, andrewt doesn't teach it