Archive for the cateroy Software

  

Arimaa 0.1 updated to Arimaa 0.1.1

After releasing Arimaa 0.1 the other day, we found out that our release did not work on windows. This has now been fixed in version 0.1.1.
Also, we randomly decided to use “WeirdGals” as our temporary name for our release. Just something to toss in the “Vendor” field while we figure out [...]

Improving Set Interfaces

Set is a very good game, so a lot of folks have written implementations of the game.
This implementation, written in AJAX, is probably the nicest implementation I’ve ever seen.
There’s also the official implementation.
There’s even other folks that have implemented the game in Java.
Here’s a version that actually lets you play online with other players.
Most of [...]

Annoying Flash Bug

The other day, I was doing some flash programming, and ran into this error message:
“someCodeLibrary.as” Line 13 – ActionScript 2.0 class scripts may only define class or interface constructs.
“someCodeLibrary.as” Line 15 – ActionScript 2.0 class scripts may only define class or interface constructs.
… etc.
Basically, this error message was coming up for every line of someCodeLibrary.as.
Initially, [...]

Converting to Mac OS X

I wrote this a while back, but never got around to re-adding it to my blog. Here it is again.  I wrote it just after buying my Macbook.
There have been many project ideas that have drifted through my mind over the past few years. One of them has been to create some sort [...]

Single Player Set client for Java

I absolutely adore board games. At one point in my life, I owned over a hundred board games and would play them every chance I get. I don’t really have time to play as many games as I used to these days, but I still very much enjoy them whenever I get the [...]