basic-computer-games
basic-computer-games copied to clipboard
AwariGame.java a faithful translation?
@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 the original.
I only ask because I was thinking of adding tests to the game, and if the game is non deterministic then that makes the problem more difficult.