Live data from Hacker News

Show HN: RetroTick – Run classic Windows EXEs in the browser

retrotick.com

1–10 of 67 posts

Show HN: RetroTick – Run classic Windows EXEs in the browser

#1
RetroTick parses PE/NE/MZ binaries, emulates an x86 CPU, and stubs enough Win32/Win16/DOS APIs to run classics like FreeCell, Minesweeper, Solitaire and QBasic, entirely in the browser. Built with Preact + Vite + TypeScript.

Demo: https://retrotick.com

GitHub: https://github.com/lqs/retrotick

Show HN: RetroTick – Run classic Windows EXEs in the browser
retrotick.com

Re: Show HN: RetroTick – Run classic Windows EXEs in the browser

#10
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.

Post reply on HN