Analysis updated 2026-07-24
Practice Naruto hand signs against the clock to improve speed and accuracy.
Duel another player in real time by forming signs faster than your opponent.
Cast virtual jutsu spells by completing sequences of hand signs correctly.
Experiment with a lightweight hand-gesture recognition model that runs in the browser.
| yogendrarau/sealwork | 100/rutgers-pbl-dining-2015 | a15n/a15n_old | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2015-12-01 | 2016-06-18 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 1/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Runs entirely in the browser with no external dependencies, just open it and grant webcam access.
Sealwork is a web-based game where you use your computer's webcam to perform hand signs from the anime series Naruto. The game tracks your hand movements to recognize the 12 specific signs, allowing you to cast virtual spells called jutsu. You can practice these signs against the clock or duel another player in real time. The faster and more accurately you form the signs, the faster your attacks will be. Making a mistake during a sequence ruins the spell. The game runs entirely in your web browser, meaning your camera feed never leaves your computer. Instead of looking at raw video, the system tracks the geometric positions of your hands using 21 points per hand. This geometric data is fed into a small machine learning model that classifies the signs. Because it relies on geometry rather than video pixels, the model is tiny and runs quickly on any standard laptop processor. The system also includes a 13th category for transitions, handling the moments when your hands are moving between signs to prevent accidental triggers. The creator trained the model using a strict evaluation method to avoid inflated accuracy scores
Sealwork is a browser game that uses your webcam to track hand signs from Naruto. You form signs to cast spells in practice or duel modes, with all processing done locally on your laptop.
Mainly HTML. The stack also includes HTML, JavaScript, Machine Learning.
No license information was provided, so default copyright restrictions apply.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.