Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 594 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 594 Bytes

Simple Interactive TikTok Live game

When a viewer likes the stream, the boss takes damage. Fun weekend project using TikTok-Live-Connector and Pixijs

tiktokgame

Simply change the query param with the TikTok user and see it in action:

const socket = io('http://localhost:3000?u=live_arcade_')

Installation

  1. npm i
  2. npm run server
  3. npm run dev