Projects

Digits

This game is an attempt to clone a game of the same name that was briefly available on the New York Times games section as a beta test in 2023. After their version of Digits was removed, I'd occasionally lament how I couldn't play it anymore, until it dawned on me that I could probably just make it myself.

The goal of the game is to perform operations (addition, subtraction and multiplication) on the six numbers provided to produce the target number circled in gray. You do not have to use all of the numbers to reach the target and can use the "Back" button to revert an operation.

This game has two modes:

  • Single Combo - All five target numbers are based on operations executed on the same batch of six numbers.
  • Multi Combo - Each target number is based on a unique batch of six numbers.

Path Draw

This widget allows the user to trace out an animation path for the red circle. I wanted to make a simple widget that would make it easy to trace out complicated animations and then use the recorded path data as keyframes in an animation library like Framer Motion.

There are two modes, Free Draw, for one-off traces without the inputted path being stored, and Stored Path, where each path traced by the user will be recorded so that the path can be replayed and the keyframe positions displayed on screen.

Mode: Free Draw