TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ZType – Typing Game

107 点作者 lwhsiao4 个月前

21 条评论

saagarjha4 个月前
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 个月前
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 个月前
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 个月前
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 个月前
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 个月前
That was really great. I did 7 waves on the phone and had fun! The music was phenomenal
drag0s4 个月前
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 个月前
reminds me of typing of the dead, well done
0x38B4 个月前
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 个月前
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 个月前
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 个月前
Could you make it so that I can use my actual keyboard on mobile instead of being forced to use QWERTY?
eagleseye4 个月前
Very fun game! Just would have liked to choose my keyboard layout (in my case switch y and z)
apirobots4 个月前
Very good, I like it. I usually use NitroType, and I will use yours too.
BlueTemplar4 个月前
Inspired by the classic Gar-Type I see !
deskr4 个月前
Doesn&#x27;t work on FF&#x2F;Linux
评论 #42674125 未加载
daitangio4 个月前
Very good ideed! Give it try!
boogerlad4 个月前
Too bad this doesn&#x27;t use the system keyboard on mobile
Chihuahua06334 个月前
That was fun.
dasKrokodil4 个月前
I would like it if there was a hard mode, where every wrong keypress would spawn another enemy.
adnanc4 个月前
The irony in the typo of the submission for a typing game :-)
评论 #42674954 未加载