Titil is a micro (single person) development studio, mostly focused on games, but also apps and software development tools.
Compact app with metronome functionality. Due to its small size, comsumes minimal amount of system resources. Can run in a background while other apps are being used or the phone screen goes offline.
The application itself is published to Google Play store. Both app and the source code are available for free.
Set of tools for creating platform games for PICO-8 fantasy console. Consists of many helper functions, object factories and mechanisms, that can be composed into game skeleton without bothering about implementation of game physics, object movement, collision detection, etc.
There are 2 examples included. The first one presents all features and is published as a playable demo. The second one is a minimal example of player configuration on the level map. It can be a good starting point for implementation of new game.
Simple logic game inspired by a popular puzzle. Player sees an equation which is initially incorrect. Their task is to pick one of the segments and place it at a proper position, so both sides of the equation match.
The game is released as a web page and mobile Android application as well. It is written in Haxe programming language (using HaxeFlixel game framework). Entire project was supposed to be a proof of concept, but after few improvements it became ready for release.