logoalt Hacker News

Tepixtoday at 2:44 PM3 repliesview on HN

Tried it with REVERSI.EXE from Windows 3.0 from https://winworldpc.com/download/c2bbc28f-177a-c2b2-5311-c3a4... DISK02.IMG

(you have to first uncompress it, for example with 7zip).

    $ sha256sum REVERSI.EXE
    a9e319c8f479d1568beec03858fdbb27c71747b2bbed6cd7c9f5e2daa23b40e9  REVERSI.EXE
Result:

The game starts, it begins rendering the board, but then hangs.


Replies

fao_today at 2:49 PM

Really doesn't surprise me, to be honest:

> We strongly recommend contributing with Claude Code or similar AI coding tools.

show 2 replies
lqs_today at 3:54 PM

Win16 GDI support is still pretty incomplete. There's a lot of work left to do there.