Skip to content

A web app for judging combat robot matches based on SPARC Judging Guidelines v1.2

Notifications You must be signed in to change notification settings

jasonappah/sparc-judging-app

Repository files navigation

sparc-judging-app

A web app for judging combat robot matches based on SPARC Judging Guidelines v1.2.

Development

This project uses TanStack Start (fullstack React framework), deployed to Vercel.

Prerequisites

Installation

git clone https://github.com/jasonappah/sparc-judging-app.git
cd sparc-judging-app
pnpm install

Running the app

pnpm dev

This will start the development server.

Running the app in production

pnpm build
pnpm start

This will build the app for production to the dist directory and start the server.

Future work/ideas

  • semver versioning + changelog?
  • add glossary for clarification of judging terminology
  • support synced scoring sessions between multiple judges
  • integrate with Challonge to pull next matches + send final results to Challonge
  • link to SPARC Judging Guidelines PDF
  • support SPARC Damage, Control, and Aggression Criteria
  • printable version of a judging sheet

About

A web app for judging combat robot matches based on SPARC Judging Guidelines v1.2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published