Three Hundred :: Mechanic #031
  Squidi.net Sites:     Webcomics   |   Three Hundred Mechanics   |   Three Hundred Prototypes
 Three Hundred
   - Index Page
   - About...
   - By Year

 Collections
   - Comp-Grid
   - Procedural
   - Tactics
   - Tiny Crawl
   - Misc


 
PreviousMechanic #031Next

  Mechanic #031 - Distributed Designer

Category: Banner
Posted: 06/08/07

A sort of distributed game / game design experience, where people create and share a unique implementation through their browsers.


  Description

[banner1.png]

This premise begins with a banner game - not necessarily [#022 - Tiny Crawl]. In this case, I've decided on a small, banner-based version of [#023 - The Long Road] (though it could be any small game). The idea is that different websites host their own instance of this game, with its own levels, enemies, and items to find. Then you are able to take a character between each instance through the use of [#012 - Image Save File]. You simply paste your image in, and when it's done, it'll put a new image in the clipboard for you.

[card1.png]

Your character is saved on a sort of image card. This card is actually quite small (it's blown up 200% here) so there's probably plenty of room for expansion, both in data box content and human readable information. I'm going to describe each box individually, starting top to bottom, left to right:

  • Character Box - This features a small picture of your character and human readable stats. The data box keeps track of a few attributes, like how many games you've played, how many you've won, the character's level, amount of gold, and so on.

     

  • Head and Body - These data boxes contain the image data for the character's head and body (kept separate for minor character paper dolling). Since the data is kept explicitly, you could visit a website's version of the game and "download" new visuals for your character. This also allows you to bring that data into another instance without it explicitly knowing about every possible combination of items. The one downside is that the character card only has room for one of each, but you could download outfit cards to your computer separately. Also, in an effort to save space, these objects are only 4 or 16 colors, and there is a separate palette saved in the Character Box rather than with outfit objects, meaning you can customize it yourself rather than having to find someone to download it fround.

    Also included is a small bit of knowledge about the object - who made it and their website. Thus when players share this info, they are also sharing what websites they got it from, in a sick sort of viral marketing tool. The original name for this idea was Advertisement Banner Games, but it wouldn't fit in the box.

     

  • Inventory - Like outfit pieces, players can put a number of tranferrable equipment on their character cards. These can be moved between instances as well, so you could locate a Sword of Cool from Squidi.net's version and then take it over to the Google's instance.

    Because of balancing issues, these objects will need some sort of approval process. I'm thinking that is a sort of signed aspect to them, and you can only used signed inventory with signed instances, but unsigned instances will allow both signed and unsigned content just fine.

     

  • The Checksum Box - In order to make sure that players aren't messing with the content, there will be a mystery box on the page which does some unknowable magic to ensure that the content on the card is accurate. This is there to make sure that someone doesn't accidently JPEG their image into unusableness.


  A Building Game

[card2.png]

Each website that wishes to run an instance will likewise use a card system. Each element in the game will be wrapped up in an easily portable card. For instance, this card is a Skeleton enemy, and in the databox is everything that is needed to have one, from stats to graphics to scripting. An entirely self contained game design element that can be imported and shared.

Each website will download a designer program. Just drag all the cards you have collected into the program's folder and it will become available for the gui to insert into the level. Then, after careful design and implementation, the designer program will pop out a level file (Text XML that requires the images to be present or a binary which has compressed entity data included for minimal download connections and size). If you use any unsigned entities in the project, the resulting instance will likewise be unsigned. I'm thinking this could be represented by simply changing the border color of the instance.

Designer could also design and publish entities, tilesets, levels, and whatever and upload them to a core repository. Only instance owners can access this stuff, not the players, such that the players still have to play through instances in order to find loot. A central depository will also allow for a database of objects, offloading responsibilities to the instance runner, and make signing high quality content possible.

And that's the idea. A series of games that extend across the world wide web, a player who can bring content between them, and an easy means by which to share development content between instance runners.


  Advergaming

I really see it as an extremely effective marketing scheme. Say you are developing a website for the next big videogame. You could create a dozen different instances with graphics and content based on your game, then hand them out to fan sites to each hold a part of the whole. It will encourage players to visit all these fan sites to try these games, but it will also really drive home the brand name and develop a sort of secondary hype for both the banner game and ultimately the primary product as well.

Or you could use it to allow players to share content from a community. Say you give an instance out to a bunch of webcomics, each one tailors the content of their own instance to represent their own webcomic world. Then players could take content from one to another, like taking a Maxim character into an instance based on Gods of Arr-Kelaan, or to deliver a gnarled stick of whoop ass +4 to a game based on the world of Penny Arcade (or heaven forbid, deliver a fruit fucker anywhere).


  Related

 

 





Copyright 2007-2014 Sean Howard. All rights reserved.