clashjs
clashjs copied to clipboard
Javascript AI battle game. Play by creating a javascript function to command your battleship.
There is no information for Player to know whether it is a new round or end of current round why? this is a useful information when it is a new...
Why the information - killed, death, win rate (the information increased by every new round) aren't included in the Player State? These might be useful, for example, the strategy can...
Looking at the overview, and the fact that the AI is run inside a webworker/sandboxed, my naive assumption (I don't know enough about web workers) is that there's no way...
From the README.md, > We can run the functions as WebWorkers I was curious about how this is done so I searched through the code but I can't find web...