Sunday, July 1, 2012

SudokuRace 1.1 Coming Soon

Thanks to everyone who has been playing the initial release of SudokuRace. I've submitted version 1.1 to Apple, so expect to see it released in the next week or so. It includes a new leaderboard and some bug fixes.

Saturday, June 2, 2012

Coming soon: SudokuRace

I've created a new game which should be realized for the iPad soon. Its called SudokuRace. Details to follow once the app has been published.

Monday, July 12, 2010

Fractoid 1.3.5 released

Updated to the new version of Luke Hutchison's multitouch controller (MT Controller Google Code Page). Fixed a few bugs and added support for Froyo. I swear I am going to get back to adding new features soon!

Wednesday, April 28, 2010

Release 1.3.4

-Some small speed improvements
-Bug fix

Some big new features are coming soon!

Thursday, April 15, 2010

Fractoid 1.3.3 released

Z(n)^2 - Z(n-1)^2 + C added

Tuesday, April 13, 2010

Fractoid 1.3.2 released

-Removed Barnsley equation, combo trap algorithm, and the green, red, and yellow color schemes
-Added Camouflage, Camp fire, and bumblebee color schemes
-Added curvature estimation and stripes algorithms

Tuesday, April 6, 2010

Fractoid 1.3.1

Rudy's Cubic Mandelbrot added

Tuesday, March 30, 2010

Fractoid 1.3.0 released

Added the triangle inequality average algorithm. This one took awhile to get working the way I wanted, but its my favorite.

Sunday, March 21, 2010

Fractoid 1.2.13 released

-Barnsley Equation added
-Reduced font size

Saturday, March 13, 2010

Fractoid 1.2.12 released

-Tweaked orbit trap algorithms
-Streamlined fractal generation code

Saturday, March 6, 2010

Fractoid 1.2.11 released

-Epsilon cross bailout algorithm improved
-Fix for a bug causing the app to force close for some users

Thursday, March 4, 2010

Release 1.2.10

-Added a combination orbit trap algorithm
-improved app stability

Saturday, February 27, 2010

Release 1.2.9

-Omega cross bailout algorithm added
-Bug fix causing crashes when app is paused and resumed

This should be the last release for awhile!

Thursday, February 25, 2010

Fractoid 1.2.8 Released

-Omega cross orbit trap algorithm added
-Fixed a bug when exiting app using the back button

Tuesday, February 23, 2010

Fractoid 1.2.7 Released

-Notification bar is now hidden
-Changed the way relative color mode works
-Did some major refactoring

Sunday, February 14, 2010

Fractoid 1.2.6 Released

Mini progress bar added to the UI
Refactored a bunch of code

Thursday, February 11, 2010

Fractoid 1.2.5 release

-Changing colors no longer requires full recalculation of the fractal
-You can change between absolute and relative color modes for finished fractals
-Changed up the Gaussian integer algorithms again. Now there is a "minimum distance" and an "average distance" mode.

Sunday, February 7, 2010

Fractoid 1.2.4 released

-new icon
-changed the way gaussian integer algorithm works. Now there are two choices, and points within the set are rendered properly.

Saturday, February 6, 2010

Fractoid 1.2.3 released

-Gaussian integer algorithm added
-Renders 2x2 pixel blocks on the 1st pass, and 1 pixel at a time on the 2nd pass

Thursday, February 4, 2010

Fractoid 1.2.2 released

-Runs 25% faster due to migrating the core calculation algorithm to native code
-Removed "Ocean Reef" color scheme and replaced it with "Orange"
-Fixed a UI bug causing inadvertent julia fractals