Flooder 2: Flood Again is a puzzle game written in javascript, no flash needed! The rules are:
- You get points for removing bricks.
- Remove a brick by clicking on it with your mouse-moving device as long as it is adjecent to at least one more brick of the same color.
- Large amounts of bricks will generate bonus points.
- Bonus points can be used to buy bonuses in the shop.
- If you clean all bricks you will get extra points and a bonus interest!
- You can monitor your status in the top right information area. You'll see your lives, your score and your bonus points.
- Behave!
History
Flooder, the original game, was just an experiment I did to test if a game could work, and actually
be any fun, in javascript (using the JQuery library). If you want to test it, please visit the original demo
back at MorkaLork: http://demo.morkalork.com/game/Flooder/
The game is based on the old flood algorithm that most image editors use for the 'bucket'-tool.
Credit
Thanks Ida and Rufus for testing the game!
The following JQuery plugins has been used: jqueryui, tipTip
Developed by Magnus Ferm, maffelu.net and morkalork.com. If you need to contact the author, use admin@maffelu.net
Source code
Source code can be downloaded here: base.js