Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60
stars
14
forks
source link
fix check coordinate bounds in #5, generalize to get/set/clearPixel #6
Closed
bjornregnell closed 5 years ago
y coordinate checks less than
width
but should beheight
https://github.com/lunduniversity/introprog-scalalib/pull/5/files#diff-f9c222247a5c88c3452c22542c23d92cR204 @jos-rosenqvist-3812 I'll fix this today; will abstract over checks by isInside and requireInside