lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 177 forks source link

[w05-blockbattle] Add requirement that code outside of BlockWindow should use block coordinates #688

Closed snctfd closed 1 year ago

snctfd commented 2 years ago

It seems that a small subset of students are making the BlockBattle lab harder for themselves than it has to be by using pixel coordinates everywhere. Currently, this does not conflict with any of the requirements, but produces code that is extremely messy. Perhaps a requirement should be added that the code outside of BlockWindow should use block coordinates, in order to help guide students into making the right design choices?

bjornregnell commented 2 years ago

Seems like a very good idea for next year! PR welcome when you get some spare time.