lunduniversity / introprog-scalalib

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

Documentattion for gameloop is missing #41

Closed axelnilsson98 closed 5 months ago

axelnilsson98 commented 1 year ago

There is no documentation for the method gameLoop(stopWhen: => Boolean): Unit on the api site. This makes the code hard to read for students when they work because the code calls on a method that they don't know what it does.

bjornregnell commented 5 months ago

Fixed.