Tanks overlay game made with PixiJS and TypeScript to be used as a browser source in obs
This is a simple 1 v 1 tank shooter game which is totally automated. It will pick random players from a streamer’s chat.
It will only pick viewers that have sent a message so that it does not expose people that are only lurking and maybe don’t want to be seen.
To add this game as an overlay for your own stream you can do so by using the link:
https://gigili.github.io/tanks-overlay-game/?username=
and filling in your twitch username.
If you don’t want to have a background you can also pass an argument &nobg=1
and it will remove the background color from the game.
cd repo
npm install
tmi.js
configs in the utils/tmi.ts
filenpm run dev
http://localhost:5050
see the game running or add it as an OBS source