Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

1001 WordsView game page

A simple typing game that fits in two tweets
Submitted by Luca Harris (@lucatron_) — 2 days, 13 hours before the deadline

Play game

1001 Words's itch.io page

How many characters of code did you use?
559

Include your code here, if you'd like to show it off!
<meta name=viewport content=width=device-width><body id=B><input autofocus id=I><script>r=Math.random t=setTimeout d=Object.getOwnPropertyNames(self).filter(s=>!/^on/.test(s)).flatMap(s=>s.match(/\D[a-z]+/g)) i=0 t(f=_=>{let e=document.createElement("p") e.append(e.id=d[~~(r()*d.length)]) e.style=`position:fixed;transition:8s linear;left:${r()*85}%;top:99%` B.append(e) e.focus() e.style.top=16 t(_=>e.offsetTop&&(B=B.innerHTML=`Score: ${i} <a href>Retry`),8000) t(f,1450-i*15)}) I.oninput=_=>{B.querySelector("p#"+I.value).remove();I.value="";i++}</script>

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet