Labirinto

Como de costume, Eu fiquei entediado então eu escrevi um jogo em JavaScript. É um jogo de RPG chamado Labirinto (você pode encontrá-lo aqui) que segue um cara que se perde em uma caverna. Você tem que recolher gravetos para destruir barris, tábuas para atravessar a água, chaves para portas coloridas, e mais.

Aqui está o que parece Labirinto:

Playing Level 10 of Labyrinth
Jogando Nível 10 de Labyrinth

Eu sei que é terrivelmente desenhado, mas eu desenhei tudo sozinho. Eu sou um artista tão ruim que é um milagre que a chave ainda parecia uma chave. E aquela coisa amarelo / laranja / vermelho brilhante é uma lanterna.

Calculadora JavaScript potência

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