Page 27 of 40 FirstFirst ... 17252627282937 ... LastLast
Results 261 to 270 of 395

  Click here to go to the first staff post in this thread.   Thread: Submit Your Clash of Clans Fan Art

  1. #261
    Super Member Yango's Avatar
    Join Date
    Apr 2014
    Posts
    764

    Something I created for my clan :]


  2. #262
    Fresh Spawn
    Join Date
    Aug 2014
    Posts
    2

    My COC troops

    image.jpgimage.jpg
    Attached Images Attached Images

  3. #263
    Fresh Spawn
    Join Date
    Aug 2014
    Posts
    3

    overdue fan art

    photo.jpg I was a little late on the movie poster challenge but i still want to show my work so here you go please reply if and tell me if you like it it is my first time making fan art for anything
    Last edited by Guitarhero1004t; August 19th, 2014 at 07:08 PM.

  4. #264
    Senior Member Anthropropos's Avatar
    Join Date
    Aug 2014
    Location
    Germany
    Posts
    293

    Wink Tuning up the builders

    hi,

    what you can see is the good old german "Bauarbeiter" and what they need to make a really good job out there..
    Attached Images Attached Images
    Last edited by Anthropropos; August 19th, 2014 at 09:29 PM.

  5. #265

  6. #266
    Fresh Spawn
    Join Date
    Aug 2014
    Posts
    2

  7. #267
    Trainee Msulli's Avatar
    Join Date
    Aug 2014
    Posts
    31

    a signature for my clan

    Clash of clans.jpgthis is just a quick signature for my clan based on the the clash of clans banner. (added a few extra troops to spice it up)
    Last edited by Msulli; August 29th, 2014 at 01:48 PM.

  8. #268
    Centennial Club BrickWayne's Avatar
    Join Date
    Mar 2014
    Location
    Michigan
    Posts
    107
    Self-drawing wizard in honor of the wizard event.
    http://www.openprocessing.org/sketch/158586/embed/?width=645&height=800&border=true


    Code:
    PImage bild;
    int modi = 1;
    
    
    void setup() {
      size(645, 800);
      bild = loadImage("wizard.jpg");
      background(255);
      frameRate(150);
      smooth();
    }
    
    
    void draw() {
      if (frameCount > 100) {
        if (modi==1) {
          for (int i = 0; i<20;i++) {
            int x = int(random(0, width));
            int y = int(random(0, height));
            fill(bild.get(x, y), 100);
            noStroke();
            stroke(bild.get(x, y));
            ellipse(x, y, random(5, 0), random(5, 0));
          }
        }
        if (modi==2) {
    
    
          for (int i = 0; i<20;i++) {
            int x = int(random(0, width));
            int y = int(random(0, height));
            color c = bild.get(x, y);
            fill(c);
    
    
            float value = brightness(c); 
            fill(value);
            noStroke();
            ellipse(x, y, random(5, 0), random(5, 0));
          }
        }
    
    
        if (modi==3) {
    
    
          for (int i = 0; i<20;i++) {
            int x = int(random(0, width));
            int y = int(random(0, height));
            color c = bild.get(x, y);
            fill(c);
    
    
            float value = saturation(c); 
            fill(value);
            noStroke();
            ellipse(x, y, random(5, 0), random(5, 0));
          }
        }
      }
      if (frameCount%2==0 && frameCount<121) saveFrame("image-###.gif");
    }
    
    
    void keyPressed() {
    
    
      if (key=='1') {
        modi = 1;
      }
    
    
      if (key=='2') {
        modi = 2;
      }
    
    
      if (key=='3') {
        modi = 3;
      }
    }
    What the (almost) fully loaded image looks like:
    Last edited by BrickWayne; August 30th, 2014 at 10:18 PM. Reason: Added image

    Boom Beach: Same IGN, Level 31+

  9. #269
    Fresh Spawn deleriuslove's Avatar
    Join Date
    May 2014
    Location
    Malaysia
    Posts
    2
    -deleted---------
    Last edited by deleriuslove; January 15th, 2015 at 07:58 AM.

  10. #270
    Fresh Spawn
    Join Date
    Apr 2014
    Posts
    9

    Cool Here's a shout out to my clan :)

    Ok we are the incredibles
    Quote Originally Posted by SuperSteve[Supercell] View Post
    Calling All Clash of Clans Fan Art!

    We celebrate user content all the time and want to see yours! Post your Clash of Clans fan art here or our Facebook wall and we'll add it to the new Fan Art Album:

    http://bit.ly/CoCFanArt

    Clash On!
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •