Click an Icon above to play a game.

What is this?

By Kriss.


This is http://www.WetGenes.com

It is not a pipe.

Its a website, one day it will have content, I'm working on that bit.

Content is slowly coming in the form of many WetGenes.

It will contain every thing you need to play WetConstructor In theory WetDestructor will consist of more than one game all based on mostly the same code. My simple plan is to produce an environment which is suited to a number of different game styles, essentually a highly interactive environment using as many physical modelling techniques as I can cram in.

One of the basic underlying models is going to use a CellularAutomaton system to model water flow. Well its more of a particle system / CellularAutomaton hybrid. This is even kinda working, well its working enough for me to move onto something else anyway.

The water is modeled as a huge particle system running in a diferent domain to normal. Rather than keeping track of each individual part it keeps track of the number of parts in each cell and average movement in that area and so on. This gives a mostly constant and considerably faster processing speed compared to a traditional particle system, well certanly as you aproach a million particles anyway.

On top of this will be built standard game physics type objects which will interact with the cell layer.

All of this explains why I am currently working on crappy flash games.