Alx Dark has created The Tombs of Asciiroth a fully functional roguelike-meets-puzzle-arcade game.
Asciiroth is a a complete, functional, open source game, written using GWT, and distributed either as an Adobe AIR application, or as a game you can play over the web. In the latter case, it uses Gears to provide saved game support. (So bottom line is you can play it using AIR or Firefox... IE is too slow, Opera/Safari aren't supported by Gears.) It also has a map editor that is distributed as an Adobe AIR application.
It is very cool to see applications written using Ajax, and then using both Gears for in-browser functionality, and AIR for desktop deployment.
Ryan Stewart of Adobe and I got to give a joint talk this morning that covered Adobe AIR, Gears, and how you can build offline and desktop applications right now.
Obviously, Ryan gave an overview of AIR, and I did the same for Gears. We also discussed reasons to be excited about Web development, some of the ideas that are out there in the community, and how AIR and Gears can be seen as complementary.
We had some requests to put the slides online, so here they are below. I know it is hard to peruse slides without the talk over, but just think of it as a fun exercise to wonder what we said :)
If you are at Web 2.0 Expo, give me a shout on twitter.
Jack Slocum has kicked off his new Ext JS blog with an entry on his experience writing an application with Ext JS, AIR, Aptana, and lots of Red Bull.
As part of the experience Jack has created Ext.air.MainWindow which makes your AIR window look like a Ext.Window.
Jack actually created two versions, the online one actually uses Google Gears, and he abstracted the database access via Ext.data.SqlDB.
Christophe Coenraets always brings the goods when you need a quick demo. He created the SQLAdmin tool for Google Gears that Kevin Lynch demonstrated yesterday.
This app does have the side effect of showing me that I am not a mousey person. I kept clicking on "CREATE DATABASE" when I was meant to drag and drop it onto the SQL query box. Darn drag and drop on the web ;)
It is cool that Christophe has given us a prettier UI for playing with the local database (there is a dbquery tool in the Google Gears SDK too), and I am sure we will see more great work from Adobe (and their work always looks nice doesn't it!).