Hacker News new | ask | show | jobs
by tokenizerrr 4271 days ago
Oh that's great, and it seems you can hook into the game's events as well! Might look into making a bot that plays pokemon at some point...
1 comments

Yep, that's the big thing that Virtjs allows compared to the others: listen to runtime events.

The Pokelib is currently a kind of proof-of-concept and, as such, doesn't map all Pokemon game events (yet!), but it already have a few nice abstractions, and it should get better over the time.

In the meantime, you can hack an Input Device to make a bot :)

http://virtjs.com/developers/implementing-a-device/#random-i...