Tuesday, December 30, 2008

Laser Hockey DS Speaks

Filed under:

Finally, we have sound in Laser Hockey! After three months of doing other stuff and one month of working we have uploaded the latest build. The game still needs tremendous polish but with sound in, it's finally starting to feel like a real game. All music and sound effects were created by a member of Moose-At-Play.

Build 0.6.0 Enhancements and Fixes

  • Original streaming music and sound effects for the title screen
  • Original streaming music and sound effects during game play
  • Hooking into Box2D's collision system to play sound effects during game play
  • Randomizing which neon sound gets played on each contact
  • [BUG] Cancel button on Host/Join screens never pops up
  • Removed paddle-neon collision from Box2D using ContactFilter, doing it manually with bounding box to avoid bouncing paddles
  • Moving your paddle into the goal area is no longer allowed by design, graphics to convey this will be added next month
  • Randomizing which wall sound gets played on each contact

You can download it by clicking this link: LHDS_2008_12_31.zip

The ZIP includes an emulator but it doesn't play the streamed music very well. You should play on real DS hardware. The ZIP no longer includes the DS.GBA version because, with the music, the game is now over 5 megs and I don't want to include two copies in the same package. If you really want a DS.GBA version, download the dsbuild tool.

Sunday, December 14, 2008

On the Twelfth Day of Homebrew

Moose-At-Play gave to me:

12 sound effects
11 missing pucks
10 megs to download
9 practice games
8 bug fixes
7 にほんごのもじ
6 days of notice
5 filler syllables
4 months of nothing
3 background musics
2 re-hashed screen shots
And a new game audio team member

Yes, there is some junk in that jingle but there are some hints and information too.

From the beginning of September through the end of November, I've mostly been working on a big project for work in my spare time. That and finishing Etrian Odyssey and Castlevania. This month, we will finally get a build out. The goal was background music and sound effects and we've already succeeded in getting a lot of it to work. Also, as the horrible song says, we do have a new team member creating the game audio and that's a great deal for you because the rest of us wouldn't have any clue.

The release is scheduled for December 31st. We the addition of audio, Laser Hockey DS finally has all the necessary components to be considered a real game. It needs loads of polish and features but in my mind it has made it to a very important milestone.

Friday, September 5, 2008

Laser Hockey DS adds color, fades

Filed under:

Like my DS Fanboy-style title?

I have put the latest build of Laser Hockey DS up. We're not quite as far as we wanted to be at this point but it's still a big improvement.

Build 0.5.0

  • Using 24-bit color backgrounds for game board
  • Score is finally drawing under other sprites
  • The ball is much smaller
  • The paddles are much smaller
  • Added glow as a separate translucent sprite behind ball
  • Added glow as separate translucent sprites that draw behind paddles
  • Added splash screen that fades in and out

You can download it by clicking this link: LHDS_2008_09_05.zip

Here's a nifty new screenshot of the higher color background and smaller ball and paddles:

LHDS_2008_09_05

Wednesday, July 23, 2008

Please enjoy the music while your Moose is reached

Filed under:

Development has been on hold for about the last month and a half. Here are some reasons why:

  • Lead programmer is working on an important work project at home, also he is hooked on Etrian Odyssey
  • Technical artist is hooked on Final Fantasy Tactics A2
  • Art director is pregnant

This by no means implies development has been stopped. The next update will be graphical in nature but will not likely be released before the end of August.

Saturday, May 31, 2008

Laser Hockey DS - May 2008

I have put the latest build of Laser Hockey DS online tonight. This version finally has a real physics engine courtesy of Box2D. Again, it looks identical to the last two builds but this one finally plays like a real game. Next month is all about the looks...gotta shrink those paddles.

Build 0.4.0

  • Using Box2D for physics, still needs a lot of tweaking and bug fixing; it took almost two months but it's a huge improvement
  • Re-initializing memory between screen changes to avoid a memory leak
  • Remove remnants of old placeholder engine
  • Using Box2D's body rotation for the sprite rotation
  • Player two takes control of physics updates when ball is in his or her court, a vast improvement in responsiveness of game play for player two
  • Select button now exits practice and multiplayer games

You can download it by clicking this link: LHDS_2008_05_31.zip

I am not going to provide any new screenshots as they are exactly the same.

Wednesday, May 28, 2008

Laser Hockey DS thumbnail appears on Joystiq

Filed under: ,

DS Fanboy interviewed me during their Week of Homebrew and like all good Fanboy features, a recap was posted to Joystiq!

Tuesday, May 27, 2008

Forward to the Past

After re-re-re-thinking how we are going to replace the physics engine, we have finally settled with Box2D. We have an early preview version of the integration effort working and will release it at the end of the month. However, the release will likely be buggy (e.g., game freezing and strange collision behavior) while we iron out the bugs.