An open API service indexing awesome lists of open source software.

https://github.com/suneeh/loldleunlimited

Can you guess the League of Legends Champion? And how many tries will it take you?
https://github.com/suneeh/loldleunlimited

champion guessing guessing-game league league-of-legends leagueoflegends legends loldle of wordle

Last synced: 4 months ago
JSON representation

Can you guess the League of Legends Champion? And how many tries will it take you?

Awesome Lists containing this project

README

          

# Loldle

This repository is basically a clone of the super popular [loldle](https://loldle.net) classic mode written in Angular. The only 'twist' is that it refreshes the champion you have to guess every time you reload the page.

Check it out! It is deployed [here](https://loldle.suneeh.de/).

# Contributing

## Clone the repo

Get the code of this git repository to your machine.

`git clone https://github.com/Suneeh/LoldleUnlimited.git`

## Install dependancies

Use `npm install` to install all packages and dependancies.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Deployment

Run `npm run deploy` after you renamed the `deployment.exmaple.sh` to `deployment.sh`. Also be sure to adjust this to your needs as shown in the [example](https://github.com/Suneeh/LoldleUnlimited/blob/main/deploy.example.sh).