惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
雷峰网
雷峰网
量子位
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
T
Tailwind CSS Blog
月光博客
月光博客
博客园 - 【当耐特】
博客园_首页
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
人人都是产品经理
人人都是产品经理
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell

The Register - On-Prem

Ohio hits pause on datacenter tax breaks draining its coffers Europe told to cool its datacenter boom before water and power run short Kyndryl takes employees' pulse while cutting off circulation for some Outlook has an image problem Microsoft says cu l8r to text message security 'Workforce rebalancing' comes for Kyndryl, and delivery teams are in the firing line MAGA's Mace wants to make power bills great again, calls for datacenter moratorium Datacenters slurping up so much juice they boosted prices 75% in largest US energy market Utah mega datacenter could dump 23 atomic bombs worth of energy per day Rust stalks IBM mainframes, but only in nightly form Iran war hits datacenter building supply chains, upping costs ON CALL: Custom PC worked in the lab, failed on site – and so did the angry client ShinyHunters claims dump puts 119K Vimeo emails in the wild Vodafone dials up full control of VodafoneThree Palantir CEO: 10 percent of world 'professionally hates us' Bad news for OpenClaw stans: Apple’s Mac Mini starts at $799 AWS networking lab tour: Making networking disappear Royal Navy chief backs drones, robot ships Bank of England is gold standard for tech projects, says PAC UK pensions dept shopping for spy-van tech worth up to £2M Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia Microsoft levels up Azure Local for sovereign clouds Cloudflare: autocrats, wars, and votes caged the net in Q1 ZTE & XLSMART launch Jakarta AI & 5G-A Innovation Center When robots join the race: 5G-A powers a new kind of marathon 5G-A powers a new kind of marathon Oracle plans to power its New Mexico DC with fuel cell farm DCMS to new CDIO: Microsoft migration, overhaul ERP, survive Document sent
Classic ASCII game NetHack debuts version 5.0
Simon Sharwood Simon Sharwood · 2026-05-05 · via The Register - On-Prem

Personal Tech

Classic ASCII game NetHack debuts version 5.0 just 11 years after last major release

New monsters! New magic items! An Arm port! And compliance with a dead C standard

ANTIQUES CODE SHOW Admirers of Roguelike games have a new distraction: Version 5.0 of NetHack dropped last weekend.

NetHack and its ilk trace their origins back to Rogue, a game for Unix systems launched in 1980 that took the DNA of very early text games like Star Trek and Colossal Cave Adventure and mashed that up with tropes from Dungeons & Dragons. The result was a game in which players roamed around a multi-level dungeon filled with monsters, treasure, and magic items – all represented with ASCII characters.

NetHack adopted that template and arguably improved it by adding more complex quests, more levels to play, and plenty of witty pop culture references.

The game’s developers have kept it alive since its 1987 debut, and in 2015 delivered a major upgrade in the form of version 3.60. Seven point releases emerged in the years since. 2018’s version 3.6.1 saw the project move its source code to GitHub, but most recent releases fixed bugs or added minor gameplay changes.

Version 5.0, which appeared on May 2nd, is a major release.

One change is compliance with the C99 standard, a version of the open standard for the C programming language that became obsolete in 2011. If it seems a bit daft for this new version to comply with an old standard, know that the default configuration for those who compile the code is SysV/Sun/Solaris2.x – because that’s the system NetHack’s devs used to house the code.

A more modern inclusion is the addition of accessibility features.

According to the NetHack Wiki, the new version introduces four new monsters including a genetic engineer which attacks by inflicting random mutations.

It’s also now possible to revive an egg by applying royal jelly, and wearing a wet towel reduces damage from a poison cloud.

In what feels a lot like a nod to Indiana Jones admirers, players who choose the class Archaeologist will enjoy a little more luck if they wear the in-game fedora.

The Register took the new version for a spin and can report it’s as slick and fun as ever. The download for Windows includes a graphical version of the game and the ASCII/TTY interface. Pleasingly, a game saved in one will open in the other, a feature The Register notes because playing the TTY version looks a lot like using a terminal – and therefore might look like work to the untrained or youthful eye – while the Windows version is obviously a game.

NetHack’s developers have created a version for Windows on Arm. The Register tested it on PCs running Qualcomm and AMD processors: Both versions ran just fine. Binaries for MSDOS and the Amiga are also available. The game’s source code includes versions for Linux, macOS, Windows CE, OS/, Unix (*BSD, System V, Solaris, HP-UX and other *nixes too) BeOS, and VMS.

That list of OSes means almost every Register reader can surely experience one of the foundational texts of computer gaming by spending some time playing NetHack! ®