Thursday, October 24, 2013

Friday, October 18, 2013

Text to Morse code wave converter

Just published a new tool in Python called morse wave on github. This tool is allows you to convert some text into Morse code and save to wav file.

Thursday, October 3, 2013

Arkanoid game in JavaScript and HTML5 Canvas

I've continued to make projects in JavaScript and HTML canvas. This time I've made famous arkanoid game.
Source code of game is available on my github repository here.