Skor

Skor

A simple and intuitive scoring app designed for FTC robotics teams

App Development
Robotics
Download on the App Store

Every year, tens of thousands of students worldwide participate in the FIRST Tech Challenge — a robotics competition where teams design, build, and program robots to compete against other teams. For the Ultimate Goal season, I designed, built, and shipped a scoring app in a weekend. Scoring is essential, as it allows teams to see their robot grow and accurately see how other robots are doing at competitions. The goal of a good scoring app is to be fast, reliable, and focus on the robot first.


Big Question

How can we create a simple scoring app for FTC teams that is fast, simple, and reliable?

Problems with existing apps

  • Unintuitive Design

    Current apps available aren't as intuitive, forcing the user to spend more time figuring out how the app works.

  • Single Team Focuses

    Some apps are developed for specific team needs over general needs, meaning that many teams have no reason to use these apps if their goals don't align.

  • Legacy Technology

    Some apps are built in ways that have lackluster performance and appearance due to cross-platform or web-based frameworks. Utilizing a native framework provides the speed and familiarity we want.

Focusing on scoring, first

Focusing on scoring, first

With Skor, you can actively score your team and others, whether it is during practice, virtual competition, or scouting. Everything has been designed to be as simple and easy as possible, so you can focus on what really matters: making your robot the best it can be.

Saving scores for growth and comparison

Saving scores for growth and comparison

Skor also lets you save your scores over time. This way, you can see your robot improve over time, as well as be able to plot different scores throughout any timeframe.

When looking at saved scores, you get a detailed score breakdown, explaining every single thing that your robot did and didn't do. Share your top scores with your team members, friends, etc. Be proud of your robot and share what you have made using the in-built share feature in Skor.

Using SwiftUI and CoreData

SwiftUI was a great framework choice for developing Skor. It enabled fast development and the ability to natively utilize Apple's Human Interface Guidelines with prebuilt views.

For Score Saving, I used CoreData - Apple's persistent data framework. It was quick to implement with SwiftUI, and helped keep the development simple.

Open-sourced for all

Skor has since been made open-source, so teams and students can learn from its codebase and build future scoring apps similarly.

I certainly learned a lot from designing and building the app, and I hope others can have the same takeaways I did.

More work