Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

DeruiDENG/township-regatta-calculator

Repository files navigation

Township Regatta Relay Task Calculator

19 June, 2023

Township has changed the regatta tasks rules, therefore, this calculator is not import anymore.

This is a relay task points calculator for the game Township, which will help you check whether other teams are doing full relay task or not.

More info about the Township and regatta relay race can be found in Here

How to use

Visit the living website: https://township-regatta-calculator.deeerui.com/

Note

  • If the result is not full relay tasks, then the team must not be doing full relay task.
  • If the result is maybe full relay task, then the team still get a chance to be not doing full relay task.

Development

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

Start the dev server:

First, run the development server:

yarn dev

Build and deploy:

yarn build
yarn start

Project structure

  • React components can be found under pages/ folder.
  • Core function to parse the regatta points can be found at utils/relay.ts

Contribution

  • If you found any issues or bugs for this app, free feel to raise an issue or pull request.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!