Hacker News new | ask | show | jobs
by lziz 4271 days ago
The Pokemon example is pretty damn neat: http://arcanis.github.io/pokelib/example/
2 comments

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...
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...

doesn't work for me on Chrome. What exactly is this emulator supposed to emulate?