Hacker News new | ask | show | jobs
by Tepix 119 days ago
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.

3 comments

Really doesn't surprise me, to be honest:

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

so which one, the coding by hand part?
Win16 GDI support is still pretty incomplete. There's a lot of work left to do there.
It is fixed and fully playable now! Board rendering, mouse input, and the About dialog all work.
Ah, cool. There are still some bugs:

- when you finish the game, the final score appears, then disappears

- when you set the skill to master and start a game, the game still hangs after your first move.