January 10th, 2011 by Rob
This is a small plugin I wrote today for Sony LiveView devices. It’s just a simple binary clock, the type you see all over the place.
It can display the time in either 12-hour or 24-hour format.
Here’s the QR code for it on the Android market.

I may do more for LiveView devices, however the API is very limited so doesn’t leave much scope for games or anything.
Posted in LiveView | 6 Comments »
November 24th, 2010 by Rob
Yesterday I wrote a simple TPG usage indicator for the chrome browser if it’s of any use to anyone.
Posted in Uncategorized | No Comments »
November 18th, 2010 by Rob
I’ve just set up the first basic implementation of slightly smarter maze selection. Instead of being purely random, mazes are now being selected based on how quickly others solved them and how quickly you solved previous ones. It will take a while for the system to learn this information. There are still a lot of mazes that have had very few attempts so it’s hard for the system to know their difficulty. I may change it so that instead of there being a 50-50 chance of either designing or solving a maze it would be 90-10 in favour of solving.
I’ve also changed it so that new players only get asked to solve mazes initially so that they can get used to the idea behind the game.
I expect to be tweaking this as more data starts to come through of how accurate my difficulty measurements are.
Posted in Daedalus | No Comments »
November 17th, 2010 by Rob
Just a few minor bug fixes here. Next version should have more in terms of features. Get it from the Android Market or here.
Posted in Daedalus | No Comments »
November 17th, 2010 by Rob
I have changed the method by which mazes are chosen to be solved. Instead of only being presented with mazes that have yet to be attempted, the total pool of mazes is available to be played. This is the start of a move toward mazes being presented to you based on how difficult others have found them and how good your history for solving them is.
I’ll also release an update version of the client soon with just a few minor bug fixes.
Posted in Daedalus | No Comments »
October 10th, 2010 by Rob
I’m in the process of releasing the first alpha version of a new game. Daedalus was an idea I got from Inception. After taking considerably longer than I was expecting to finish this first release it’s finally done.
As I said this is an alpha release so don’t expect great things. Over the next few weeks I hope to collect data on how challenging it is to play and where it needs to be tweaked. As well as fix the undoubtedly present bugs. As always leave me feedback here or in the comments or on Twitter or wherever, unfortunately the Android Market gives me no way to respond to comments left there.
Here’s a rough overview of what the game is about:
Daedalus is an Android game with the simple premise of designing and solving mazes. When you start it decides randomly whether you need to design a maze or solve a maze.
If you are tasked with designing a maze, the start (green) and end (red) points of the maze are picked for you, and you have to design a maze around them, using the provided tools, in under two minutes.
Alternatively if you have to solve a maze, you are given one minute to draw the path from the start to the end.
I’m currently in the process of putting it on the Android Market and it is also available for download here
Posted in Daedalus | 3 Comments »
July 10th, 2010 by Rob
Nothing remarkable here. Just added support for installing to SD on Android 2.2.
Changelog:
* Added support for installing to SD (Froyo)
Get it from the Android Market or here
Posted in Uncategorized | No Comments »
April 24th, 2010 by Rob
Nothing new here. Just what I hope is a fix for the issue that seems to have cropped up with Motorola Droid phones. I don’t actually own a Droid so it’s hard to test but I’m fairly sure this will fix the issue. Someone let me know if it doesn’t.
Changelog:
* Fix for Motorola droid crash issue. Thanks to everyone who let me know.
Get it from the Android Market or here
Posted in Cavedroid | 2 Comments »
March 7th, 2010 by Rob
Fixed a couple of issues brought to my attention.
Changelog:
* Fixed the handling of unescaped characters in comments.
* Stopped the same score from being submitted twice.
Download it via the Android market or here
Posted in Cavedroid | No Comments »
March 6th, 2010 by Rob
Nothing major in this update, just changing over the high scores system.
Changelog:
* New high score system (see http://www.robeverest.com/simple-scores for details). All the old scores have been moved across. Let me know of any issues.
Download it through the Android Market or here.
Posted in Cavedroid | 2 Comments »