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

TinyWordView game page

Small word game written in just 500 characters of HTML/CSS/JavaScript
Submitted by Kinami Imai 今井きなみ (@imai_kinami) — 5 days, 6 hours before the deadline
Add to collection

Play game

TinyWord's itch.io page

How many characters of code did you use?
496

Include your code here, if you'd like to show it off!
<style>body,p>*{width:100%;background:#000;color:#fff}p,h1{width:20%;margin:auto}#a{background:#444}p{height:5em}</style><script>t=0;a=new Date()%6*5;w=atob('Z2FtZXNqYW1teXNtYWxsYmlyZHNncmVlbmhlbGxv').slice(a,a+5);c=v=>t++>5||v.length!=5||(document.getElementById('a').innerHTML+=`<tr>${[...v].map((e,i)=>`<td style=height:2em;background:${w[i]==e?'#4c4':w.includes(e)&&'#aa0'}>${e}</td>`).join('')}</tr>`)</script><h1>TinyWords</h1><p><input maxlength=5 autofocus onchange=c(value)><table id=a>

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet