whatisgithub

What is livegameanimator?

sadasd041-collab/livegameanimator — explained in plain English

Analysis updated 2026-07-26

2TypeScriptAudience · generalComplexity · 3/5LicenseSetup · moderate

In one sentence

Turns live-stream comments into interactive games on screen. Works with OBS and supports YouTube and TikTok streams in both widescreen and vertical layouts.

Mindmap

mindmap
  root((repo))
    What it does
      Games from chat
      Nine ready games
      Auto rotate games
    Integrations
      OBS WebSocket
      YouTube live chat
      TikTok webhook
    Streamer tools
      XP system
      Moderation
      Analytics
    Tech stack
      TypeScript
      Node.js 20
      OBS Studio
    Setup
      Windows 10 or 11
      npm install
      Dev server command

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Host interactive games on your live stream driven by viewer chat comments.

USE CASE 2

Engage YouTube or TikTok audiences with trivia, word hunts, and boss raids.

USE CASE 3

Rotate through multiple games automatically during a continuous stream.

USE CASE 4

Reward viewers with XP and track engagement with built-in analytics.

What is it built with?

TypeScriptNode.jsOBS StudioWebSocket

How does it compare?

sadasd041-collab/livegameanimator4ssh1/mine-sweeperachawla19/intuitcode-extension
Stars222
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-01-31
MaintenanceMaintained
Setup difficultymoderatemoderatemoderate
Complexity3/52/54/5
Audiencegeneralvibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Node.js 20+, OBS Studio 28+, and Windows 10/11, plus configuring OBS WebSocket connection.

You can use, modify, and distribute this software freely, including commercially, as long as you include the license notice and any third-party attributions.

So what is it?

Live Game Animator is a tool that turns live-stream comments into interactive games you can show on screen. It is built to work with OBS, the popular broadcasting software used by streamers on YouTube and TikTok. The project supports both standard widescreen (16:9) and vertical phone-style (9:16) layouts, so it fits different stream formats. The tool ships with nine ready-to-play games: Boss Raid, Country Wheel, Football, Trivia Quiz, Guess the Emoji, Word Hunt, Number Battle, Falling Pickaxe, and Tetris. Viewers participate by typing comments in the live chat, and their messages drive the action on screen. The system listens to YouTube live comments directly and can also receive input from TikTok or other platforms through an external webhook bridge. Beyond the games themselves, the project includes several streamer-friendly features. It connects to OBS through WebSocket, supports automatic rotation between games, and offers an infinite mode for continuous play. There is also built-in moderation, an XP system for rewarding viewers, and analytics to track engagement. The interface, game content, and chat commands are available in both English and Turkish, and the exclamation mark prefix on commands is optional. To run the project locally, you need Node.js 20 or higher, OBS Studio 28 or higher, and Windows 10 or 11. After installing dependencies with npm, a single command starts the development server. The dashboard and the OBS source are served at local URLs, with a language parameter to switch between English and Turkish. The README also notes that secrets like API keys, stream keys, and OBS passwords are kept in process memory and should never be committed to version control. The project is released under the Apache License 2.0, with separate third-party notices included.

Copy-paste prompts

Prompt 1
Help me set up Live Game Animator with OBS WebSocket on Windows. I have Node.js 20 installed. Walk me through the npm install and dev server startup steps.
Prompt 2
I want to add a custom game to Live Game Animator. Show me the pattern used by the existing games like Trivia Quiz or Word Hunt so I can create my own.
Prompt 3
Explain how to configure the TikTok webhook bridge so viewer comments from TikTok drive games in Live Game Animator alongside YouTube chat.
Prompt 4
Help me enable the infinite mode with automatic game rotation and set up the XP system to reward my viewers during a long stream.

Frequently asked questions

What is livegameanimator?

Turns live-stream comments into interactive games on screen. Works with OBS and supports YouTube and TikTok streams in both widescreen and vertical layouts.

What language is livegameanimator written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, OBS Studio.

What license does livegameanimator use?

You can use, modify, and distribute this software freely, including commercially, as long as you include the license notice and any third-party attributions.

How hard is livegameanimator to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is livegameanimator for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.