/Mimic

:satellite: League from the safety of your toilet.

Primary LanguageTypeScriptMIT LicenseMIT

Mimic Logo

Build Status Mimic Discord

📡 Mimic

The new League client. Except it's on your phone.

Mimic is a different UI for the new League client that renders on your phone as a webpage instead of an application on your computer. It allows you to go through the game setup flow (from lobby until the end of champ select) from the safety of your toilet seat.

This repository contains the source code for Mimic. Looking for the page with features and downloads instead?

Developing Mimic

Mimic is composed of three different components: web, conduit and rift. Please read the appropriate READMEs in the subdirectories for information on how to develop for the platform.

  • Web is the user interface presented to users. It uses Vue with Typescript and handles the actual controlling of the client.

  • Conduit is the Windows application that redirects client traffic to the mobile website. It is written in C# and uses Websockets to connect to both the LCU and the mobile client.

  • Rift is a simple Node/Express application whose main purpose is to manage internal+external IP pairs. It is used for automatic conduit discovery. Rift is only included for completeness-sake and isn't an essential part of the Mimic "stack".

License

Mimic and all of its components are released under the MIT license. Feel free to browse through the code as you like, and if you end up making any improvements or changes, please do not hesitate to make a pull request. :)