מבוך

כרגיל, השתעממתי אז כתבתי משחק ב-JavaScript. זה משחק התפקידים בשם מבוך משחק (you can find it here) אשר עוקב אחר בחור שהולך לאיבוד במערה. אתה צריך לאסוף את מקלות להרוס חביות, קרשים לחצות מים, מפתחות לדלתות בצבע, ועוד.

הנה מה שנראה כמו המבוך:

Playing Level 10 of Labyrinth
רמת משחק 10 של מבוך

I know it’s horribly drawn, but I drew everything myself. I’m such a bad artist that it’s a miracle that the key even looked like a key. And that glowing yellow/orange/red thing is a lantern.

JavaScript-powered calculator

I was bored (and my calculator was out of batteries), so I figured I’d take a crack at developing a web-based calculator. (You can find it at hathix.com/etc/calculator. בעיקרון, you can enter some commands (variable declarations or function calls) and the calculator will use JavaScript power to find the answer.

The neatest thing about the calculator is that it has some built-in functions (anything from finding a number’s square root to finding the LCM of two numbers to finding the solutions to a quadratic equation.)

Here are some commands you can enter into the calculator and what they do: