ropeman
v0.1.6
Published
Rope Man as a terminal game powered by OpenTUI
Readme
Rope Man
https://github.com/user-attachments/assets/266611a8-15a7-402b-a400-20ba5ec8a2d5
Terminal Rope Man game powered by OpenTUI.
Run
bunx ropeman
npx ropeman
pnpm dlx ropemanAfter cloning the repo:
bun install
bun run devControls
| Action | Key |
| ------------------- | ----------------------------- |
| Start random seed | Enter on the menu |
| Start specific seed | Type seed, then Enter |
| Hook / release rope | Space |
| Swing / air-control | A / D or Left / Right |
| Reel rope | W / S or Up / Down |
| Retry current seed | R |
| Pause / resume | Esc |
| Main menu | H |
| Quit | Q |
Verify
bun run test
bunx tsc -p tsconfig.json --noEmit
bun pm pack --dry-run