joancefet / LOL-Replayable-minimap

๐ŸŽฎ lol minimap that can be replayed by converting game data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

League of Legend Minimap Replay

league of legend์˜ match Id๋ฅผ ํ†ตํ•ด, ๋ฏธ๋‹ˆ๋งต์œผ๋กœ ๋ฆฌํ”Œ๋ ˆ์ด์™€ ํƒ€์ž„๋ผ์ธ์„ ๋ณผ ์ˆ˜ ์žˆ๋Š” ๋ชจ๋“ˆ์ž…๋‹ˆ๋‹ค.

Getting Started

how to use

Enter League of Legend match Id formatchID

execute project

$ npm start

Example of execution

example

properties

matchID

  • type: const
  • default: 3931756472 (my match ID)

: game's matchID

timeInterval

  • Type: const
  • Default: 2000
  • min: 1000

: replay execution time interval. if timeInterval is 2000, replay are played every 2 seconds.

blueScore/redScore

  • type: array

: blue/red team score per minute

turretDestroy

  • Type: object

: number of destroyed turrets

About

๐ŸŽฎ lol minimap that can be replayed by converting game data


Languages

Language:JavaScript 85.6%Language:CSS 8.6%Language:HTML 5.9%