Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.66 KB

File metadata and controls

39 lines (28 loc) · 1.66 KB

LOL-Matchup-Random-Generator

Generate random factors (runes, first item, champions, summoner spells) from the game League of Legends.

Small story 💬

Well, my friends and I decide to play a speical mode in League of Legends when there are more than 5 people some day.

The inspiration video is from: this link

The guys in the video plays a special mode made by themselves, that is to randomize the champions, runes, summoner spells, and first items for every people.

Sadly, to draw lots for all of the factors and to check the corresponding factors is a waste of time, so I decide to solve this problem.

I guess we are going to play this special mode tomorrow night :D

Things you need to do 📖

  • Install the library "pygame"
pip install pygame
  • Install the library "pygame-gui"
pip install pygame-gui
  • Clone this repository
git clone https://github.com/michael21910/LOL-Matchup-Random-Generator.git

What will you get 🍦

A random generated matchup including champions, runes, summoner spells, and first item for specified amount of players in the game League of Legends.
(I get the text file by web crawling, and the demo image is the picture of exe file after bundled by pyinstaller. )

Demo 👀

github

License

MIT © Tsuen Hsueh