HP Forums
A collection of games, tools or funny programs. - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP Prime Software Library (/forum-15.html)
+--- Thread: A collection of games, tools or funny programs. (/thread-11523.html)



A collection of games, tools or funny programs. - wangchong01 - 10-04-2018 10:34 AM

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


RE: A collection of games, tools or funny programs. - jte - 01-19-2023 08:26 AM

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.)