Lurker's Battle Royale
About
Super basic battle royale game where twitch viewers can fight against each other.
It's just an alpha version with only 1 map enabled (max 8 players), it does not have music/sounds and sadly I didn't add localization (only in Spanish, sorry for that).
I'm not working in this project anymore, I might come back in the future. I can't make it open source since I'm using paid assets and I can't share them.
It's necessary to be streaming in Twitch's platform in order to play this game, and the game needs some configuration:
- 1. Create a new file with the name config.json
- 2. Add the following text:
You need to replace <user_token> with a token that can be obtained here. Also you need to replace <user_name> with the twitch account you used before to get the token. Besides, replace <channel_name> with your twitch channel's name.
- 3. Move the file to the directory: %userprofile%\AppData\LocalLow\Rhomita\lurkers-battle-royale
If you can see the "Play" and "Shop" buttons in the game, it means that the configuration is OK, otherwise you will get an error message. Just send me a message if something is not working for you.
In case you want to make a game which connects to twitch's chat, I've published the code for that, you can get it here (just for Unity)