The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato', after the tomato-shaped kitchen timer that Cirillo used as a university student.

The technique has been widely popularized by dozens of apps and websites providing timers and instructions, but this version was done only 560 characters for the TweetTweet Jam Challenge.

Usually you will want to do 4 rounds for a 2 hour work/study session.

StatusReleased
CategoryTool
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorOmael
Made withPICO-8
TagsMinimalist, PICO-8, pomodoro, timer, tool

Download

Download NowName your own price

Click download now to get access to the following files:

pomodoro_linux.zip 646 kB
pomodoro_osx.zip 3 MB
pomodoro_raspi.zip 1 MB
pomodoro_windows.zip 1 MB

Comments

Log in with itch.io to leave a comment.

(+1)

m,q,n,p=63,31,-11250,2565poke(0x5f2c,3)t,z=n,"⧗"

function _draw()cls()t+=.25u=t/450v=59-u%1*60\1 ..""

if(#v<2)v="0"..v

if(#(u.."")<2)u="0"..u

if t<0then

?-u\1 ..":"..v..""..z,0,58,7

line(0,m,(1-t/n)*m,m,12)

elseif

t<315then

fillp(░)if btn(5)then

r,b,c,d=t%m+2,"in",9,12

if(r>q)r,b,c,d=m-r,"out",2,5

for i=1,.6,-.12do circ(q,q,r*i,c+i*5)end

?"b𝘳𝘦𝘢𝘵𝘩",20,22,7

?b,32-#b*2,29,d

else

if(t==1or t==3)cls(12)

if(t>7)t=0

?"hold\n\n ❎",24,21,7

end

else

fillp()line(0,m,(1-t/p)*m,m,12)

if t>p then

?"press ❎",0,58

if(btn(5))t,z=n,z.."⧗"

else

?"break",0,58,7

end

end

end