Rook — a chess clock study tool

Rook — a chess clock study tool

15 devlogs
14h 42m
•  Ship certified
Created by Jersev

your newest study buddy is Rook, a chess clock redesigned into the ultimate study partner (i know, i know... see the README).

this is my first ai-free project les go 😎 as well as my first js project so yea

Timeline

Ship 1

0 payouts of shell 0 shells

Jersev

12 days ago

Jersev Covers 15 devlogs and 14h 42m

got a solid first draft after some bug fixes

Update attachment

nice classy font, nice big numbers, doing some bug fixes

Update attachment

quick devlog to celebrate a better colour palette

Update attachment

i have NO CLUE what i am doing in css

Update attachment

after fumbling around with the css and looking through many documentations i have came up with... this. my greatest work. (textboxes and cousins are WIPs)

Update attachment

cleaned up code (i know its still messy but its much better than how it used to be)

Update attachment

you can now submit times on your own congrats

Update attachment

created a pausing system for it

Update attachment

VERY small change but it will probably help me later on... the variables of the updateTimer function is accurate with what is shown on screen. yeha ik

Update attachment

i spent the last hour trying to make a new system for updating the timer but ultimately i just ended up making the timers switch once one hits zero. rip

Update attachment

SORRY forgot to devlog but it now behaves more like a chess clock after fixing a bug where the timer would go twice as fast. but now i must make it so the timer will automatically switch clocks when it hits zero.

Update attachment

made timer its own object after learning about objects today (very slow and painful and i have a lot of things to learn and code to clean)

Update attachment

fixed many bugs with the timer system and it now uses recursive setTimeout rather than setInterval

Update attachment

created a working timer system

Update attachment

wrote the README (which shouldn't have taken this long.... sorry)

Update attachment