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.

Nathan Tolbert pushes the limitations of new games on old consoles

112 pointsby masterofsomeabout 1 year ago

6 comments

qooiii2about 1 year ago
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.
theogravityabout 1 year ago
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>
BaculumMeumEstabout 1 year ago
&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 未加载
waltboszabout 1 year ago
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.
stevenwooabout 1 year ago
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 未加载
sdenton4about 1 year ago
So... Is anyone writing a JavaScript to GameBoy assembly transpiler?