Republique Kickstarter Campaign

I’d like to see this game made.

If you’re a fan of stealth games, you may want to help these guys out.  Only 3 days left!

http://www.kickstarter.com/projects/486250632/republique-by-camouflaj-logan


Rainbow Ball now available on PC

 I had not intended on doing it, but someone asked so here it is:

Rainbow Ball into Adventure for PC

http://www.elecorn.com/rainbow_ball

It comes with no guarantees!

If you have a Windows Phone 7, I highly recommend getting it for that.  The controls ended out working really well.  It is also available in its pure original form for Xbox 360 Indie games.

Special thanks to Elwood (http://www.elwoodproductions.com/) for letting me use his song “Sunshine“.

The game plays best on PC with an Xbox 360 controller. If you use the keyboard, A, S, W, D, SPACE, Y, and J do stuff.

No, I do not plan to fix or update the game.

Enjoy!

Comments Off more...

iOS Caster Now Has 60beat GamePad Support

My good friend Spencer Nielsen recently added game pad support for the iOS versions of Caster.  It should be in the App Store soon.  While you’re waiting, be sure to check out his new game Invader Zurp in the App Store.  Definitely worth a play through or two.

1 Comment more...

Caster on WebOS: Palm Pre2 and TouchPad!

My good friend Spencer Nielsen recently finished porting Caster to webOS and it is now available for download!

You can grab it here:

http://developer.palm.com/appredirect/?packageid=com.elecorn.app.caster

You can also read about the work he did here:

http://www.aorensoftware.com/blog/2011/10/06/caster-for-webos/

 

Enjoy!


“First Day of Spring”: 24-Hour Comic

First Day of Spring

Just finished posting the 24-hour comic I did.  You can find it here (requires javascript):

http://www.mikedsmith.com/first_day_of_spring

It took much longer than 8 hours so it’s definitely not a working day comic this time around.  I wanted to produce some cleaner work this time so I penciled and inked each panel.  This took a lot more time than just going with straight ink (via ball point pen) as I have in past challenges.

Comments Off more...

Caster Multiplayer


And so it begins…


Caster in top 10 in Mac App Store!

Following a temporary price reduction of Caster from 4.99 to .99 for the remainder of February, Caster has moved into the top 10 selling games in the Mac app store. If this trend keeps up, I’m tempted to put Lexov on hold and go back to working on multiplayer for Caster.

You can get it here for a buck!

http://itunes.apple.com/us/app/caster/id406520140?mt=12

In other news, I’ll soon be posting an update on Lexov about some of the physics optimizations I’ve been using.

Thanks!


New Voxel Based Game “Lexov”

So I’ve decided to take a little diversion from work on Caster… again… and make a small multiplayer voxel based shooter.  The development name is Lexov, but it will not ship with that name.

I have this trailer for Lexaloffle’s game Voxatron to blame for this diversion:

Pretty cool, eh?  Get more details here: http://www.lexaloffle.com/voxatron.php

I’m targeting Xbox 360 via Xbox Indie Games.

Working on this game with C# on the 360 has some interesting problems that have been quite a bit of fun to try and overcome.  For example, say I have a 128 x 128 x 64 volume of voxels.  Simply walking across that volume of voxels requires over a million operations.  Doing one million operations alone in C# on the Xbox brings my frame rate down to less than 30 frames per second (just write a for loop and increment a local variable to see what I mean).

Here is an early version of Lexov where I am evaluating the voxel volume and adding the appropriate geometry for rendering:

Because of the performance issues with C# on the Xbox, I’ve had to get pretty creative in my approach.  I’ve started using approaches that reduce the number of operations that need to be done while favoring doing more work on the GPU (Graphics Processing Unit).  For example, in C# on the 360, it’s faster to draw an extra million triangles to save several thousand instructions per frame.

Currently, I’m using several dynamic vertex buffers and updating changes to the buffers as they happen in the game rather than evaluating the entire voxel volume each frame.

One important difference when using this approach is that I no longer have to render cubes on voxel boundaries.  This breaks some of the retro feel from being a true voxel volume, but allows for much smoother movement.

At this point I had to ask myself what it was that I really wanted to do with this game.  I decided that what I really wanted was a simple fun destructible environment game at 60 frames per second on the Xbox 360.  As cool as evaluating a single voxel volume would have been, it was secondary in importance.

Still, it’s hard to sacrifice the simplicity and beauty of the single voxel volume approach.  In the end, I’m actually very happy to have sub voxel movement in the game.

Here are some more videos of progress I’ve made.

And earlier today:

I’m going to try and keep an active blog on my Lexov’s progress.  I’ve been debating if the extra time to write blog posts is worth it when I could spend that time working on the game.  I’ve decided that if I get extra feedback and community support from doing the posts, then it will make for a better game.  Caster is a great example of this.  Caster would have been pretty lame and boring were it not for the amazing feedback I got while showing the game off to friends and colleagues.

More details on the plans for game play and design forth coming.

Thanks!


Caster in the Mac App Store

After a few eye rolling head shaking rejections, Caster is finally available in the Mac App Store.

You can get it here:

http://itunes.apple.com/us/app/caster/id406520140?mt=12

Thanks!


Caster 1.3 update on Linux!

Thank you all for your patience!  Caster 1.3 has been released for Linux in 32 and 64 bit versions.  You can get the update here:

www.casterthegame.com

In other news, future updates to Caster are in the works.  Currently, I’m working on a new mod for Caster called “Sunshine”.  Here is a tech demo of some scarf animation I’ve been playing with:

Thanks and have a great new year!


Copyright © 1996-2010 Elecorn: The Animated Coder. All rights reserved.
Jarrah theme by Templates Next | Powered by WordPress