Paul Holt
Paul Holt
@pcholt Intellij complains about your dependencies in your ConsoleTest.kt. I had to disable the kotlin plugin for it to shutup. _Originally posted by @jnellis in https://github.com/coding-horror/basic-computer-games/pull/541#issuecomment-1026486984_
@pcholt Intellij complains about your dependencies in your ConsoleTest.kt. I had to disable the kotlin plugin for it to shutup. _Originally posted by @jnellis in https://github.com/coding-horror/basic-computer-games/pull/541#issuecomment-1026486984_
@suetanvil I was wondering if your Awari Java implementation is a faithful algorithmic recreation of `awari.bas` ? I notice references to `Random` but there are no random numbers generated in...
@suetanvil I was wondering if your Awari Java implementation is a faithful algorithmic recreation of `awari.bas` ? I notice references to `Random` but there are no random numbers generated in...
@suetanvil I was wondering if your Awari Java implementation is a faithful algorithmic recreation of `awari.bas` ? I notice references to `Random` but there are no random numbers generated in...
I just put in a patch for this issue in the Demo. There was a problem where views would be recycled, but they were for the wrong type of view....
I think this makes more sense, to limit the angles to a range between -math.pi and +math.pi? The old code kept adding and subtracting PI*2 all the time, it was...