Skip to content

A guess the player game based on lolesport's players database.

Notifications You must be signed in to change notification settings

RobinToubi/esportdle

Repository files navigation

Esportdle

Each day, you have 7 tries to find the daily player. For each try, the game gives you hints to help you.

Understand the result panel

For each player's selection, you will seeline on the table representing how close you are from the result. you hover a table cell, you'll have some informations about result.

Resources

Run locally

  • Clone the project :
git clone https://github.com/RobinToubi/esportdle
  • Install dependencies :
npm i
# or
yarn i
# or
pnpm i
# or
bun i
  • Run the application :
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

A guess the player game based on lolesport's players database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published