Randomly selects a starting faction/board combination for the game of Scythe.
The Web App is available at https://paolosimone.github.io/scythe-picker/
With respect to existing companion apps it also allows to optionally limit the selection in a tier range to keep the game as fair as possible. The reference tier list has been created by the community (see this thread):
This is a Next.js project bootstrapped with create-next-app
.
To run the development server:
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
Run yarn format
before commit.