window.onload = function() {

        var images = document.getElementsByTagName('img');

        for (var i = 0; i < images.length; i++) {

            var image = images[i];

            if (image.alt.length === 0) {

                continue;

            }

            image.parentNode.classList.add("imagelink");

            var altText = document.createElement('p');

            altText.textContent = "🌐 " + image.alt;

            image.parentNode.insertBefore(altText, image.nextSibling);

        }

    };

</script>

Back to overview

Mankind&#39s Conquest, free download on PalmDB

Video demo of a very early alpha

(C compiler, linker, everything you need to compile an app)

PRC Tools Remix

List of all Palm PDA&#39s

Holy smokes, I just released a MiniGolf game for Palm OS in 2024

@rxpz@social.linux.pizza

Back to the overview

📰 Subscribe to RSS feed 📰

Proxy Information
Original URL
gemini://gemini.ctrl-c.club/~captain/posts/2024-07-18-retro-coding-journey-into-creating-a-palmos-minigolf-game.html
Status Code
Success (20)
Meta
text/html; charset=utf-8
Capsule Response Time
453.046255 milliseconds
Gemini-to-HTML Time
1.176013 milliseconds

This content has been proxied by September (ba2dc).