Author Topic: Procedural Death Splatter (7DRL): Success  (Read 7629 times)

steevolution

  • Newcomer
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Procedural Death Splatter (7DRL): Success
« on: March 09, 2014, 05:35:22 PM »
I started at 8PM last night but forgot to announce until now...

This is my 5th year, and hopefully my second success. I'm revisiting the idea I used for my 2nd attempt (MatterSplatterRL) because the concept has stuck with me and I haven't done anything with it in 3 years.  This entry will be called procedural death splatter (planning to use it as part of the procedural death jam if I can figure out how to register it there), and its written in HTML5/javascript.

The central idea is that there are lamps all across the map.  any space lit by a lamp, any space that is dark does not exist.  At all times you are connected to a single lamp and actions you do can increase the amount of light put out (defeating enemies, crafting etc) or decrease (taking damage).  This has the effect of growing and shrinking the playable area.  Also everytime a space is lit it's attributes are regenerated, meaning that if the space goes dark, any enemies, items, or even the player disappear.

I hope to include an crafting system and a decent selections of items that let you manipulate the light.  For example, putting down walls to block the light, using a lens to extend the light range, etc)

« Last Edit: March 16, 2014, 06:07:02 AM by steevolution »

steevolution

  • Newcomer
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Procedural Death Splatter (7DRL): Success
« Reply #1 on: March 16, 2014, 06:30:46 AM »
Download here:
http://7drl.org/wp-content/uploads/2014/03/procedural-death-splatter-FINAL1.zip
Its finished. Didn't get everything I wanted in (who does?) but you there's definitely a game to play (and lose, definitely lose).  I plan to write up more tomorrow about what went right /wrong.

steevolution

  • Newcomer
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Procedural Death Splatter (7DRL): Success
« Reply #2 on: March 19, 2014, 12:32:32 PM »
UPDATED to 1.01
New link: http://7drl.org/wp-content/uploads/2014/03/pds7DRL_1.01.zip
I found a typo in the instantiation of a rare enemy that caused the game to crash.  Fixed and re-uploaded.

Still planning to write up a little more about the game, but it'll have to wait until work calms down.