HP Forums

Full Version: A collection of games, tools or funny programs.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I must say good bye to programming on the HP Prime because I've entering the university (I'm still using the calculator, though). So I send this collection of all the programs by my classmates and I (some are adapted from others' programs).

I will give you a link to the GitHub for it's too large to be attached.

Sorry that I don't have enough time to translate every sentence to English, so there might be some Chinese in my program. Most programs have instructions as comment while some don't. So try to explore them by yourself!

Be aware that some programs may be dependent to other library-like programs such as shp and some programs must be run when you are in specific applications.

link : https://github.com/qq1176321897/hp-prime
Many thanks for the collection of games! I’ve only just tried out the “Magic Tower 50” – I’ve only played just a little (of the English version), so far…

Unfortunately, a recent fix (to MID(–) — see https://www.hpmuseum.org/forum/thread-18264.html) has broken that game’s “sayings” loading code. (As the loading routine’s parsing code is testing for when the “next chunk” is down to exactly one character. After the fix, MID(–) returns an empty string during parsing — which then throws off LEFT(–)’s extraction after INSTRING(–) returns 0.)
Reference URL's