Hi, I'm attempting to train a bot to play a game of mine. It uses the same set of input as a human does, i.e. 8 bools, one for each keypress. What would the best practice be for modelling this? One ...
Previous to Node v0.8.x, there was an undocumented "keypress" event that process.stdin would emit when it was a TTY. Some people discovered this hidden gem, and started using it in their own code. Now ...