Okay this is my first entry for java4k comp. First, really first ever.
If you ever look up HTML5 demo there’s a game called Chain Reaction. And this one is remake of it, with more rules but less difficult. And different name.
All you have to do is just choose a point and start making a growing ball. React all balls by make them collide to an exactly same level of reacted ball (same color)or to a reacting ball for white ball. A reacted ball can increase its level by one by causing one reaction on other balls (white or same level one).
- white = level 0 (can grow to any level)
- green = level 1 (stay for 3s)
- blue = level 2 (stay for 3.5s)
- red = level 3 (stay for 4s)
- yellow = reacting
Fact: I didn’t compress it with anything, just jar and shrinked 40% to 3kB. There’s still lot of bytes left. I’m still looking for creating procedural sound to add. I tried Synth4k but it won’t compile. Further all, I hope I can reach 1,000 downloads at comp’s end. 8)
UPDATE : here