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?
- Host: GitHub
- URL: https://github.com/suneeh/loldleunlimited
- Owner: Suneeh
- License: mit
- Created: 2023-10-15T11:51:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T20:44:56.000Z (9 months ago)
- Last Synced: 2025-01-22T21:29:45.455Z (9 months ago)
- Topics: champion, guessing, guessing-game, league, league-of-legends, leagueoflegends, legends, loldle, of, wordle
- Language: TypeScript
- Homepage: https://loldle.suneeh.de/
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).