Games

Air Jump. A side-scrolling platformer with infinitely long gameplay and character building. The game is available on the App Store (trailer).

tags: ios sdk, objective-c, python, pyqt, cocos2d

The Stone of Destiny (iPhone | iPad). The first game in the hidden-object genre to hit the App Store shortly after its launch in 2008 (trailer). An extended version was released for the iPad in 2010 featuring complete UI redesign and a few additional features like achievements and Facebook integration (trailer).

tags: ios sdk, c, objective-c, opengl es, graphics programming

Open Source

runparam (WIP). Development toolkit that allows developers to make their apps and games easily customizable at run time. Currently supports iOS.

tags: objective-c, python, ios, fun

numspell (WIP). Number speller with data-driven approach to extensibility. The basic idea is that the users of numspell are provided with a definition language allowing them to describe a set of spelling rules for any natural language that will be compatible with all current and future implementations of the spelling algorithm.

tags: python, data-driven development, numbers

Elixir. Elixir is a young programming language originally conceived by José Valim in the early 2011. It is built on top of the Erlang VM which is famous for its concurrent design, scalability, and fault-tolerance. I have been actively participating in Elixir's development since the end of March 2012, contributing to the language's core, standard library, documentation, and blog.

tags: erlang, web dev, programming language