/LoLPuzzles

Check how well you know champions' splash arts!

Primary LanguageTypeScriptISC LicenseISC

LoL Puzzles

Simple puzzle game using HTML5 canvas!

Installation

nodejs is requeired

Clone, cd into created directory and run:

$ npm install

$ npm start [--api_key=YOUR-API-KEY-GOES-HERE]

Then visit localhost:8080 in your browser.

Please note that setting API key is optional. If not specified, predefined data will be used.

Manually update data

You can manually update splash arts data, by using:

$ npm run pull --api_key=YOUR-API-KEY-GOES-HERE [--server=YOUR-SERVER-GOES-HERE]

Production

To build app for production use npm script build:prod.

Change log

All changes are listed here.

License

LoLPuzzles isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.

ISC © Marcin Cichocki