Skip to content

Create an HTML-based "Who's That Pokémon" Mini-Game for Twitch Streamers.

License

Notifications You must be signed in to change notification settings

SillySoon/who-is-that-pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Who's That Pokémon" Mini-Game

Welcome to my "Who's That Pokémon" Twitch widget project. This project contains a simple browser source for the streaming application of your choice, to allow you to play "Who's that Pokémon" with your community on twitch via the text chat, using the points system implemented by Streamelements for the rewards.

Static Badge Static Badge

Example

Browsersource (Easy) (RECOMMENDED)

Installation

Visit Who is that Pokemon - Configurator and follow the steps on the site.

Local (Advanced):

Installation

Follow these steps to install this widget locally on your pc for your stream:

  1. Download the Zip file of this project.
  2. Extract the files to a folder of your choice (you will need the path for your streaming software).
  3. Configure the settings in the script.js file located in the src folder.
  4. In your streaming software, create a Browser source, check the "Local File" box, and navigate to the project. Select the index.html file from the src folder.
  5. Set the Width and Height to 500 x 500 (px).
  6. Enjoy!

Configuration:

You can find the configuration settings in the script.js file.

// Settings
let settings = {
  autoStart: true,
  autoRestart: true,
  displayMode: "animated", // "animated" or "original"
  autoGiveUp: true,
  autoGiveUpTime: 300, // Seconds
  randomSpawnTime: true,
  randomSpawnTimeMin: 30, // Seconds
  randomSpawnTimeMax: 150, // Seconds
  min: 1,
  max: 898,
  channel: "", // Add your channel here
  botuser: "", // Add your Bot Username here
  token: "", // Add your Bot Token here, from http://twitchapps.com/tmi/
  pointReward: true,
  pointRewardCommand: "!addpoints",
  pointRewardAmount: 100, // Points
};

About

Create an HTML-based "Who's That Pokémon" Mini-Game for Twitch Streamers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published