Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.53 KB

Scythe Picker

Randomly selects a starting faction/board combination for the game of Scythe.

The Web App is available at https://paolosimone.github.io/scythe-picker/

--> Try it now! <--

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):

tier_list.jpeg

Getting Started

This is a Next.js project bootstrapped with create-next-app.

Development

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.

Related projects