/twitch-chat-plays-pokemon

It is a node.js app that let's a Twitch.tv chat interact with a video game by typing in the chat

Primary LanguageJavaScript

twitch-chat-plays-pokemon

It is a node.js app that let's a Twitch.tv chat interact with a video game by typing in the chat

How to set it up

  1. Download visualBoy
  2. Dowload your favorite Pokemon Game (This code can work with other GBA games but was tested with Pokemon Fire Red)

VisualBoyPokemon

  1. Dowload Node.js
  2. Make sure you have all the needed modules (you can see a list of them in the package.json file).
  3. Generate a password to allow your bot to access your Twitch Channel (Official twitch website: http://twitchapps.com/tmi/)
  4. add the generated password, your channel name and a bot name of your choice in the appropriate spaces in Index.js
identity: {
		username: '[Replace with username of your Twitch Bot]',
		password: '[Replace with the password generated for your Twitch Bot]'
	},
	channels: [ 'YOUR CHANNEL' ]
  1. run the Index.js script with Node.js
  2. Let your twitch chat do the rest ;)

Commands

GameBoyAdvanceRep