Huge: A Roguelike in 7 Days

Huge3
Click to play HUGE – Make sure to play with sound!

A few weeks ago my good friend Jim Shepard was getting ready for a long-due vacation, which he said included going to GDC and hopefully doing an entry for the International 7-Day Roguelike challenge.  Now, Jim is already an accomplished Roguelike creator, having recently accomplished his dream of publishing an indie with one of the best classic-style Roguelikes on the planet, Dungeonmans.  As a long-time lover of old-school RPG’s in the Ultima vein, I’ve always been a bit jealous of his accomplishment.  I figured this challenge would be a lot of fun as well as a great way to test my passing knowledge of Unity…

Huge is a 2D tile-based “RPG Lite” in the roguelike vein.  The player must venture through the caverns in search of crystals that can be used to craft bombs.  Why do you need bombs, you may ask?  Well, there is a boss wandering the map out there, and you can’t defeat him without them.  It’s a concept I’ve always found interesting in a “Hunt the Wumpus” sort of way…  except along the way I realized I was making a Rogue version of Sinistar, so I decided to just take that idea all the way to the mat.

Click to download Windows executable

ClickToPlay

Additional note:  The above build includes a fix to the Unity default quality settings, which were preventing the bump-mapping on the sprites from appearing, as well as a simple title screen wrapped around the experience so that the user doesn’t have to reload upon death anymore.  If you want to play the original exactly as it was released, go here.

Additional, additional note:  The build linked above has been converted over from the Unity Webplayer (which has become non-functional in most browsers) to a WebGL build that has a few sound issues.  To play Huge in all its glory, click the download link above instead for a Zip archive.

The game was built solo over the course of a (regular work) week, in my spare time.  7 days isn’t very long to do what I had to, so I had to cut corners in a lot of places, such as having a proper progression if you succeeded.  I also didn’t really get a ton of time to balance it, so defeating the boss can be easy or hard depending on how in the groove you get.  Finally, I wish I could have given the boss some more character, but such was the way of things.

The game was created with Unity 4.6, along with the Master Audio plugin.  I ported a few of the routines for Fog of War and dungeon generation from the ProD library over to my own map code.  Most of sprites were from Oryx, and were just enough to give me some flavor that I might otherwise have lacked (I know you’ve seen them a hundred times, sorry ’bout that!)

Most of the audio was created by my talented friend and coworker Mark Shoemaker.

Goals

  • Collect crystals to build bombs.
  • Use bombs to defeat the Boss.

Features

  • The player can be moved around the map using the WASD keys.
  • Move into a monster to attack them or to use a workbench or chest.
  • Collect swords to increase your attack, and shields to increase your maximum health.
  • Collect crystals from chests, monsters and lodestones.
  • By using a workbench, you can exchange 5 crystals for 1 bomb.
  • Place bombs by pressing the [1] key or [ENTER].
  • Bombs will explode after 5 moves.
  • Kill all 4 eyestalks on the boss in order to win.

Credits

Music and sound by Televided.

Freesound is a collaborative database of Creative Commons Licensed sounds.  Sounds were derived from samples by:

One thought on “Huge: A Roguelike in 7 Days”

Leave a Reply

Your email address will not be published. Required fields are marked *