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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Nathan Tolbert pushes the limitations of new games on old consoles

112 点作者 masterofsome大约 1 年前

6 条评论

qooiii2大约 1 年前
I&#x27;ve done a bit of NES programming and really enjoy trying to cram stuff into such a tiny system.<p>One benefit of developing games for these old systems is that they are not moving targets. For hobby programming, you probably don&#x27;t want to keep testing and recompiling old stuff to keep up with OS updates.<p>Even better, you&#x27;ll have a small army of emulator developers making sure your games will work forever on every new platform. That includes browsers, since there are Javascript emulators for many systems. If your games are particularly tricky to emulate, that&#x27;s no problem. They will probably be added to everyone&#x27;s test suites.
theogravity大约 1 年前
There&#x27;s the NESMaker community that creates NES games using a toolkit:<p><a href="https:&#x2F;&#x2F;www.thenew8bitheroes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.thenew8bitheroes.com&#x2F;</a><p>Games that may be created with it (the NESMaker site links to it, but it&#x27;s not clear if all games were made with it or not):<p><a href="https:&#x2F;&#x2F;theretroverse.com&#x2F;play&#x2F;" rel="nofollow">https:&#x2F;&#x2F;theretroverse.com&#x2F;play&#x2F;</a>
BaculumMeumEst大约 1 年前
&gt; One of my favorite games for the NES was Ninja Gaiden.<p>&gt; My kids helped design some of the characters, and they love to play it together, which makes it a lot of fun as a family.<p>&gt; My family (my wife and 4 kids) loves hanging out with neighbors at Morrissey Park in Champaign. Champaign has great parks, and we’re fortunate enough to have a neighborhood community that regularly gets together at the park in the evenings. I also volunteer with my local church and am learning to ride the unicycle.<p>Dude has been winning at life nonstop.
评论 #40047532 未加载
waltbosz大约 1 年前
I could see how writing code a low power console could be fun. I enjoy optimizing code just for the fun of the exercise.<p>Also, I believe Atari carts could be written with standard off the shelf EEPROM hardware. My dad told stories of trading floppy disks full of ROM dumps through the inner office mail system with work friends, and then burning the them to carts.
stevenwoo大约 1 年前
That was a fun article, surprised there is a market for new games on emulators (or really old consoles from my reading).
评论 #40046124 未加载
评论 #40047242 未加载
评论 #40046136 未加载
sdenton4大约 1 年前
So... Is anyone writing a JavaScript to GameBoy assembly transpiler?