TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ZType – Typing Game

107 pointsby lwhsiao4 months ago

21 comments

saagarjha4 months ago
Neat! A couple gameplay suggestions I would have is that while the game does pretty well figuring out which word I'm typing sometimes I will get "locked" on a word that I decide I don't actually want to complete (for example, if something is coming at me faster). And, while probably intentional, sometimes I just can't see words or there is some delay in when they actually get destroyed.
评论 #42672885 未加载
评论 #42672513 未加载
omni4 months ago
Games like this based on an existing skill would really benefit from the ability to start at higher levels. I'm a pretty proficient typist, it'd be a lot more interesting to me if there was any risk at all of me failing.
评论 #42674955 未加载
评论 #42673979 未加载
nayuki4 months ago
The game doesn&#x27;t penalize wrong key presses. I made an automation cheat for it back in Dec 2013!<p><pre><code> import java.awt.*; public class autokey { public static void main(String[] args) throws Exception { &#x2F;&#x2F; Give the user time to switch windows Thread.sleep(2000); &#x2F;&#x2F; Repeatedly type the letters A through Z until the mouse is moved Robot rob = new Robot(); Point prevLoc = MouseInfo.getPointerInfo().getLocation(); while (MouseInfo.getPointerInfo().getLocation().equals(prevLoc)) { for (int i = &#x27;A&#x27;; i &lt;= &#x27;Z&#x27;; i++) { rob.keyPress(i); Thread.sleep(1); } Thread.sleep(50); } } }</code></pre>
评论 #42675982 未加载
sureglymop4 months ago
Really cool! What I have always wanted was a version of those touch typing training sites like tipp10 but with some social aspects. E.g. like a running app where you can rack up kilometers against your friends but for typing lessons!
nullify884 months ago
I tend to play this at work when I need some downtime. If you want other suggestions, give Typing of the Dead a go.
unixhero4 months ago
That was really great. I did 7 waves on the phone and had fun! The music was phenomenal
drag0s4 months ago
I really like the game!<p>looks like the keyboard doesn’t work that well on mobile though (iOS). You need to press the keys below the key you want to type (eg if I want to type a T, I need to press G for it to work)
评论 #42674567 未加载
评论 #42674144 未加载
VeejayRampay4 months ago
reminds me of typing of the dead, well done
0x38B4 months ago
For more of a challenge, there are these texts (0):<p>&gt; Random Wikipedia Article (probably hard) [1]<p>&gt; Moby Dick (hard) [2]<p>&gt; Donald Trump’s Speech, South Carolina (incomprehensible) [3]<p>0: <a href="https:&#x2F;&#x2F;zty.pe&#x2F;?load" rel="nofollow">https:&#x2F;&#x2F;zty.pe&#x2F;?load</a> 1: <a href="https:&#x2F;&#x2F;zty.pe&#x2F;?url=https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Special:RandomInCategory&#x2F;Good_articles" rel="nofollow">https:&#x2F;&#x2F;zty.pe&#x2F;?url=https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Special:Ra...</a> 2: <a href="https:&#x2F;&#x2F;zty.pe&#x2F;?text=11e5dad15e3dca9b" rel="nofollow">https:&#x2F;&#x2F;zty.pe&#x2F;?text=11e5dad15e3dca9b</a> 3: <a href="https:&#x2F;&#x2F;zty.pe&#x2F;?text=21bb8f1868f879f8" rel="nofollow">https:&#x2F;&#x2F;zty.pe&#x2F;?text=21bb8f1868f879f8</a>
moreati4 months ago
For those seeking something multiplayer <a href="https:&#x2F;&#x2F;play.typeracer.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;play.typeracer.com&#x2F;</a>
bl4kers4 months ago
Seems to be too buggy to play. First word I typed it wouldn&#x27;t accept the last letter, and this happened again and again.
xigoi4 months ago
Could you make it so that I can use my actual keyboard on mobile instead of being forced to use QWERTY?
eagleseye4 months ago
Very fun game! Just would have liked to choose my keyboard layout (in my case switch y and z)
apirobots4 months ago
Very good, I like it. I usually use NitroType, and I will use yours too.
BlueTemplar4 months ago
Inspired by the classic Gar-Type I see !
deskr4 months ago
Doesn&#x27;t work on FF&#x2F;Linux
评论 #42674125 未加载
daitangio4 months ago
Very good ideed! Give it try!
boogerlad4 months ago
Too bad this doesn&#x27;t use the system keyboard on mobile
Chihuahua06334 months ago
That was fun.
dasKrokodil4 months ago
I would like it if there was a hard mode, where every wrong keypress would spawn another enemy.
adnanc4 months ago
The irony in the typo of the submission for a typing game :-)
评论 #42674954 未加载