Hi everyone!
I’m happy to share my port of the classic puzzle game Pitman for the PicoCalc.
A bit of history: The game was originally created by Yutaka Isokawa in 1985 in BASIC for the Sharp MZ-700. The original listing was published in the Japanese magazine Oh!MZ, and later adapted for S-BASIC in the French magazine Sharpentiers. This version brings the full experience to the PicoCalc.
Features of this PicoCalc version:
- Full original physics: gravity, pushing boxes, falling diamonds and boxes.
- 50 levels: the complete set from the original game.
- 320×320 resolution: with an 11×8 block grid.
- Animated character: different sprites depending on the movement direction.
- Sound effects: using PLAY TONE.

Controls:
←→– Move left/right↑– Jump↓– DescendL– Next levelK– Previous levelR– Restart level
Source Code & Installation:
The project is fully open-source. You can find the code, original materials (magazine scans, listings), on GitHub.
GitHub Repository: https://github.com/AlekseiTinkov/pitman-picocalc
To run it:
- Download the
pitman.basfile. - Copy it to your PicoCalc device with PicoMite MMBasic.
- Run the command:
RUN "pitman.bas"
I’d really appreciate any feedback, bug reports, or suggestions for improvement!
Enjoy the game!