Labyrint

Jako obvykle, Jsem se nudil, tak jsem napsal hru v JavaScriptu. Je to hra na hrdiny s názvem Labyrint (můžete najít zde) který následuje chlapa, který se ztratí v jeskyni. Musíte sbírat hole zničit sudy, prkna překročit vodu, klávesy pro barevné dveře, a více.

Tady je to, co vypadá jako Labyrinth:

Playing Level 10 of Labyrinth
Hraní Level 10 labyrintu

Vím, že to hrozně tažené, ale já jsem kreslil všechno sám. Já jsem tak špatný umělec, že ​​je to zázrak, že klíčem dokonce vypadal jako klíč. A to zářící žlutá / oranžová / červená věc je lucerna.

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. Basically, 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: