Crayon Physics

This isn’t the game in that YouTube video!

The YouTube game is called Crayon Physics Deluxe and this is just a quick and ugly prototype of that game. You can’t draw anything else than squares in this game. 

Sorry for the hostility, but subtle tactics didn’t seem to work.

Here’s my tenth done-in-under-a-week game. I would have liked to spend few more days with the game, but unfortunately I didn’t have the time. As usual the game is open to critique.

Crayon Physics

Screenshot of Crayon Physics Screenshot of Crayon Physics Screenshot of Crayon Physics

Download
Crayon.zip (5,6 Mb) (Release 1)

Instructions
You play with crayons and physics. The goal of the game is to move the red ball so that it collects the stars. You can cause the red ball to move by drawing physical objects.

With left mouse button you can draw and with right you can remove objects.

Space - Will reset the level.
Esc - Will open the menu.

Alt + enter - Will toggle fullscreen.
Alt + F4 - Will quit the game.

Credits
Game Design, Code & Gfx: Petri Purho ( petri.purho (at) gmail.com )

Music: _ghost - Lullaby. The song is used under the Creative Commons Attribution-NonCommercial 2.5 -license.

The game uses Erin Catto’s Box2D physics engine.

The graphics of the game are under the Creative Commons Attribution-NonCommercial-ShareAlike 2.0 -license.
The background texture is based on Felipe Skroski’s photo One for SXC. It is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.0 -license.
Some modified textures from Image After were also used.

Thanks
Inspiration source: Experimental Gameplay Project.

Crayon Physics uses: SDL, SDL_Image, SDL_Mixer and SDL_RotoZoom

1,336 Responses to “Crayon Physics”

  1. the2bears.com » Crayon Physics Says:

    [...] Crayon Physics is this month’s Kloonigames experiment. I’m usually terrible at these kinds of physics/puzzle combinations, but that didn’t stop me from having a lot of fun. The goal is simple, direct the ball to collect the stars. Draw boxes that will fall due to gravity, interacting with the other objects on the screen, such as bumping the ball to start the whole process. Very fun, with a few very clever levels. Petri would have liked more time, and I agree. Some more levels, perhaps an editor, and this would be about perfect. [...]

  2. KKairos Says:

    Awesome stuff. A bit frustrating at times but pretty good. I’m not very much into physics so I can’t help you much there. I can say that at least for the most part I appreciated the atmosphere of the game and had fun.

  3. petri.purho Says:

    @KKairos: Glad to hear that you enjoyed the game. Some of the levels are difficult on purpose. I added the ability to load any level in the game to compensate this. So if you can’t complete a level, feel free to test the others.

  4. Decipher Says:

    Wow, this one is the most enjoyable game of yours, and plus to this, this is, technically speaking, the best game of yours too. Good utilisation and application of physics along with a cool music and a nice and fluent gameplay. I’ve found no bugs, so this means engine (or coding skill?) is improving also!

    Very neat and perfect!

  5. Erik Says:

    I like the concept and 90% of the execution, but I’m a little confused as to why some objects I draw stay exactly as drawn while others automatically become rectangles.

  6. Crayon Physics « Bullet Curtain Says:

    [...] на физические. Сегодня Kloonigames выпустила новую игру. В Crayon Physics вам необходимо с помошью виртуального карандаша, [...]

  7. petri.purho Says:

    @Decipher: Wow, thanks a lot for the feedback. Yeah, the technically it was a bit of challenge to create, but I have to tell you that I really enjoyed the challenge. I should probably do more technically challenging stuff. I don’t know if my coding skills are improving (I think they have decreased by all this prototyping), but I changed the physics engine.

    @Erik: I’m glad you enjoyed the execution. The reason why some objects are converted into rectangles and other stay like they are is an technical one. I wanted the objects to the stay the way they were drawn, but this posed some problems. If you draw a L -shape the object would behave like an box, but the shape would be completely different. So the solution was to convert the shapes that don’t correspond a box enough to a “perfect” box.

  8. cactus Says:

    This is really impressive! One of the best minigames I’ve ever played. Really nice design and good choice of music. I wish I had something constructive to say, but I’m way out of my league here. I’ll be keeping this on my harddrive.

  9. Rod Humble Says:

    I love all your games but this one is particularly wonderful. Great great work.

  10. Chris Hecker Says:

    Wow, it’s really just totally awesome and beautiful, very nice work!

    Two super totally minor comments:

    1. The aesthetics are just perfect, except I wish the star wasn’t stretching since that says “sprite” instead of “crayon drawing”. I was thinking maybe it should just be redrawing itself with a yellow crayon as its animation instead of stretching…that way it’d fit the theme better, but still be actively drawing attention to itself.

    2. I didn’t realize you could draw a single line at first, and I think it was slightly incrementally more fun that way, trying to draw thin boxes with the mouse. It added a little bit of a really subtle dexterity action component to the puzzles on some of the levels, trying to hurry but still draw a thin box. Not too much to be frustrating, but enough that it’s interesting, and it makes long thin boxes more difficult to make, which is a kinda cool feedback loop since they’re “more powerful” in some sense.

    But, again, it’s just really marvelously delightful! Thanks a ton for making it!

    Chris

  11. bigbossSNK Says:

    Congrats, this reaches a milestone in your efforts and definitely shames Pluto into number 2 (so I probably won’t have to execute half of your development team).
    There has always been a visceral feel to your games, on account of the physics engine being the control method, and Crayon Physics goes further than that in creating a whole world of possibilities you can explore. I’ve sent you an email to showcase just user content creation.
    The best advice I can give you: Create a level editor. The lack of levels is a triviality when the players can create their own content. You ‘re going to get press for this game, so don’t miss the opportunity to expand your fan base. And you know if you don’t do it now, you aren’t coming back to it (much like the now legendary high score table for pluto, hehe)

  12. petri.purho Says:

    Thanks everybody for your comments.

    @cactus: Thanks for the feedback. Don’t sweat it, no constructivism required on the comments. I enjoy the “Great work, man” -comments as much as I enjoy the constructive criticism.

    @Rod Humble: Thanks for letting me know, what you think of the game. Always a pleasure to hear from you.

    @Chris Hecker: Wow, thanks a lot for taking the time to play the game and for writing the comments.

    1. You’re right about the stretching star, being a bit off place. I originally intended to make it a redrawable star, but I went for the stretching because it was easier to do :) Now that you mentioned the fact that it doesn’t quite fit in the game, I kinda feel bad for my laziness. I’ll put this one on the list of things to fix, if I ever create a new version of the game.

    2. That’s an interesting point. It’s true that the thin boxes are “more powerful” and that’s why drawing them should be more difficult. But I added the line drawing because I thought the drawing of thin boxes can be really frustrating if you don’t have a very stable mouse hand. And I wanted to make the drawing of objects as easy as possible (because it’s the interface, not the game), so that the puzzles weren’t about drawing, but about the physics.

    But, again, thanks for the thoughts provoking comments.

    @bigbossSNK: Thanks for the feedback. I got that e-mail of your’s. I agree with you that the game really needs a level editor. And if I have the time I’ll try to create one. We actually discussed this with Bill on the2bears.com. Btw. The pluto’s hiscore tables are coming, someday :)

  13. Keidas Says:

    One of your best games in my opinion. I love the experimental gameplay, the music, aesthetics, everything in it just fits the theme so well. A great one for your tenth game, and I agree with the above comments. All it needs is a few more levels, or maybe an unlockable playing mode.
    Come to think of it, Crayon Physics reminds me a bit of Chalk by Joakim Sandberg. So many good indie games released nowadays.

  14. petri.purho Says:

    @Keidas: Thanks. It’s nice to hear that this is one of my best games, since the last one (Daydreaming in the Oval Office) was one of worst ones :) I’m glad to hear that the theme worked, because it’s a very different kind of theme for me.

    I bumped into Chalk while I was working on the game. I think Joakim did a really great job on the drawing gameplay there, I was really impressed with the simplicity and fun of it. It’s a funny coincidence that we both released our games so near to each other.

  15. Keidas Says:

    …Also, I think I’ve noticed a small bug in the Load Level menu. It sometimes lets you play the next level, even if you haven’t unlocked it yet. This happened after I resetted the level I was stuck in, but I couldn’t replicate the bug, so it’s propably nothing bad. Just thought to inform you anyway.

  16. Starky Says:

    Great game! It would be really worth to spend more time on it someday in the future…

  17. oblo Says:

    Wow! Great&very enjoyable small piece of art :) A sorry that only comes with 7 levels -I won’t say nothing ’bout a level editor because is going discussed- but except this… :))))

    Thanks for share with us :)

  18. petri.purho Says:

    @Keidas: It’s not a bug it’s a feature :D I decided to put the load menu there, to help people who get stuck in some level, so that they can try out the other levels as well. So you can load any level at any time.

    @Starky: Thanks, I’ll try to find some time to make some improvements to the game.

    @Oblo: Thanks for the complements. There are a lot of people voting on for the level editor. I think I really have to create one.

  19. smelly Says:

    This is a great game ….. wish there was more levels.

    Maybe you can explore the free form shapes more for problem solving.

    The music is really well suited for the cerebral work.

    Thanks

  20. petri.purho Says:

    @smelly: Thanks for your comments. If I get the level editor done, then there probably will be few new levels. But until then I can’t promise anything.

    The free form shapes would be interesting, but they are a bit of a challenge to create from the technical stand point.

  21. Chris Hecker Says:

    One more thing I was reminded of when discussing the game with some friends that I figured I’d post:

    I used “bugs” in the physics to solve a bunch of the puzzles, meaning I drew overlapping boxes and let the solver push them apart to create shapes and movement that I wouldn’t have been able to build by just letting things drop. I found this enjoyable, but if it wasn’t one of your design goals you might put some thought into that. At least one person I talked to got frustrated with the game and I think it’s because they tried to play it “right” rather than making a big mess of things. : )

    Chris

  22. PopOut ! » Blog Archive » [PREVIEW] Crayon Physics Says:

    [...] fous la gravité dans ce bordel, et on va voir comment que tu te démerdes haha”. Eh bien, Crayon Physics est de cette veine [...]

  23. petri.purho Says:

    @Chris: Thanks again for taking the time to write the constructive critique. It’s too rarely I get such treats :)
    Originally I intend the puzzles to be solved without drawing overlapping boxes (by this I mean that you couldn’t even draw a thin line under the ball). But while I was designing the puzzles I figured that there wasn’t much you could do this way. The ability to draw something underneath the ball really open up a lot of possibilities for the puzzles. Actually the levels (1-3) are solvable without drawing anything underneath the ball, but they are much easier if you figure out that you can draw a thin box under the ball. To solve the level 4 (that’s the level were there are the small platforms on opposite sides of the level) you have to draw a bridge underneath the ball (or there might be way to do it, without drawing the bridge) and I think this is the reason why some people have been stuck in the level 4.

    So to some extent I intended the puzzles to be solved by using the “bugs” in the physics. But I didn’t intend the players to draw big mess and explode things up, but then on the other hand I didn’t want to restrict the players from playing around anyway they wanted.

    But thanks again for the comments, I really appreciated it.

  24. Физика на бумаге | GAMESPEOPLE.ru - твоя игровая вселенная Says:

    [...] Официальная страница игры “Crayon Physics” [...]

  25. Daniel Benmergui Says:

    Petri,

    I think it’s your best. Apparently, your prototyping training is starting to give you more room in your head to come up with much better stuff.

    You tackled the game’s “infant play” evocation from graphical, musical and interaction aspects. The objects being a ball and a star helps this too.

    It’s maybe too hard :).

    Great Work!

  26. Stephen Howe Says:

    The most fun I’ve had in a while in a mini-game.

    Please oh PLEASE get this in flash so I can use my wii-remote to play this game!

  27. petri.purho Says:

    @Daniel: Thanks a lot for the feedback. This one was a bit of a technical challenge to make, but I’m happy that it turned as well as it did.

    I was a little afraid that the theme of the game would turn out to be too childish, too over the top cute. But I’m glad it didn’t. A lot of it got to do with the music, I was lucky to find such an great piece of music by _ghost.

    @Stephen: Thanks. I’m sorry but I don’t think I’ll be able to make a Flash port of the game. My Flash -skills are almost zero and the graphical style is something that’s pretty hard to do in Flash.

  28. Darooo Says:

    The game is amazing, good work Petri :D That was my dream to play a physics game where I can draw stuff myself and watch it interact. Put some more work to it and it will be a miracle :)

  29. petri.purho Says:

    @Darooo: Yeah, I too kinda always wanted to see a drawing come to life and I’m glad I got it working as well as this one. I’ll try to squeeze some more time into it and I hope it turns out even better.

  30. Kloonigames Strays Into Crayon Physics | Video Games Says:

    [...] before, most recently the politically-themed ‘Daydreaming in the Oval Office’, but his latest attempt is ‘Crayon’, a title in which “…you play with crayons and [...]

  31. Chris Says:

    This is greatness. I love the idea and the music. I couldn’t stop playing until I beat it.

  32. petri.purho Says:

    Happy to know you liked the game. Sorry that it was so short.

  33. Stephen Howe Says:

    hey, I just took a look at your data. Ya know…. :)
    A level editor (or level editing GUI) would REALLY open this game up. Since it’s all XML files there just needs to be something for people to visually see how the levels look.

  34. petri.purho Says:

    @Stephen: Yeah you’re right.

    Because the level data is pretty straight forward it’s possible to crank out a separate program that does the level editing. But I’m tempted to create in the game an in-game editor, that’s simple enough for people to use, but allows the users to create pretty complicated levels.

    When I worked with the game I created a pretty horrible level editor for myself. It would be a pretty simple operation to make it a little bit more usable, but still it would be quite horrible level editor. If I can’t find the time to create a proper editor, I’ll release that one, so technically savvy people can create some levels.

  35. mdlake Says:

    Whoops! Let me post in the game-specific page this time, instead of the general criticism page.

    Some ideas for differentiating fixed elements:
    * a distinct color, especially black
    * metallic colors
    * ink, especially print; this suggests the player is drawing with crayons on a scrap of paper rummaged from somewhere else, maybe a printer error tossed in the trash, although I’d miss the current background of cheap paper like I got in grade school
    * solid shading (even better if you can shade outside the lines a bit)

    Concerning a better engine for custom shapes: I particularly missed triangles. Ramps would be handy, and I often wanted to drop a wedge point-down to roll the ball away from a large block. Custom shapes offer more tactical variety, but predictability is more important. If custom shapes won’t work properly, I’d be comfortable with something that drew a precise rectangle every time, with edges at the bounding x,y values for all points drawn.

  36. Stephen Howe Says:

    Something you may not of intended (that made it a LOT easier in the two star level): if your ball falls off the screen a few seconds later it re-appears. So for the two-star level I launched at the start on the left, fell off the screen, re-appeared & fell off the starting platform to the right to get the last star.

  37. Stephen Howe Says:

    Just wanted to point out that in the teeter totter level, I’m having A BLAST launching my ball in to orbit. :)

  38. petri.purho Says:

    @mdlake: Thanks again for the feedback and suggestions. I liked the ink idea, that the fixed elements would be drawn in ink and the paper would look like a true scrap paper. That’s a nice idea.

    I’ll try to get the custom shapes working. They would help even with the triangles and rectangles. Because a lot of the times the drawn rectangles aren’t exactly straight, they are a bit tilted, and the engine has to straight them out in order for them to work. Custom shapes could fix that also.

    @Stephen Howe: Yeah, I intended the star collecting to work that way. The reasoning was that it’s up to the player how he wants to play the game. The stars can be collected without dropping the ball, but if you can’t make it you can go for the easier solution.

    It’s the same reasoning why I didn’t include any kind of restrictions on the drawing. I thought of adding stuff like “you can only draw this many shapes in this level” -kinda stuff, but I decided that it would only be irritating and take away a lot of the fun.

  39. Pta Says:

    Hey, if you write this using libsdl, libpng and zlib, why don’t you port it to linux? I would really like to play this game but I don’t have MSVCP60.dll in my wine.

  40. Venca Says:

    Honestly, this is simply one of the best and most original games I’ve played in years! I love absolutely everything about it: the mechanics, the graphics, the music (I thought the theme song from Pluto strikes back was insuperable, but you’ve surely proven me wrong :D)
    There is only one thing this game needs: more levels! Or at least a level editor. I surely hope you’ll make a new release soon, because I’m absolutely hooked! :) Thanks a lot for making a brilliant game like this!

  41. Kael Says:

    This is an amazing game but I got to the end in 30 minutes. I wish you would make some extra levels, because this might be your best game :) I hope that since you have done all that physical stuff and game engine, it won’t be too hard to add levels.

  42. BenS Says:

    Neat idea.It has a great look to it. Looking at some pictures of others using the game I can’t believe I did not try a seesaw!

  43. petri.purho Says:

    @Pta: I’ve had couple of guys trying to port my games to linux, but they haven’t had any luck. Basically there are some issues with C++ templates that should be resolved. Currently I’m not using linux as an operating system myself, so I can’t fix the issues. Maybe if I fix the game so that it compiles under MinGW… I’ll probably fix the problems sometime in the future, when I have the time do it, but I wouldn’t count on it happening any time soon.

    @Venca: Wow, thanks a lot for the kind words. I found the background music by pure luck, so I’m glad it works as well as it does. I’ll try to do the new version with level editor as soon as possible.

    @Kael: The adding of new levels isn’t a big issue. It’s the making of them that takes some time :) I’ll try to crank out the level editor so other people can also create levels for the game. And possible when I release the level editor I’ll release a new version of the game with new levels.

    @BenS: Thanks. Yeah, some people came up with pretty creative solutions to the levels.

  44. Kael Says:

    Yeah, I meant the making:) Anyway, great game, it’s worth extending.

  45. JBridge Says:

    Maybe you should release the level editor you used to make the game. Also, instead of making another one, just improve the current one.

    ~Joel

  46. Kloonigames » Blog Archive » Future of Crayon Physics Says:

    [...] Kloonigames Monthly experimental games Next game will be released in 21 days. « Crayon Physics [...]

  47. petri.purho Says:

    @Kael: Yeah I understod that, but I just wanted to mess with you :)
    @JBridge: That’s an idea I’ve been playing around with, but I think the current level editor is really unusable. And I’d like to try to make a proper level editor.

  48. Game Tycoon»Blog Archive » Articles of Interest Says:

    [...] Fun “crayon” game, done in under a week by the talented Petri Purho. [...]

  49. Anon Says:

    @Pta:-

    1. Google for MSVCP60.DLL
    2. Download a copy
    3. Copy into the same dir as crayon.exe
    4. Runs fine under wine

  50. Juanmi Says:

    Great work, the game its very interesting and the graphics are simple but beautiful, some levels are a bit difficult, but I like it a lot, I want more levels ;)

  51. Jean T. Says:

    If you can try this game on a tablet PC it is way more interesting than inkball. The response to the pen strokes is perfect!

  52. petri.purho Says:

    @Anon: Thanks for the tip. Now I know how to help people to get my games running on wine.

    @Juanmi: Thanks. Apparently everybody wants more levels :) I’ll try to get the level editor running so other people can also create some levels.

    @Jean: I’d love to test the game on a tablet PC. Unfortunately I’m a poor student and I can’t afford a tablet PC and also all my friends are also poor students or at least poor and nobody owns a tablet PC. Which is shame, I can imagine that the game is pretty amazing with a tablet.

  53. Mattias Adolfsson Says:

    Wonderful game, loved it, please make some more levels!

  54. Crayon Physics » Games News and Reviews » Binary Joy Says:

    [...] Physics Crayon is a physics based 2d puzzle game. In it you have to draw square boxes with your crayons, and use [...]

  55. Joysticker Says:

    As usual, really enjoyable game!
    It’s a fascinating idea, almost perfectly executed and done in a wonderful, friendly way.

  56. stry Says:

    Hey man! Such a fantastic game! Can’t wait to try out your next creation :)

  57. Paul Says:

    I am interested in volunteering to port some of your games to other operating systems (Linux and Mac OS X mainly).

    Your blog requires that I enter my email address, please contact me if you are interested.

  58. petri.purho Says:

    @Mattias: Thanks. It always great to hear compliments from people working in the game industry.

    @Joysticker: Thanks for the compliments. Again :) You’ve probably tested and commented all my games. Big thanks for doing that.

    @stry: I predict that my next game will be crappier than Crayon Physics :)
    @Paul: Thanks for volunteering. I’ll send you an email about the subject. I want to release my games and my game engine as open source, but it still needs a lot of tidying up to do before that and also it requires a huge amouth of documentation. My time is pretty restricted when it comes to that.

  59. Etienne Says:

    Hi,

    This game is really, really, really, excellent.
    Thanks a lot for making it !
    Is there an way to create new maps ?
    I’m sure a lot of people (including me) would be glad to do new some new maps…
    Have you thought of wiimote support ?

  60. Otávio Says:

    Amazing. Can I create new levels only editing the XML files?:

  61. eobet Says:

    The game’s screen shots looks absolutely fantastic in their simplicity.

    However, I’m afraid I can’t give any constructive criticism without an OS X version! ;)

  62. Dank Panties Says:

    CRAYON IS AWESOME. MORE PLEASE.

  63. petri.purho Says:

    @Etienne: No problem, I really enjoyed working on the game. I’ll try to release the level editor so other people can also release some new levels for the game. I don’t own a Wiimote so I can’t really test the game with it, but I’m not really sure if the game would be any better with a Wiimote. A tablet PC would make amazing, but I can’t afford one :(
    @Otávio: Yeah, you can make new levels just by editing the XML files. Or you can almost make new levels, you also need to do the graphics.

    @eobet: Sorry for the lack OS X version. But in the mean while you can check this gameplay video on video.google.com.

  64. mcbpete Says:

    My word, this is a simply stunning project, thank you so much for working on this ! The combination of the beautiful childish aesthetic quality and the ever so charming audio loop just kept me entirely enthralled throughout the ‘demo’. I hope to see this project grow and grow as it really has made my evening playing through the levels. If you ever need any more music then feel free to use some of mine (see website: tracks 11,13 & 15 remind me of the atmosphere I felt whilst playing the game ) but yeah, thank you once again for this great little game. This will stay on my hard disk for a long long time (until you release the next version that is :) )

    Pete.

  65. Otávio Says:

    @petri.purho: I did a new level :-) It’s the level_09.zip file in my public Box http://public.box.net/otavio

  66. petri.purho Says:

    @Pete: Thanks a lot for the kind words and encouragement. I’ll try to make sure that the project continues to grow.

    I listened the tracks you recommended and played through Otávio’s new level and they fit perfectly. The tracks were wonderfully ethereal and soothing. Very atmospheric. A bit more darker than the current soundtrack of the game, but just beautiful. I just downloaded the whole album and I’ll listen through it tonight.

    I’m always looking for music that I can use in my games so big thanks for offering your songs to my use. I never know for sure what kind of game I end up creating, so I can’t promise that I’ll find use for your music, but I’ll let you know if I end up creating a game were your music fits.

    @Otávio: WOW, thanks a lot for creating the level. It was great, I really enjoyed it. I have to admire the fact that you managed to create the level with only using XML. It must have been pretty difficult task to accomplish. How did you actually do it? I’ll probably post this to the blog during the weekend.

  67. Otávio Says:

    Hi petri.purho, actually I studied the XML file, looking for physics references and the coordinate system. The rest was easy.

    Today I’ll create an simple editor in SDL because I loved the game!!

    Your game is amazing!! And the “modularity” in XML files was a brilliant idea.

  68. noerrorsfound Says:

    Another vote for a Linux version here. :) I read your response to the other person but I’m just letting you know there are quite a few of us penguin fanatics wanting to try out the game.

    Someone might be able to get this working under Linux (or Mac or another OS) if you released the source. Since you aren’t making a profit from this or anything it’s just something you might consider some time in the future.

  69. Kieran Duncan Says:

    This was absolutely fantastic, as many before me have said.

    I do hope that you pursue this project further, I must admit… I was quite disappointed when it ended. Although, for 5 days work it’s excellent.

    This is just such a nice game… It’s difficult to explain. It’s just so, childlike which is what makes it so fun! Simple, fun, well made and a nice challenge… what more do you want?

    Kudos to you. I really really really hope to see more puzzles =)

  70. Schwallo Says:

    i love it!!!! more levels!!! please!!

  71. Blast Says:

    That was magic man. My favourite indiegame of the year so far.

  72. Jhon Says:

    Wow. I just discovered your site from another that provides little games (www.zanorg.com), but I think I’ll squat the place a little time, seen of fun are yours games. :)

  73. mica Says:

    Very nice game! The style and simplicity is refreshing. I agree that it definitely warrants more content, seeing as the handful of levels are so fun to play.

    Also, kudos for your give and take on this pages. I wish everyone was as friendly toward criticism, haha.

  74. (Un bon blogue est un blogue mort)² » Blog Archive » Un excellent jeu Says:

    [...] Crayon Physics où il faut dessiner des boîtes pour que la balle touche les étoiles. Très bien fait. [...]

  75. petri.purho Says:

    @Otávio: Wow, I’d love to see that editor. Let me know how’s it going.

    @noerrorsfound: Yeah, I’ve been meaning to release the source codes for a while. Only problem is I’d like to do it with properly: Tidy up the code, write a little bit of documentation, perhaps some tutorials… And all that takes a lot of time, and unfortunately I’m way too busy at this moment. I’ll probably to do it some time in the future.

    @Kieran Duncan: Thanks for the kind words. I’ll try to make sure that Crayon Physics continues to evolve.

    @Schwallo: You can try the Otávio’s level.

    @Jhon: Thanks. Apparently there are quite a lot of people who discovered my site through http://www.zanorg.com. I just looked at my stats and there’s a spike in traffic coming from http://www.zanorg.com.

    @mica: Thanks for the feedback. I’ll try to release some new levels to the game or at least get the level editor out.

  76. SpotZup Says:

    I wish there will be a Linux version too ! Sorry for my bad english, but please heard the pinguin’s wishes !

  77. TyRaX Says:

    Great IDEA and GAME !

    GG

  78. mody Says:

    Great game! I would love to see more levels! Anyway try with a pen tablet and you get double fun. I use the new Wacom Bamboo. If you want, check at http://www.wacom-europe.com/bamboo/?lang=en.

  79. petri.purho Says:

    Thanks everybody for the feedback.

    @mody: I really should steal a wacom from a friend, just to test the game. Jean T mentioned that he played the game with tablet PC.

  80. logr Says:

    I discovered this game just a week ago. Thank you so much, it was really addicting! I showed it to some friends yesterday and they enjoyed it too! We altogether agreed that a level editor would make it perfect, so that I tried to create my own levels, following Otàvio’s instructions.
    Well, It’s not really the same graphic atmosphere but I tried to set up a videogame theme (Super Mario Bros3). Maybe it was not what you would have expected(regarding the graphism). You can test my second attempt here :

    http://public.box.net/tahina795269

    (yeah, I really followed Otàvio’s instructions). I also tried to change some settings, such as the ball and the music(in which I succeded), or the star (I failed to make it turn around). Maybe I was too ambitious, but it would be great if you told us how to change this kind of settings (and also the level selection menu).
    Once again, thank you so much!

    (Please forgive my mistakes in English)

  81. petri.purho Says:

    @logr: Wow! Thanks a lot that was a really kinky little puzzle. Took me a while to figure out how to solve it. I think I spend almost 20 minutes with that one :) Great theme, I really liked it.

    If there’s more interest in this kind of modding, I’ll write a post that describes the XML file format and other stuff.

    Thanks again for the trouble you took.

  82. logr Says:

    Thank you! I feel so relieved. I thought it would not be that good a level. I’m really glad you enjoyed it!
    Yeah it took me some time just to change the ball(I tried with Paint but there was no transparency, so I had to download Gimp and understand how it works). I even thought of replacing the star by some stuff from Mario (like a 3D star or even Princess Peach), but it seemed a bit like an extra.
    So I focused on the xml code then choose what kind of level I would create(I have thought of a flipper, an horizontal level, even an “advanced tutorial” to show people some tricks which can be useful, but I thought it would be some kind of a spoiler).
    Another difficulty I ran into was to assess the difficulty and the solution in the meanwhile : if I put this here, how can I overcome it, etc.
    The next thing to do was to input the coordinates (it took me most of my time). Then I tried to solve it. I succeeded by using some tricks, but then I found another way while my brother was trying it. I may consider it another trick, but basically, it uses some parts of your levels.

    I thought I would create other levels this week. So bad I still have my entrance exams for a fortnight! By then I hope I’ll have new ideas (the Mario parts made me think of a platform game instead of a puzzle. Maybe it’s just me…)

  83. Jamiri Says:

    This one of the must have games for Tablet PC owners!!!

  84. Game in a Day Event (June ‘07) « BlackHC’s Adventures in the Dev World Says:

    [...] shapes with the mouse - I’ve played a few very neat games of this kind lately: Chalk and Crayon Physics - and I felt that this was an idea that I’d really love to explore but on the other hand I [...]

  85. handcircus » Blog Archive » Crayon Physics Says:

    [...] Physics Tags:Indie Games, PhysicsA charming little game, Crayon Physics is part of Petri Purho’s series of experimental rapid prototypes, inspired by the [...]

  86. Kloonigames » Blog Archive » Few News Levels to Crayon Physics Says:

    [...] was supposed to write something not Crayon Physics related, but I think I can’t pass this opportunity. I know there’s a lot of players [...]

  87. petri.purho Says:

    @logr: Thanks again. I just packed your and Otàvio’s levels in to a level pack. Good luck for your exams. Hope you make it.

    @Jamiri: You have tell that to the Tablet PC manufacturers. And also convince them to donate me a Tablet PC :)

  88. logr Says:

    Thank you. I’m still having trouble with my schedule. I’ve yet managed to create a new Nintendo level which you can test( http://public.box.net/tahina795269 ). Actually I couldn’t stop until I have completed it.
    I think this is really a tricky one. I tried to solve it without any tricks but I couldn’t. Maybe I should try something simpler next time.
    I wanted to change the star into what’s above it but I thought it would be too time-consuming. I already have something in my mind regarding my next level. I’ll try to make it simpler but I’ll keep on setting a Nintendo theme. Just wait and see!

    (I have also found it difficult to close the right border using the xml, but I succeeded in making my level a “one shot”. I had to press the spacebar countless times:) Now it’s your turn!

  89. Dom Says:

    Hey, this is brilliant! A refreshing look on games - you must seriously look at doing a version for the Wii

  90. petri.purho Says:

    @logr: Wow, thanks you’re cranking out the levels with awesome speed :) I just edited the level pack so that it also includes your newest level.

    It was a difficult one, but I managed to solve it. Editing the friction was a nice trick. It made some of techniques impossible to use.

    @dom: Thanks for the kind words. I’d love to do a Wii version of the game, but unfortunately it isn’t really my decision.

  91. someguy Says:

    petri.purho: Hi, you can release the source even not completely tidied or documented under an open license (read this : http://en.wikipedia.org/wiki/Cathedral_and_the_Bazaar ).

  92. Luke Says:

    I dunno if anyone has mentioned this in the past. But Crayon Physics works perfectly on Linux under Wine. You just need to download a missing dll from: http://www.dll-files.com/dllindex/dll-files.shtml?msvcp60 then extract and copy it into the crayon directory.

    Mine works fine, but without sound though that’s probably my fault. Great game!

  93. biri Says:

    :) Great !!

    재미있네요^^

  94. petri.purho Says:

    @someguy: Thanks for the book suggestion :)
    @Luke: Thanks. Somebody also mentioned that they didn’t get the sounds running under wine. But if you want you can just listen to the background track on a separate music player. It’s located in data/sfx -folder.

    @biri: Thanks.

  95. robotplague Says:

    A beautiful game, I had a lot of fun with it. I hope you make a sequel =)

    It really flexed my brain, the second stage actually stumped me quite a bit. It took a couple of minutes for me to “free” myself and think in terms of the game, not by other stuff I’ve played. Kudos (great choice for music too).

    - Mario

  96. someguy Says:

    petri.purho : the “book” is readable online (http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ ) (and is very short), I posted the wikipedia url since it might provide a sort of summary. It was to suggest you to really let others help you with tidying and everything :) (I’m sorry, I haven’t tested the game yet but I cannot really, I’ll soon test it ;) )

  97. Ian Says:

    Hey, I just want to let you know that after hearing about this breifly on GFW Radio, I liked the concept and checked it out. I am now addicted and trying to think of new ways to play the levels. For example, on the Spinners Level, my original concept was to just make one long box bridging all of the spinners and going across. I now am trying to use the spinners to shoot the ball from one end to the other. I was suprised how much you can do with See-Saws and this thing:
    []
    /o

  98. petri.purho Says:

    @robotplague: I also hope I’d get to make a sequel to the game, but unfortunately I have a habit of moving on to new things.

    @someguy: I’ll try to read the book online and I’ll let you know if it changed my mind about releasing the untidy source code.

  99. Tcheum Says:

    another vote for linux ! Pleaaase

  100. logr Says:

    Hi there! Just a few words to say that I’ll try to release my new level within a month (more likely in 2 weeks). I’m busy with my exams right now so I won’t show myself until then. But I hope that other (addicted?) players will give level creation a try too.

  101. the2bears.com » Crayon Physics: New Levels Says:

    [...] new levels have been created (thanks Tim) for Crayon Physics, including the first few fan made levels by Otávio and logr. Some more details can be found at [...]

  102. Val Says:

    Well done guys. This is AMAZING. But not enough level and maybe one or two new functions ?

    Congrats for this game.

    Val

  103. petri.purho Says:

    @Tcheum: I really should start counting those linux votes :)
    @logr: Good luck with the exams. I hope you do well. I think the level editor should be out in two weeks, so you’re job will be much easier in the future. You don’t have to hack through the XML anymore :)
    @Val: Thanks a lot for the kind words. If you’re really interested you can try the new levels created by logr and Otàvio.

  104. PuttPutt.ca » Blog Archive » Crayon Physics Says:

    [...] read more | digg story [...]

  105. µ² Says:

    This is the best game I’ve been playing for a very long time ! Awesome work done in only a few days !
    How about a Linux version and a level editor (or GPL licencing :p) ?

  106. Simple game design… Funny game! at From will to real… Says:

    [...] Click here! [...]

  107. 3 juegos donde el dibujo es protagonista: Suburban Brawl, Chalk y Crayon Physics | El Chigüire Literario Says:

    [...] Crayon Physics es un prototipo bien interesante. En Crayon Physics se tiene un nivel con una pelota, la cual debe recoger todas las estrellas que se encuentren en el nivel. Para lograr que la pelota se mueva y se transporte sin caer al fondo de la hoja, se deben “dibujar” rectángulos, los cuales inmediatamente adquieren cuerpo y caen atendiendo a leyes dinámicas similares a las de la realidad. Como cajas que caen del cielo, estos rectángulos al caer sobre un punto pueden rotar y hacer palancas que puedan mover a la pelota. [...]

  108. wam Says:

    great game, I can’t wait for this to be ported to Linux. Would be cool to see it by default in gnome!

  109. krocket Says:

    Linux + 1 please !!!!

  110. Powermanga Says:

    Amazing game, good work, and another vote for Linux :-) Please consider to use a Sourceforge project.

  111. ludivine Says:

    il est trop bien ce game !

  112. Damocles Says:

    Hi,

    I’ve made an article about this fabulous game on my own blog :
    http://blog.thedamocles.org/index.php/post/2007/06/24/Putain-y-en-a-qui-sont-doue
    (in french)

    Are you still considering releasing the source code under an open source licence ? It would be a evry good news as this game has a real potential !!

  113. MagFlare Says:

    Jesus, this game is brilliant. It’s so… meditative. The game provides you with a goal and nearly omnipotent powers with which you can achieve it. No level has a “right” answer; experimentation is always rewarded. You’re free to devise different solutions depending on how you’re feeling at the time. Many puzzles can be solved with nothing more than a nice straight line, but if you’re in a whimsical mood, you can come up with all sorts of inefficient but oh-so-freaking-satisfying Rube-Goldbergian solutions employing see-saws and counterweights.

    I would pay for this game. If there’s a commercial version available, with a full-featured level editor, I will pay for this game.

  114. agitpop - an extra in the movie adaptation of the sequel to your life » Blog Archive » Hey Kids! Free Games! Says:

    [...] Crayon Physics [...]

  115. egocentric » Crayon physics game Says:

    [...] http://www.kloonigames.com/blog/games/crayon/ [...]

  116. dduffy100 Says:

    This game amazed me. Such a simple premise, yet so very complex and open-ended in the solutions. I absolutely would buy this game if it was a full game, with a lot more levels and maybe the ability to draw some other shapes, like circles or triangles. Overall, this is a very, very great game.

  117. Zuzul Says:

    Excellent game. Nothing else to say, despite the fact you cannot edit your own level (and when you see what has been done for N or X-Moto it’s really a shame). Bravo !
    But i got a question : it’s seem to be all about xml position and .jpg ; if i modify this, i can do my own level, can’t i? Or must i use visual basic C++ in order to fix the jpg and the (x,y) positions?
    Best regards.

    PS : you should sell this one to Nintedo ; it would be a blockbuster on DS !

  118. alex Says:

    a really really nice game!
    congrats!

  119. raf sarfati Says:

    want mooooooore !!! it reminds me the incredible machine !!! nice nice nice !!
    maybe could be marvelous with triangles, and so on… ;)

  120. Hula Says:

    So fun! I’m horrible at it, but a great thing to practice when I don’t have any work to do! Thanks!!

  121. Matt Doar Says:

    This is a *really* idea. It would be nice to be able to change the music, triangles would be great too. I made it behave a bit oddly by adding hundreds of tiny objects. Please do more on this one!

  122. Matt Doar Says:

    Really *great* idea, that is. After reading all the comments, I’d say: at least document the XML elements so people can create their own levels more easily for now. And yes, an editor inside the game is a great idea.

  123. Kloonigames « Ireneo’s Memory Says:

    [...] Kloonigames June 30, 2007 at 2:18 am | In Gratis, Software, Games | Making games in a week or less is not easy.  Kloonigames dares to try.  When the writing on the wall says Success, however, it says it in crayon. [...]

  124. Kloonigames » Blog Archive » Just a quick note before the next game Says:

    [...] I really don’t have the time to write this, since I’m trying to crank out my next game (which should be out tomorrow). But here’s a quick update report on matter’s concerning Crayon Physics. [...]

  125. Erick C. Says:

    great work! awesome game !! brings back old memories.
    So are u planning on using Hardware acceleration? like the Ageia physics card? ( http://www.ageia.com/ )

  126. red angel Says:

    i love the game,but i han t more levels

  127. Crimson King Says:

    I continue to play this game, looking for new solutions to the various levels! A 50 level version of this would make me quite happy! (Quite insane, but quite happy!) Good work! Your talent is of grand scale!

  128. End of Silence - Freedom hating on the internets since 2002 » links for 2007-07-02 Says:

    [...] Kloonigames » Blog Archive » Crayon Physics (tags: games physics flash kids crayon) This entry is filed under Links. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. Leave a Reply [...]

  129. logr Says:

    Hello there!
    I’m nearly done with my exams, so I think I can spend my time on this wonderful game again.
    Thank you for the editor, but I really don’t know how to use it properly. I have already created another level but it was using the xml way. I’d like to make 2 other before I publish them. The problems I meet when using the editor are :
    - it doesn’t recognize the levels. When I quit it and want to re-use it, it seems the file has never existed(to the editor), even if I can see it in Windows.
    - Is there a way to have another background? I created some backgrounds but it seems impossible to use them in the editor.
    - Can I change the looks of the static parts (still I haven’t try yet to run these levels with Crayon)?

    I have just downloaded your new game but I didn’t try it yet. I’ll wait until I’m completely done with my exams.

  130. Jonathan Says:

    Your game is awesome!
    We played it until we finished it.

    Jonathan
    Age 8 and a half

    Yeah, it’s awesome, thank you very much!

    Mark
    Age 28

  131. Tracy Says:

    Thanks for the game.

    Wow, mightily impressive in its feel and beguiling in its fluidity. I don’t play games much, but I like puzzles.

    I finished the puzzles pretty quickly. First I tried to carefully place things and gave up and started testing the parameters of the drawing logic. When I discovered how to insert blocks I started to really have fun. Then the long thin blocks helped me figure out the puzzles.

    With both methods, careful placement and a “let’s try to break it” testing, I had a very relaxing and enjoyable time. Thanks again.

    A note for all of you wanting more levels, try this:
    On the last level, push off The End ball.
    Make a stack of blocks on one side.
    Create a catapult on the other side.
    Try to land a tiny block on top of the stack.
    Or set up a tiny thin block and try to knock it off.

    I had a lot of fun getting things just right and a tiny block launched into the air. Usually the block just went flying off the top of screen or behind the catapult. But I finally could land a few on the top of the stack.

  132. petri.purho Says:

    Wow, thanks everybody for drowning me in comments :)
    First off all, about the linux port. I’d love to do it, but at this moment I can’t really release the source code. I’ll look into it and try to find a solution or someone to help me do the porting.

    About the new level requests. There are few new levels here and here. And the level editor is now out so that can be used to create even further levels.

    @Zuzul: Yes, you can edit the XML files and .jpg / .png files to create your levels. There’s a level editor out now which helps in that.

    @Matt Doar: I’ll try to document the XML structure, when I write the documentation to the level editor. And also try to explain a little bit who the game works and how it can be modded.

    @logr: Great to hear from you again. I hope your exams went well. I’ll write a documentation on the level editor, since it’s not really intuitive to use :)
    @Jonathan: I’m glad to hear you guys enjoyed Crayon Physics.

    @Tracy: Thanks for the feedback and the extra play suggestions. I hope you don’t mind, but I uploaded the images that you emailed me. I put the here to accompany your comment.
    Crayon_Physics_extra-play-1.jpg
    Crayon_Physics_extra-play-2.jpg
    Crayon_Physics_extra-play-3.jpg

  133. CoreEcon » Blog Archive » The way to learn physics Says:

    [...] don’t think this is an over-statement but this little ‘physics crayon’ game (Windows only) is one of the best little programs I have seen in a long [...]

  134. SEGA Tech » Minds At Play: Crayon Physics Says:

    [...] the last time you or your students played around with ideas related to Physics? Why not check out Crayon Physics and see how the clever application of Newton’s Laws of Motion and other concepts related to [...]

  135. OnyxRaven Blog » QuickyFeed Says:

    [...] Crayon Physics (download) [...]

  136. Matt Doar Says:

    Winning point: this game made my wife laugh out loud.

    My children (10,8,3) enjoyed the End screen the most, they liked bouncing stuff around without a goal. They also made the “right noises at the right time”, so I guess you could add more sounds for squares completing or lines being drawn out, or when blocks bounce into each other.

    We’re glad to hear there is a level editor out!

    ~Matt

  137. petri.purho Says:

    Thanks Matt for the feedback. I’m glad to hear that everyone in your family enjoyed Crayon Physics. Your right about that, that the sound effects would add quite a bit to the game. I thought of adding them, but I ran out of development time so I didn’t get them there.

  138. » Crayon physics game at SanBaldo Says:

    [...] play with crayons and physics. The goal of the game is to move the red ball so that it collects the stars. You can cause the red [...]

  139. logr Says:

    Hi!
    I’ve just completed my second level. You can download the pack here :
    http://public.box.net/tahina795269
    You can feel relieved : it’s not as crazy as the IceClimbers level! Actually I wanted to create a third level, but I think I will take my time. Besides, I won’t be able to use a computer for a month during the hollydays (in a fortnight).
    For those who wondered, I actually solved my puzzles before I released them. I woudn’t dare to release them only to drive you mad(well, actually it sounds quite funny…).

    I’ve introduced this game to some students in engineering schools (including Centrale from Paris) ad they enjoyed it too! I think you could reach as many people as the DS do ; I’ve heard on Overgame (by which I came on this site) that Nintendo was opening to Indie games. Maybe you should take a look.

  140. Harry Says:

    Please, please, do something more with this game. It has the potential to be really, really good.

  141. Kloonigames » Blog Archive » Even More Crayon Physics’ Levels Says:

    [...] today I received seven new levels to Crayon Physics. And here there [...]

  142. logr Says:

    Hi, I’ve just created another level. Look there :
    http://public.box.net/tahina795269

  143. petri.purho Says:

    That’s one sick level you got there :) I just edited the post and included it in there as well.

  144. Mike Says:

    I love this game. Very addictive!

  145. robdun Says:

    fun…short but sweet

  146. logr Says:

    Hi Petri, I had just some questions about modding (and a few new ideas for my future levels). I’m afraid it may take you some time if you wanted to answer them all :

    -in a post, there was something about sounds. But it seems to me that the only sound is the music played by the game. So if my game is bugged, is there some way to fix it?
    Then, is it possible to add some sounds, for instance when the ball get the star ;
    Is it also possible to change the music during a game (I mean to change the music according to the level)?

    -When the ball is dropped out of screen, it returns, but it depends on which side it dropped. I wonder if it’s possible to do it with the boxes : I’ve just figured out that the da_ball command allows the ball to get to its origin. I used it with the pillar in the Log level, but it seems that the pillar will return to the origin of the ball, and is also given some rotation. Can you add a command to ensure the pillar would return to its origin, as if I used the spacebar?

    -I think many have noticed that there is a way to skip a level and reach the next one. Then,
    can you add a command to get to the previous level (when I want to try another way to solve a puzzle, or when I skip too many levels)? I’ve already tried to implement the command myself but it didn’t work.

    -I don’t think I will use this but maybe some hackers would be interested : is it possible to use a video instead of the background? Or maybe an animated gif file? The point would be to create a level similar to the GameandWatch in SSBM (an ever-changing level), though I don’t think it is possible to change the properties of the level according to a timer. Well, if you can, I think it would make the levels more lively (although the colors already made it). For instance, it would make Tracy’s waves really moving. I thought I would create a sea-related level too.

    -Is there a way to change the shapes created using the mouse :
    *instead of empty boxes, could we have filled boxes too?
    *then, could we change the texture of the boxes? (it would make the mods more realistic)

    -Is it possible to animate the ball(like the star, added to the rotation)?

    -Finally, can you do something about the black background whithin the editor : I’d like to edit a background (using Paint or Gimp), then using the editor, I would edit the level properties. I noticed there was a reference to theworld.xml and chair.png in the gfx_ressource.xml file, so I wondered if they were related to any graphics in the game, including the shape of the boxes.

    That’s all I was thinking about until now. Maybe I’ll have other questions later. Thank you for reading all of this.
    Since I’m done with my exams but am still very busy, I don’t know if I’ll be able to create many levels before I leave for the hollydays. I still have some free time until then…

  147. logr Says:

    I just recalled one thing : s it possible to have a save&load feature like the emulator zsnesw? I think it would enable people to solve my puzzles more easily:), but I thought more specifically about the catapult game from Tracy : people could try more efficiently to control the direction of the throw. Well, I think it is possible by editing the xml files again, but maybe some people would rather avoid this method…

  148. Mango and Peaches » Blog Archive » Crayon Physics Says:

    [...] Here’s a simple, but entertaining game. The game uses some programed physics similar to what modern day video games use. You use a crayon with the mouse to draw lines and blocks that collide with the ball on the screen to control it. You can even build a ramp and slingshot the ball across the screen. The goal is to reach the start with the ball. It’s only for Windows QQ. [...]

  149. links for 2007-07-11 « Treat with Jermolene Says:

    [...] Kloonigames » Blog Archive » Crayon Physics At least seven different kinds of marvellousness. Sadly seems to be Windows-only at the moment (tags: art programming games gamedev physics windows crayon) [...]

  150. oyun Says:

    fun…short but sweet

  151. kathdin Says:

    We were just coming down from our adrenaline-fueled reverie over Contra 4 when this came along and OBJECTED its way into our lives. TAKE THAT!, normal heart rate! It’s a trailer for Phoenix Wright Ace Attorney: Trials and Tribulations!

    What’s more, Capcom USA bloggers promise frequent updates on the official blog and in the forums! It’s so nice when a company thinks about all of us non-E3-goers who just want to see some cartoon arguing. for more at http://www.vicsale.com

  152. RALBLOG » Crayon Physics Says:

    [...] Gameplay simplissime. Réussite total. on aurait juste voulu quelques niveaux de plus… Télécharger, dezipper lancer “crayon.exe”. Dégotage Prunelle [...]

  153. logr Says:

    Hi, there are 2 new levels available!
    http://public.box.net/tahina795269

  154. 9diov Says:

    Simplicity = beauty . Very nice game.

  155. Christian Says:

    I would love to play this game but when I start the .exe I only get a black window and nothing else happens!

    Any idea what the problem could be?

  156. mike1023 Says:

    hi! i loved this game! its the best!! i already downloaded other 4 levels… and 1 more of the blackbord… but Logr has lots of games in that public box.. the problem is that it doesnt have the .bat file! just the .xml and i dont know how to start those levels! help me please!! ok??? thaks!! LOVED THE GAME!! CRAYON RULZ!!!

  157. copycut Says:

    http://www.imagup.info/images/03/1184754523_Untitled-2.jpg

  158. Tracy Says:

    @ copycut :

    oh wow, that’s a beautiful stack!

    /t

  159. mdlake Says:

    Big gratz on appearing in Games for Windows!

    More ideas:

    * a long pendulum blocking a direct path between start and end platforms. The player has to time his movement to get the ball onto the pendulum and off again. The pendulum may swing on its own, or it may need a push.

    * a level with extreme friction settings

    * a level with a shower of blocks falling from the top of the screen, generally messing up the player’s slower, more deliberate options. Blocks could be many and small, few and large, equally timed, fall from the same place, or be random. Shaping the falling blocks like tetris pieces would be a short-lived joke.

    * a time limit–a rival ball is slowly rolling toward the star, and the player has to get there first

    * closing gates that force the player to pick up multiple stars in a particular order

  160. Will Says:

    I think you should make a game where mouse moves around water, and you have to use the water to defend someone (clicking to freeze) and then going around something to grab it and flinging it back at whatever’s attacking you. That’d be awesome.. xD

  161. lunetta Says:

    That sets the bar for me - best game of the year. I had more fun than with line rider. Thanks.

  162. Karl Northfell Says:

    Awesome game, I loved the atmosphere, and I was hungry for more levels at the end…I hope you make more games like this, or maybe even make a sequel, I finally figured out the shape making process, the fact that if you totally complete any shape (which creates that shape exactly) you can use custom shapes to get across challenges, not just the standard perfect boxes that spawn, very fun indeed!

    Great job.

  163. Karl Northfell Says:

    * also, the music was a very nice touch as well, it completes the whole theme, I think, and never gets irritating.

  164. welldl Says:

    very nice idea & great game. :)

  165. marcin Says:

    THE BEST THING EVER!!!!!

  166. Albert Peschar Says:

    Very nice game! Works perfectly under Ubuntu Linux using wine.

  167. Crayon Physics « Geeknews Says:

    [...] Crayon Physics is a game by Petri Purho, a student attending Helsinki Polytechnic. He’s a very prolific game developer, cranking out his tenth game, each game developed in under 7 days to force him to be productive and to learn something new. [...]

  168. virtual_spirit Says:

    Please, On linux :p

  169. Guillaum Says:

    I hope someday I will play Crayon Physics 2 !
    Sincerely, it’s one of the best games I’ve played on the internet.

  170. Jack Says:

    Hah, saw this in Games for Windows mag, it’s a very fun game! Thanks for making it. =)

  171. Cultura Gamer | Arte, Cultura, games e um pouco sobre as mentes da indústria » Giz de cera e física Says:

    [...] bom exemplo é o game experimental Crayons and Physics. Idealizado pelo finlandês Petri Purho, o jogo possui um conceito simples: levar a bolinha até a [...]

  172. hi Says:

    Hi there,

    nice stuff, but useless to users of other OSes then windows (unless they build it on their own) hwo about some linux binary builds?

    greetings maggie

  173. vTa Says:

    Simple and well done is usually good receipe for any creation, so i just want to say u did a great job The simplist environement and gameplay, the music , the physic … The small “bug” about drawing under the ball is not so big deal for me but the lack of level is clearly a problem.
    I just said the same like most of the comments before me… but a suggestion : a level editor should bring this game to a greater success and a longer life. I am trying all the game u proposed on this blog and this one is my favorite … 200 level of it and i ll keep it in my computer for a long time ! Good job.

    Really make a 1 week projet to create a level editor for it ;)

  174. L Says:

    What’s the real solution to “Sky Captain” I just drew a massive box over all the see-saws and the ball somehow made its way to the star.

  175. Crayon physics, game menghibur dan mengasah otak dengan unsur fisika « Welcome to prabowo’s webblog Says:

    [...] kalo pingin downloda game nya monggo kunjungi http://www.kloonigames.com/blog/games/crayon/ [...]

  176. Saad Says:

    thanks

  177. hunty93 Says:

    wow , ive had a lot of fun with this game
    i have been trying to make something like this on flash

    im tring to make it look like little big plannet
    for those who dont what that is ‘ http://www.youtube.com/watch?v=00ov-tt8QUQ

    but have had no luck , i have a phisics engine on the go , but am having trouble with in game game devoper

    but what i see here , u may be able to create a pc version of LBP!!!
    realy all it is , is in game , map editor , u just need to programme it!!! lol

    but if u could acomplish that …..well that would be awsome

    and if u did acomplish it , u shud look at making it a online game

    email address : jenovamagic@hunty93.co.uk

    o and well done on this game, very well done :)

  178. HOW? Says:

    i love the game plz make a level creater

  179. Leonard Banks Says:

    I see you say you can draw a line.

    How?

  180. slasher Says:

    i see if u use a tablet it runs really smoothly and u can draw circles more accurately

  181. logr Says:

    I’ve uploaded the level18 on http://public.box.net/tahina795269 . For those who cannot edit the level_list.xml file, I’ve also uploaded my data folder (it only features the levels and gfx folders). You just have to swap mine and yours if you don’t want to go through editing the xml files.
    I’ll also post an editor tutorial for those who want to create their own levels.

  182. Kloonigames » Blog Archive » Kloonigames Season 1 Overview Says:

    [...] Even the Divorce is better than this. I don’t know what I was thinking when I doing this. Crayon Physics The game that caused my monthly traffic to go up ten times. It’s been an amazingly popular [...]

  183. Ben Says:

    This game is awesome, but what’s to stop me from drawing tons of lines under it and doing that all the way to the star? I suggest you limit the amount of polygons at once. Also, I have a hard time making triangles. (If it’s even possible)

  184. morgan settembre Says:

    really addictive - congratulations! music is hypnotic- great game! greetings from italy

  185. Mike Cline Says:

    This is great! I loved the audio and the art style. My only critique is that I felt that it would be better if you were forced to propel the ball by hitting it — too often I would just be propelling the ball by creating boxes that covered slightly less than half the ball, then the box and the ball would move apart. Of course this doesn’t really mimic reality. Maybe if there was a rule that you could not create a box that overlaps the ball, it would be more interesting. But if that was the case, you’d probably need to start will the ball up high most of the time and use gravity to make things happen.

  186. Harry Says:

    Mine won’t start, its says, cannot find SDL.DL, but it’s there…
    help anyone?

  187. mélanie Says:

    coucou a tous

  188. Grafikk » Crayon Game Says:

    [...] game has incredible game play, shame its only for pc .. enjoy http://www.kloonigames.com/blog/games/crayon/ Share and Enjoy: These icons link to social bookmarking sites where readers can share and [...]

  189. Palmik Says:

    Hi,
    This game is super, but with some map ditor it would be better! :)

  190. Artsy Games Incubator » Blog Archive » Session One Says:

    [...] project by a Finnish computer student. People were impressed by BBQ and the Cow one, but Crayon Physics had everyone oohing and ahhing. Marc played it for a good ten minutes while we watched on. Then Jim [...]

  191. Peter Boughton Says:

    I came out of full screen and the game has screwed up my second monitor - it’s rotated ninety degrees clockwise and the resolution has gone to 768×1280 at 60Hz!

  192. Mau Says:

    I got totally addicted to this beautiful little game! It’s awesome!
    Is there a chancethat there are more levels to come? Please!?

  193. Marcio Lima Says:

    nice game, good

  194. Talmo Says:

    Very, very interesting and creative. This would be perfect for involving kids with computers and developing other skills.

  195. logr Says:

    I’m sorry, I said I would release a tutorial for the level editor, but I’m moving soon, so I don’t have much time free. I hope I’ll release it within a month.

  196. Blog de Magic Vince » 2007 » septembre Says:

    [...] » Voir le blog de l’auteur »   sept [...]

  197. sawo Says:

    Yay this game is great, why dont make more levels? :D The game is perfect, the only thing that i didnt like is that its short :)

  198. logr Says:

    Here it is, the editor tutorial I was working on! I’ll just remind you that there IS an editor, and that there is already a dozen of levels available.

    First of all, download the level editor pack (it’s in the june archive, top of the page),

    then unzip the files :

    - !!!If you want to try your level by yourself!!!, I suggest you unzip the file “Crayon

    editor.exe” in the Crayon folder, among the dll files and the data folder, so as to share

    the data folder between the game and the editor.

    - Otherwise, just unzip the files in a separate folder; also, it will allow you to better

    observe how the editor works. I recommand you to unzip your files this way.

    Then you should think about your level : just draw the main parts (the ball, the star(s)

    and the walls) on a paper sheet. Don’t pay attention to any background now, for the editor

    really doesn’t care!

    Now you can use the “Crayon editor.exe” file. You’ll first have to name your level(test.xml

    is perfect, since you’ll be able to change everything when done with the editor).

    When you are faced with the black screen, push S to register your level(here’s a brief

    description of the shortcut keys: Left shift down (while left-clicking, of course)will

    create a “static” object (which I call a wall), whereas just left-clicking will create a

    “free” object (it’s the same as the game),Z adds the ball, X adds a star, S saves and L

    loads).

    (!!!There is one bug I came across : when closing the editor and re-opening it, it seems

    the editor doesn’t remember the file (when you are to name your level). When it says to

    create a new one, just answer yes. You’ll get to the black screen with the white lines,

    provided you haven’t forgotten to push S before closing the editor)

    You should now have two new files in the data\gfx folder : the bmp and the xml files. There

    will also be a xml file in the data\level folder.

    Now that you know the shorcut keys, just draw your level (don’t mind the black/white colors

    until you’re done with the editor). Remember to push S when you’re done.

    NOW, you can add your own background (the black one is kind of dark…) and your own walls

    (instead of the white lines). So here is what you’ve gotta do :

    -First of all, create your background and save it as a bmp files (give it a different name

    than the first bmp file)
    -then open the 2 files with Paint.
    -push ctrl+I in the first file to exchange black and white, then ctrl+A.
    -Paste it on your background using the “transparent paste” (I don’t know how to put it in

    English).
    -On your background, you should now have black lines (boxes) covering it.
    -Just fill the black boxes with anything you want to get your own platforms.

    Now you’ve got it! Just save and rename your background so as to replace the black/white

    background.

    The last part is to try it.

    If you’ve unzipped the files in a separate folder, just move the xml(X2) and bmp(X1) files

    in the appropriate folders. Then open the data\level_list.xml file with your notepad.

    Replace the first level name with yours to test it, or add it at the end of the list : just

    put it the same way as the others before the End_level. You can easily add numbers to

    increase the number of levels to play with.

    Then you just have to play!!

    (I suggest you zip your files and send them to Petri Purho to show your creations)

    I’ll also put the tutorial on http://public.box.net/tahina795269 and I suggest you download my data folder if you want all the levels available.

  199. logr Says:

    I’ve just posted a comment including the tutorial, but it seems it was too big a comment! I’ll put it on http://public.box.net/tahina795269. Petri, you should check it to see if I didn’t forget anything.
    I’ll also remind people that THERE IS A LEVEL EDITOR (I wouldn’t have written a tutorial otherwise) and that A DOZEN LEVELS ARE AVAILABLE.
    Just go and check http://public.box.net/tahina795269 to get my data folder which features all the levels published on this blog (hope it doesn’t sound too arrogant…)

  200. Simon Says:

    Wow, this game is amazing!!!

  201. peoro Says:

    This game is so cool!
    I’m playing it with Wine, but a Linux native version would be way better…
    If you port it, I promise I’ll create a PKGBUILD for arch linux aur repository :D

  202. LandWalrus Says:

    Ok I absolutely LOVE CRAYON PHYSICS, I have yet to Figure out the level Editor But I have played with the original code itself (only the Gravity) The Physics in engine in this game is so much fun.

  203. LandWalrus Says:

    Ounce again love this Game But i just made a recent discovery YOU CAN MAKE CIRCLES, all you have to do is draw the circle but DO NOT CONNECT THE ENDS!

  204. petri.purho Says:

    Thanks everybody for the overwhelming amount of comments.

    @logr: Is it ok if I post your comment as a real post on the blog?

  205. Kloonigames » Blog Archive » Erin Catto’s Box2D Updated Says:

    [...] Catto’s Box2D, the physics engine that I’ve used in Crayon Physics, TAFB and in Rolling Boulder gets a huge [...]

  206. logr Says:

    Petri Purho : Please do! I wanted to post it but it didn’t work yesterday.

  207. Goffi Says:

    Awesome, very good concept & realisation. Hoping a GNU/Linux version ASAP (For the moment, it run well with Wine).

    Congratulations !

  208. logr Says:

    Hi there!
    Just a few words :
    -I’ll try to write another editor (just a change in the présentation)
    -I’m working on a remake of the IceClmbers level… (I haven’t tried it yet)

    I’m busy with my new school but I think that I’ll get enough free time to make new levels. By the way, I had some suggestions (it kept me from sleeping that night) :
    -could you upgrade the editor, for instance allowing creators to select their own background?
    -how do you actually create bat files? It would be funny if we could select any ball and/or any music we like to complete the game(hacking the Gravity/weights could be a way to implement a kind of level difficulty)
    -I read somewhere that you don’t know what to do since you reached your 1-year objective. Why don’t you try to make the second release of CrayonPhysics? But I fear you’d get drown under comments…

  209. logr Says:

    I’ve uploaded the level_19 on http://public.box.net/tahina795269
    I can’t say much about the difficulty (I was a little in a hurry) but if you’ve finished the original level, it shouldn’t take you too much time.

  210. petri.purho Says:

    @logr: Thanks a lot for all the work you’ve done for Crayon Physics. It’s amazing.

    It’s possible that I’ll release a new editor for Crayon Physics, but we will have to see about that. In order for the level editor to work the best, it should allow you to draw stuff just like in the game (including the background).

    You can create .bat files just by editing the with notepad. There are just couple of dos commands there.

    Btw. Thanks for the data.rar I’ll write a post about that one and link it here.

  211. Kloonigames » Blog Archive » Crayon Physics’ Level Editor Tutorial Says:

    [...] left a great comment on the original Crayon Physics thread. I was a little afraid it might go unnoticed there, so I [...]

  212. Le Blog à JoW - Says:

    [...] (Sources: Kloonigames) [...]

  213. Bleh Says:

    Hello. I’m waiting for Deluxe, should be interesting to see, maybe you’re already working on changes with these things =]

    My view of the game:

    I love the idea of drawing your own things to use in a game. However, I think it’s a bit of a novelty which quickly wore off for me in the case of Crayon Physics - The gameplay seemed very lacking.
    - I didn’t feel I had much of a goal: I didn’t feel any need to get the star. After the fun of making circles and squares wore off, it felt like a bore to collect each star. There wasn’t much variation was the problem.
    Now, there are a few things I can think of to help this problem out a lot.
    1: More complex level design, more thinking involved. Just more variation. Maybe a few challenge levels, with limits on amounts of crayon, or time. Another approach, which would be quite interesting, could be a game where there were no levels- Just an ongoing adventure for more checkpoints?
    2: Focus more on the fiddling around, to bring more creativity in to play, almost make it like a sandbox game with a goal? So far on deluxe I’ve seen the anchor point used for the “golf” level. That was a great idea in my opinion, now add some more things like that in. Ropes, maybe even elastic would be excellent additions if possible. timed bombs maybe?

    Good luck, looking forward to your deluxe version =]

  214. thorsten Says:

    na das ist mal ein super spiel. ich freu mich schon auf die fertige version.
    aber selbst das kleine hier hat mir eine menge freude bereitet…
    man muss echt den kopf bemühen, um eine lösung zu finden, super!

    THANKS

  215. Warren Hofford Says:

    Awesome! I’ll second what smelly said .. more levels, shapes, Please!!

    Thanks for sharing,

    WARHOF

  216. sevi Says:

    hello

  217. elana Says:

    i cant fugure out how to open it

  218. Philipp Says:

    More levels, *please*
    Great game!

  219. Time to do a Mystic Meg impersonation « Dragons and Uni Says:

    [...] the download the original (because he hasn’t got off his arse and finished the sequel yet) from the creator’s blog - PC only, I’ve yet to play it with a graphics tablet. It’s NOT the game featured in [...]

  220. KPhilla Says:

    One of the coolest, intellectually challenging games I’ve played since Portal. Seriously, nice one.

  221. Almasch » Blog Archive » Crayon Phsics (Deluxe) Says:

    [...] work in progress but Crayon Phsics is already playable and you can download release version 1 from Kloonigames. On the website of the Crayon Physics Deluxe you can see a video of many nice features not included [...]

  222. crusher Says:

    Nice casual game… I like this kind of games that mess with physics…
    Perhaps you can continue this great idea in a near future =P

  223. Paul Says:

    cool, i made it, when the next comes

  224. schwingi.net » Crayon Physics And Pocket Physics Says:

    [...] offizielle Crayon Homepage ist derzeit leider down, aber das Internet hat einmal mehr einen Mirror bereit gestellt: Crayon [...]

  225. michele Says:

    only tnx for crayon physics it’s amazing!
    ciao

  226. Crayon Physics • IBITO.NET Says:

    [...] En el video se muestra la próxima versión de Crayon Physics, que se llamará Crayon Physics Deluxe, en la cual podrás hacer cualquier tipo de figura y no solo rectángulos y círculos como en la versión freeware que podemos descargar desde aquí. [...]

  227. Soufian Nador Says:

    when i’first saw Crayon Physics in mouvment,i’had a strange feeling,like “falling in love at first sight!!!”
    i’v been playing video games since 1986,and this one is ,in my opinion,one of the most simple,beautiful,addictive,heart touching game…
    the music match the spirit of the game perfectly..i’m seriously thinking in buying a tablet pc when the deluxe version will be released.
    keep up the good work,you’re the best!

  228. VGMP3 » Crayon Physics Says:

    [...] You draw shapes with your mouse to try to move a ball to a star. The proof of concept prototype is free to download. Watch the video to see what the full version will be [...]

  229. VectorStorm Blog » The sincerest form of flattery Says:

    [...] now it’s happened with Petri Purho’s brilliant Crayon Physics. Yes, everyone’s making blatant clones of Crayon Physics these days, and now I’m just [...]

  230. John B. Says:

    Any thoughts of porting this to the Nintendo DS, which has a touchscreen and stylus input?

  231. PixelUrban » Blog Archive » Tiny Reviews Says:

    [...] of this game. It’s a masterpiece! And that’s just the demo. You can try it for yourself here . It’s a really small download, and just a taster of what I think is going to be a massive [...]

  232. Crayon Physics disegna e testa le leggi fisiche « BibosBlog - Un post ogni ora Says:

    [...] Physics disegna e testa le leggi fisiche Crayon Physics è un gioco educativo che permette di disegnare con dei pastelli su dei fogli ed animare il [...]

  233. crayon physics « trip to wonderland Says:

    [...] Aquí podeis leer más sobre el y bajaroslo. (inglés) [...]

  234. Bengt Says:

    Now there is a swedish game simulator just like this that one can use in education….
    http://www.acc.umu.se/~emilk/index.html

  235. Crayon Physics: disegnare e testare le leggi fisiche | Giornale dei blogger Wordpress Says:

    [...] Crayon Physics è un gioco educativo che permette di disegnare con dei pastelli su dei fogli ed animare il disegno. L’animazione rispetterà le leggi della fisica. Quindi, se creiamo un piano inclinato e ci poniamo sopra una sfera, mandando in play il disegno, la sfera rotolerà sul piano. Molto carino e didattico allo stesso tempo. Lo scopo è mandare la sfera rossa sulla stella gialla. Per capirne il funzionamento guarda anche il video! [...]

  236. Победители IGF 2008 | Gamin.ru Says:

    [...] конечно, поздравим Petri Purho и его ещё не вышедшую игру Crayon Physics Deluxe, завоевавшую главную награду - Seumas McNally Grand Prize [...]

  237. The Independent Gaming Source Says:

    [...] Seumas McNally Grand Prize: Crayon Physics Deluxe [...]

  238. Oxeye Game Studio » Blog Archive » IGF Winners 2008 Says:

    [...] Seumas McNally Grand Prize: Crayon Physics Deluxe [...]

  239. Jessebird Says:

    Wonderful! Me and my children had a lot of fun experimenting. I love the possibilities this offers. So very simple and so very clever. First time I was using a sort of catapult to propel the ball I was just sitting there saying “Wow!” Fantastic work!

  240. Independent Games Festival 2008: Gewinner bekanntgegeben auf Die besten kostenlosen Programme und (Independent)Spiele für NDS, PSP und PC Says:

    [...] Seumas McNally Grand Prize: Crayon Physics Deluxe [...]

  241. Independent Games « Planet9 Says:

    [...] ins Kino. Zum Glück gibt es ja das Internet. Da kann man manche Perle finden. Zum Beispiel “Crayon Physics“. Ein fabelhaftes kleines Spiel aus dem “Hause” Kloonigames. Vor dem Spieler [...]

  242. Freeware games - Gaming Gutter Says:

    [...] of the story can jump, climb and direct pieces with a press of the Enter key"-Indygamer Crayon Physics Experimental physics/objects drawing puzzler. Crocodile Garden Enigma Fold "A [...]

  243. FINEFIN spielt… Says:

    [...] verschiedenen Kategorien wie “Technische Brillanz” ausgeschüttet. Dieses Jahr sahnte Crayon Physics Deluxe den mit $20.000 dotierten Seumas McNally Grand Prize ab. Der Prototyp dieses Physik-Puzzles kann [...]

  244. Physics Phun « Learning Games Says:

    [...] - asking students to conduct (design as well?) experiments and share results. A bit reminiscent of Crayon Physics (which I was sure I’d blogged, but it looks like I forgot to!), but with more control over [...]

  245. Jlbawsome Says:

    This game is really fun it says you can draw only squares.. I could draw circles although they didn’t change into perfect round spheres like the squares would change.. but they would roll =]
    also I loved the music very relaxing..

  246. Jorge Says:

    Link is broken for download!

  247. My first 35 min. w/ World of Goo - Video + Screens! | Gaming News and Reviews Says:

    [...] has been a slew of that simple physics type games entertaining us on the web, Crayon Physics, Line Rider, Blue Print (and all Teagames), etc… There’s something to be said about the [...]

  248. Janne Annala Says:

    Aivan uskomaton peli, tällaista ei mikään kaupallinen suuri firma voisi tehdä. Odotan innolla Deluxen julkaisua!

  249. Lukas Says:

    Hi,

    Awesome game! I totally love the subtle music and crinkled backdrops. I do agree with some early comments that the star shouldn’t stretch… feels less “crayon-ey.” Maybe if it just glowed a little bit? Shimmered?

    And about allowing freeform shapes- I think an option to create perfect rectangles would be nice. Like, if you make a shape while holding an key it will be a perfect shape rather than exactly what you draw. That would be very handy.

    Thanks for a fun game! I will be coming back just to mess with the teeter-totters quite a few times.

    -Lukas

  250. Spore Community - Nifty Creative Program Says:

    [...] to the objective (download/Demo) Chronic Logic - Games : 3D bridge building game (Download/demo) Kloonigames

  251. Maikel de Bakker Says:

    Man this game would do great on the Nintendo Wii to! i hope it will because the will has the most potential to make this game a succes.

  252. 真腻歪 » 超酷的小游戏 Crayon Physics Says:

    [...] 这几天在玩儿一个小游戏 Crayon Physics,超好玩儿!具体玩法不废话了,各位可以看下面的视频,不过下面视频中的是还没(即将)推出的 Deluxe 版,现在可以玩儿到的这个版本里只能画矩形和圆形,我觉得这个更费脑子。据说这个游戏目前只有7关,不过我比较笨还没通关。 [...]

  253. Ubsessed Fan Says:

    I can’t wait for Crayon Physics Deluxe to come out!!!
    Ever since I saw the video of it on youtube i’ve been very ubsessed
    The prototype is great
    i just wish there was more to do than to just make rectangles and squares
    I love the music
    and i can’t wait for all the new features of Crayon Physics Deluxe
    you’ve done a fantastic job on the game
    and i hope Crayon Physics Deluxe is going well too
    Thanks

  254. sonny Says:

    Hey. I just want you to know that I really like Crayon Physics, and I am looking forward to Crayon Physics Deluxe.

    Today, I noticed this little flash game: http://www.tokenarcade.com/play-659-Sketch_It-Flash_Game.html

    It’s a COMPLETE copy of your game. The music is the same, the goal of the game is the same, the style is the same, the shapes are the same, and you’re not credited at all. This guy even says that it’s his own “production”.

    Too bad that other game sucks anyways, you can barely even get the ball to roll. Anyways, just thought I’d let you know.

  255. steph Says:

    i love this game ^_^ i just wish there were more levels to it
    i like how it makes you think and be creative.. wish they had games like this in math class

  256. Lukas Says:

    Hi! Excellent game, the subtle music is great and I love the crinkled backgrounds. I agree with some earlier comments that the star stretching looks a bit odd… maybe a slight glow?

    As for being able to make whatever shapes you want… great! It might make the game a bit easy in spots though. A nice option would be to make perfect rectangles if you want… say, hold down a certain button when you are drawing and it will make a rectangle for you. That would be nice!

    Thank you for an enjoyable 15 minutes ;)

    I will definitely be coming back to play more with the teeter-totters…

  257. Automaton » Blog Archive » Wasco’s Says:

    [...] op niet meer dan zeven dagen. Voorlopig heb ik er nog maar eentje getest, maar het is een pareltje: Crayon Physics. Je moet met een rood balletje sterretjes verzamelen door allerlei puzzels op te lossen. Het leuke [...]

  258. jones Says:

    Hi, I tried this game because of the GDC award it won. I’m really impressed, especially by the design! Hope you can make it into a full game sometimes. I got through all levels but I cheated on the three rotating rockers (by placing one big square across all three). How is this supposed to be done? Anyway, probably one of the best mini games ever!

  259. Victor Novaes Says:

    6,96 MB of a gameart experience, its everthing that i can say, congratulations!

  260. DigitalMad Says:

    Have you seen this? Pretty obvious where the idea came from, music too:
    http://www.tokenarcade.com/play-659-Sketch_It-Flash_Game.html

  261. blog.new-media » Blog Archive » Physics Engines Says:

    [...] You can download a prototype of the game from the developer. [...]

  262. Kristoffer Says:

    Very impressive, defenately the best mini-game I’ve played. Only lack more levels :)
    Loving the graphics, physics and the music was relaxing.

  263. dude Says:

    i downloaded the game but cant get it to open after it was unziped on my mac

  264. insane Says:

    Well, I was experimenting with this game yet again, and I found 1 MAJOR glitch, I don’t know if it is in the engine, or in Crayon Physics, but it is still there. Let me explain it too you!

    If you start to draw a box, but only draw 3-sides, it doesn’t force it into completion and make the 4th side for you. So, let’s say you started to draw a circle, but right before you ended the circle, you stopped. It would keep the shape of the circle, but still have the properties of the box.

    Here is just one example of it: http://img174.imageshack.us/img174/4576/glitchet4.png
    Here is me attempting text: http://img84.imageshack.us/img84/5452/glitch2uj8.png

    I’m not saying it’s a bad game, because I think it is “totally fleepin’ awesome”, but I am just pointing out this weird, yet cool, glitch.

  265. Cricket Chapple Says:

    Wow! I’m so excited to play the deluxe version!
    Out of curiosity, what are you doing with audio in the game?
    Is there only background music or are there also sound fx?

  266. mctme Says:

    df

  267. Creative gaming « Communications Lab Says:

    [...] hent den tidlige demo-version her - [...]

  268. please Says:

    I ‘m looking forward releasing this game.

  269. Hora de jugar con crayones | Tecnologia y Sociedad Says:

    [...] Crayon Physics [...]

  270. Robert F. Says:

    I’m a mechanical designer by trade, so i’m used to working with primitives yet just watching a demo of your game made me feel such wonder. My 8 year old son has trouble writing and I can clearly see this game a terrific practice/fun tool for him (or me!). It’s like creating with LEGO’s or clay or origami. Maybe it’s the music or just the elegant simplicity, but your work is beautiful. Thank you for sharing.

  271. Crayon Physics Says:

    [...] in Sephi’s thread I remembered a great game from the The 10th Annual Independent Games Festival Crayon Physics is awesome and relaxing not to mention BA and soon the full version will be released: Crayon [...]

  272. Chris Patrick Says:

    Wow! Great game, I love the concept. I really enjoy these types of games — nothing to “hard” as long as you can think things through. Like the others have said, really nice choice on the soundtrack, really suits the game well. I look forward to seeing what else you come up with. Good luck on all your future projects!

  273. DarkxPunk Says:

    Very well done I must admit… Will be perfect once released… But will it be available for the Mac? Basing on the advances of graphics and video compatibility maybe it mite be nice to try it on there?

  274. Kloonigames » Blog Archive » Announcing Crayon Physics Deluxe Says:

    [...] kinda spoils the surprise, but I’ll explain it anyway. Crayon Physics Deluxe is a “sequel” to Crayon Physics (a prototype of a 2D physics game), but I’m not sure sequel is the right word here. It’s more [...]

  275. 유영재 Says:

    I’m from N. Korea,

    It, great!!

    Thanks for the download.

    ㄳㄳㄳㄳㄳ,

  276. 조태현 Says:

    Thank you….!

  277. 김소희 Says:

    ㅁㅇㄴㄹㅇㅁㄴㄹ

  278. 김소희 Says:

    adsf

  279. Ander Says:

    Fun stuff! Took me about 15 minutes, but I think I was lucky. (I like the end screen.) Can’t wait to give my 12-year-old son a crack at it. He’ll probably beat me.

    Yes, more levels, please—and an editor would be awesome.

  280. Ander Says:

    I did notice one quirk: If you draw a box that COVERS the ball, it does all kinds of weird stuff—the ball kind of enters it, rattles around, goes back and forth, etc. (rather like being beamed into a wall in Star Trek, I imagine). When someone does that, maybe you should make the box hop above the ball before it materializes.

  281. anon Says:

    hmm
    does anyone know where the deluxe version is coming out ?

  282. Michael Zed Says:

    Hi.

    Maybe make a note of what platforms this runs on. Since you haven’t found it worth mentioning, I’ll assume that you only know about Windows. But there are other operating systems a few of us use, and it would be nice to know that we needn’t bother downloading the game.

    And the comments links don’t work. Clicking any of 1-14, », or Show All just comes back to this page with the first 20 on it.

    Thanks.

  283. Surftom Says:

    Wow…
    Just heard about the game on the Cranky Geeks podcast so I surfed over and downloaded version 1.0
    I’m really looking forward to a the deluxe edition!!

    Where’s the “Donate” button!!!?

    Tom

  284. Crayon Physics Deluxe « The Errant Æsthete Says:

    [...] it’s part Line Rider, part The Incredible Machine. Deluxe is a sequel to the more rudimentary Crayon Physics (sadly, PC-only). [via [...]

  285. Crayon Physics – Jetzt wird’s physikalisch | eLhabib - Life & Videogames Says:

    [...] Hier geht’s zum Download MEHR ZUM THEMA: Casual Games downloads PC Special FeaturesDie letzten 5 Posts von Patrick EichingerPS3: GT 5 Prologue und Movie Bundle geplant? - February 28th, 2008Vidiot Audio Cast – Volume 16 - February 28th, 2008Wii Fit Preis bekannt - February 28th, 2008PS3: DualShock 3 Pad USA-Termin - February 27th, 2008Metal Gear Solid 4 Bundle angekündigt - February 27th, 2008 Bookmarken: [...]

  286. blogpost » Crayon Physics Deluxe Says:

    [...] demo of Crayon Physics Deluxe a sequel to Crayon Physics. The initial version was developed in under a [...]

  287. Charles Carr, Reviews Editor, ComputorEdge Magazine Says:

    For Press or Marketing:

    ComputorEdge magazine (spelling intentional), the nation’s largest regional computer publication would like to see a full registered version of Crayon Physics Deluxe (when available) for review in our weekly column, “Worldwide News and Product Reviews.”

    FYI, ComputorEdge has been a weekly print and on-line magazine with a readership of over 500,000 in the Southern California, Colorado and New Mexico (as ComputerScene magazine) areas for the past 20 years. Beginning in 2008, ComputorEdge became a solely on-line publication.

    As well as editing and writing for ComputorEdge, I am a columnist and features writer for San Diego’s North County Times newspaper, a contributor and technical advisor to LA Parent and San Diego Parent magazines and a frequent guest on all three San Diego network affiliate television stations. I also served for several years as sole judge in the Tech-Toys category for the Parenting Publications’ national NAPPA awards (ten million readers).

    Also, if we’re not on already on it, please add us to your “A” list to automatically receive new products and press releases. We also greatly prefer contact via e-mail over phone.

    Charles Carr
    Reviews Editor, ComputorEdge Magazine

    Mailing address:
    30497 Lilac Road
    Valley Center, CA 92082

    (760) 749-8229

    New Products Editor, ComputerScene Magazine
    Albuquerque

    Columnist and Features Writer
    The San Diego North County Times

    http://www.computoredge.com
    cereviews@computoredge.com

    charles@carrfamily.com
    http://www.charlescarr.com

  288. Rhizome Says:

    This looks like so much fun. Please make for Mac OS X one day :)

  289. Crayon Physics Deluxe : un jeu intuitif Says:

    [...] ! Ces gens-là ont un Blog et proposent même la version non-Deluxe du jeu à télécharger pour Windows. L’essai est concluant, je vous le conseille !Partagez cet article Publié le 1 mars [...]

  290. Awesome Game: Crayon Physics Deluxe Says:

    [...] a very cool game and bring crayon drawing to life. It’s actually a sequel from popular game Crayon Physics (from the site: beware! this is not a game in that youtube [...]

  291. Mondo Libero Says:

    Worderful!

  292. Ben S. Says:

    THIS GAME IS AMAZING!!!!!!!!!!!!

    The only thing I could otherwise hope for would be more levels, but that will be coming!
    I can’t wait until you finish Deluxe!!!

  293. Duschnouk Says:

    I already tried months ago your games and it was just amazing.
    Seeing your youtube video, it is obvious that you enhanced it dramatically. I’m impatient to try the final game. When will it be available?

  294. LittleBigPractice - GameLuv.com Says:

    [...] Crayon Physics Like many I’m sure, this was my first experience with really drawing and physics-ing my way through a game. I like that it had a goal and there’s only one stage I didn’t manage to pass. I feel it’s kinda cheating but mostly I just kept drawing rectangles underneath circles to get them rolling or to keep them from falling. Also, some really big, cheap and thin rectangles saved my ass. Anyone else got a specific strategy? [...]

  295. Nowboy Planet » Blog Archive » 一个非常棒的项目Crayon Says:

    [...] http://www.kloonigames.com/blog/games/crayon [...]

  296. ::Innocentgirl in the land of Drawings:: « ::otoshimono the blog:: Says:

    [...] BTW you can download a clunkier prototype of the game above here.  [...]

  297. Wordout - Play Crayon Physics Says:

    [...] Thanks to GeeksAreSexy for reminding me about Crayon Physics. You can download the original Crayon Physics at Kloonigames.com. [...]

  298. Crayon Physics « verbal hostility directed @ random Says:

    [...] once in a while a game comes out that is a simple idea but very creative.  One such game is Crayon Physics.  It is even more amazing when you realize that the game was designed in under a week.  The idea [...]

  299. meca Says:

    Great game. I wanna play next version. ^0^

  300. Techory.com - Regular Ramblings About Technology » Crayon Physics Game Says:

    [...] but you can download and play a prototype of the game (minus the “deluxe”) from the Kloonigames Blog. This looks pretty cool, and I’m looking forward to the release of the full [...]

  301. kyoung sik kim Says:

    wow~~

    it’ a amazing game to me..

    it’s looks like a paint when i was young does..

    so friendly come to me…

  302. probabler Says:

    NEW LEVEL
    try this one ,plz.

    http://rapidshare.com/files/96970446/for_Petri.zip.html

  303. rob Says:

    I was trying to make a new level, but for the idea I had, the player needs to be able to remove blocks. The non-static blocks I have got now are not removable. Is there a way of doing that?

  304. Un chti coup de crayon ! at Oeufdure Says:

    [...] http://www.kloonigames.com/blog/games/crayon [...]

  305. Time For Sleep | THE DOCKING STATION Says:

    [...] playing enough of Crayon Physics on tom’s Wacom Tablet I decided to go hunt down the creator of the trance-inducing background [...]

  306. Crayon Physics : l’art de la simplicité | La gazette du Hangar Says:

    [...] est un jeu d’un étudiant développé en seulement 5 jours! La démo PC est disponioble ici -attention la démo représente la version de base et non la version [...]

  307. wizzlyman Says:

    thank’s a lot for this perfect game.

  308. andyw Says:

    Yay! just finished the demo - great fun - can’t wait for the full release!

  309. Alvin’s Educational Technology Blog » Crayon Physics Says:

    [...] I ran across a freebie called Crayon Physics.  It works along the same lines as the machine game I remember, but this time you have to draw all [...]

  310. 老婆,快出来看上帝! | 得意的:一个好东西的目录 Says:

    [...] Crayon Physics/蜡笔物理学来自Kloonigames,这个游戏稍早前发布,也是下载可玩,免费,创作公用协议的。得了“独立游戏节”大奖。链接:蜡笔物理学(Crayon Physics)过关演示。 [...]

  311. Crayon Physics Deluxe « Dmitry Alekseenko blog Says:

    [...] находится в процессе разработки. Зато ее прототип — Crayon Physics — можно скачать уже [...]

  312. Create Digital Music » Indie Developers Show Fanciful Music Games, Interfaces at GDC Says:

    [...] Crayon Physics @ Kloonigames (original prototype) [...]

  313. Blake Lewis Says:

    Hey CP It’s Blake Lewis I wanted to let you know I even go on CP!If you want to meet me log on to Tundra server (america).I’m always on at around 3 o’clock.Oh yeah!My username is Imavfgt4.SEE YOU THERE!

  314. Crayon Physics - Very Fun Addicting Simple Game | Big PC Geek Tech Blog Says:

    [...] and YouTube there is mention about a game called Crayon Physics. Crayon Physics which can be found here, is a game where you draw shapes with crayons to solve puzzles. Currently, the game is free and [...]

  315. » Del.icio.us: Anbefalte lenker for uke 10 - 2008 - Leif Dalands blogg - IT & Produktivitet Says:

    [...] Tidstyv: Kloonigames � Blog Archive � Crayon Physics - Et utrolig fasinerende og vanedannende spill som dette skal du se lenge etter. Det spesielle med Crayon Physics er, som tittelen indikerer, fysikken. Plottet er ikke ukjen. Få ballen fram til stjernen, metoden du bruker er opp til deg. Fysikken er imidle [...]

  316. Crayon Physics « Når bunden er nået… Says:

    [...] Jeg ved ikke hvad der er med dette spil, men jeg synes det er underholdende. Jeg glæder med til efterfølgeren: Crayon Physics [...]

  317. Sandor Swartz Says:

    I’m sorry, but it’s just too easy, and what’s more it’s too SIMPLE. And there’s no random element. You have to make it generate random levels, or at least some random element. How about a ball-eating monster? How about making the objects in the level have a parameter such as position/momentum/mass variable, and different objects with which collisions may have different degrees of elasticity. For instance maybe there will be a block that is perfectly elastic when the ball or other object strikes it, and another block which is perfectly inelastic, and some that are partially. And add a level designer, so you can make your own puzzles, with random elements, even better. And a score. Perhaps the goal will be to win the game with as few points as possible - and every time you create or destroy an object it adds one to your score - maybe it adds two points to your score if you lose the ball off the screen (like losing your ball in golf). Maybe have the game be able to connect to your server and post the high scores for everyone in the world who has the game upload them! That would be pretty cool. My score would be 10 by the way - one object each for the first 6 levels, and I made 3 objects and deleted 1 for the last level. The first time I played this game it took me like 5 minutes, and I actually timed myself the third time - 1 minute 35 seconds to win all 7 levels. Any game that can be won THAT fast the third time through has something wrong with it, I’m sorry.

  318. Dee Says:

    Hehe… what a pretty cool game. It’s got some really nifty stuff I hope to see more of like using your mouse to draw anything you want… wow cool.

    Except there seems to be high lag sometimes and thus the cursor movement would slow to a crawl. System specs are : p4 3.2 ghz, 2 gb ram, 4 gb paging file, 8600gt… soo it shouldn’t be too bad, eh?

  319. Dee Says:

    And oh the pages on your comments section don’t seem to work at all.

  320. Sandor Swartz Says:

    I’m sorry, but it’s just too easy, and what’s more it’s too SIMPLE. And there’s no random element. You have to make it generate random levels, or at least some random element. How about a ball-eating monster? How about making the objects in the level have a parameter such as position/momentum/mass variable, and different objects with which collisions may have different degrees of elasticity. For instance maybe there will be a block that is perfectly elastic when the ball or other object strikes it, and another block which is perfectly inelastic, and some that are partially. And add a level designer, so you can make your own puzzles, with random elements, even better. And a score. Perhaps the goal will be to win the game with as few points as possible - and every time you create or destroy an object it adds one to your score - maybe it adds two points to your score if you lose the ball off the screen (like losing your ball in golf). Maybe have the game be able to connect to your server and post the high scores for everyone in the world who has the game upload them! That would be pretty cool. My score would be 10 by the way - one object each for the first 6 levels, and I made 3 objects and deleted 1 for the last level. The first time I played this game it took me like 5 minutes, and I actually timed myself the third time - 1 minute 35 seconds to win all 7 levels. Any game that can be won THAT fast the third time through has something wrong with it, I’m sorry.

    Also, you might want to perfect the ‘physics’ part. It’s kind of easy to make a perpetual motion machine for instance. Just make a tall pile of really thin boxes/horizontal lines and it will bounce up and down and up and down all on its own.

  321. Kula bácsi Says:

    Where’s the OS X version. Fuck Windoze.

  322. bradhomeslice Says:

    ok this game is amazing

    this is the first game that i downloaded from theinternet becasue i saw the viedo on my ipod

    on u tibe there was a version that was for ipod touch
    i was wonderign where do i get that?

    and btw in the youtube viedo that you did the computer is the same one theat i am getting
    so i guess it must be good =]

    so if you could just tell me where to get the ipod touch version i would greatly appericate it

    bradhomeslice

  323. Tony Says:

    Hi! There’s for Mac please?? Thanks!

  324. 86 Words » Crayons aren't just for kids any more... Says:

    [...] - Crayon Physics - (Again, this demo is pretty short, but Kloonigames promises more to come) [...]

  325. Rafael Gomes Says:

    The link to this game have problem. I can’t get.

    Show this message :

    There was an error processing your request; it appears to be invalid or there was an error with your conection. Please wait while your request is retried…

  326. CBX Says:

    I have a question. How will you solve the behaviour of the ball when I draw a rectangle/square with the ball inside? It jerks uncontrollable. It looks like a bug to me. Will you give that situation a behaviour that will be part of the puzzle solving?
    .___
    | O | <- trapped like this
    TTTT

    ._____
    |((O))| <- getting it’s freak on
    .TTTTT

  327. Ertuğ Ailesi » Blog Archive » Zeka Geliştirici Oyun - Crayon Physics Deluxe Says:

    [...] Orjinal Web Sitesi: http://www.kloonigames.com/blog/games/crayon     Read More    Yorum [...]

  328. Crayon Physics - oooooooooh! - The Red Ferret Journal Says:

    [...] Crayon Physics. Petri Purho’s innovative game prototype is so much fun that it’s…well…beyond. There’s a full-on commercial version called Crayon Physics Deluxe coming. Oh my giddy feet. [...]

  329. Rabiscando na tela do micro « Update or Die Says:

    [...] da Kloonigames, o jogo Cranyon Physics Deluxe é uma incrível ferramenta que utiliza a física dos objetos para responder a alguma ação feita [...]

  330. Altri 101 videogiochi per PC gratis! - Geekissimo Says:

    [...] Crayon Magazine Giochiamo coi pastelli a cera! [...]

  331. Phun-”fizyczna” gra dorosłych i dzieci « Lifehackers Says:

    [...] inna fizyczna gra Crayon Physics [...]

  332. Hanna, 25, Oulu Says:

    Hello Petri! Really nice, even I, a girl who is normally just getting frustrated with this kind of games, got some happy moments of “getting it”. :) Somehow this was different, so thank you! I’d definitely play more. I think maybe those levels that are now existing can be played more than once to create other options of getting them through, have to try later again and see.

  333. kodi Says:

    what were you thinking,
    it is awsome.
    THANY YOU ……………….

  334. Naka the Artic wolf Says:

    ive beaten crayon physics a million times and its awsome, but where do i download crayon physics delux? i know for sure its out by now!

  335. Physik Spielkästen « Jans Links Says:

    [...] Download (Eingeschränkte Demo) [...]

  336. sandro Says:

    thank you.
    wanna come to brazil?
    tell me when you post new things

  337. Im Ji Won Says:

    More levels, *please*
    Great game!

  338. nathan Says:

    Any chance of further development of Crayon Physics? I haven’t been this addicted to a game since Starcraft. LOL

  339. Krishna Says:

    This is a great game and a addictive one above that. I have people always asking me that why are there not many games that are great for kids, well i found one more answer to that question. This is real good one.. continue the good stuff.

  340. DIE MAGAZIN » Blog Archive » CRAYON PHYSICS Says:

    [...] beispiel dafür, wie computergames in zukunft sein könnten. und dann erst noch von einem indie-entwickler. wer auf der suche nach einem überblick dieser wuselnden szene ist, klickt am besten mal hier. [...]

  341. mak Says:

    had fun! Good game. I liked the music. keep up the good work!

  342. Chopstork » Blog Archive » Crayon Physics Deluxe Says:

    [...] The game is still in development, but there’s a simpler version available for download here [...]

  343. Mick T. Says:

    A linux port would be great! :) Talk to Icculus he might help out, or offer advise.

    On the other hand, I’d be tempted to try this myself, not sure if I’d be any better than the 2 others who tried, but it be interesting to try. :)

  344. kamochan Says:

    it’s a wonderful game!
    my daughter is waiting for the completed version. :-)

  345. Marker World (참신한 독립게임) « Movable Code Says:

    [...] 아이디어는 Crayon Physics 라는 독립게임으로부터 영향을 받은것 같은데, 이쪽도 Crayon Physics Deluxe [...]

  346. physicsisfun Says:

    Where can we get the Crayon Physics Deluxe Game??? Not that this isn’t awesome….

  347. crayon physics « New and Improved! Says:

    [...] http://www.kloonigames.com/blog/games/crayon [...]

  348. SJ’s SAS Blog » ML: A game that looks like designed by a third-grader Says:

    [...] Crayon Physics Deluxe is a game made by a 24-year old student at Helsinki Polytechinc and it lets us draw objects on the screen by clicking and dragging our mouse, or by drawing with the stylus of a tablet PC, as in this video. The objects you scrawl become part of the game world. The goal is to create objects that propel a drawn ball toward a drawn star. There is no single correct way to scoot that ball around; the fun is in exploring the options. Within seconds of hitting start, you’re furiously scribbling blocks and ramps and wedges and seesaws, whatever it takes to reach the goal. Some players may get sidetracked creating hilariously inefficient Rube Goldberg devices. Others will forget the objectives altogether and just draw. If you want to try it yourself, you can download a simpler demo version of the game here. [...]

  349. Ron Says:

    I think this game is perfect. Would you consider, after getting the pc version up for sale, letting a Mac programmer license the game and produce a Mac version? Thanks for bringing an awareness of a what a game can be to the world. Simple, elegant, fun and very little death or mayhem.

  350. raphiballz Says:

    can you tell us when the real game will be avaible plz ? *_*

  351. anna Says:

    I was really disappointed to realize there’s not a Mac version for this! Maybe I’ll be able to convince a friend with a PC to download it, but I wanted to play now.

  352. Adella Toulon-Foerster Says:

    I LOVED this game! It was beautifully done. Now, it took me about 20 minutes to beat it but they were fun twenty minutes.
    Petri — you’re amazing!!! Can’t wait for the full version.

    ~Adella

  353. jen Says:

    oh my god this was AMAZING!! i can’t wait for the full version! anyone know when or where to get it?

  354. Crayon Physics! I want to play this game! « Babbling Blueberry Says:

    [...] I’ll have to play the game and try all these things out!  There’s a demo version available, but you can only draw squares and nothing [...]

  355. Qatpaw Says:

    I LOVE this game! I’ve got my name on the email notification list for the deluxe version. Hope it is released soon. I finished the demo levels. Who knew physics could be this fun!

  356. Dmitry Alekseenko blog Says:

    Crayon Physics Deluxe — победитель MIX08 Show Off…

    Представьте на минуту, что в вашем распоряжении есть лист бумаги с нарисованным уровнем и восковой мелок, а ваша задача — рисовать геом…

  357. ACB Says:

    does this work for mac?

  358. Eddy Says:

    I got in touch with Crayon Physics thanx to 1 UP (www.1up.com), they featured this game in one of their shows and I fell in love with its simplicity and originality, so I tried it out and now I just can’t wait for the deluxe version to come out :)

    I just had to suscribe and hope in a not too distant future the game to come out. My greetings to you, the creator of the game. I love your project and hope you get in the industry a name and reputation your creative and original mind deserves. My best regards to you :)

  359. wintermute Says:

    I LOVE that the game is simple. I also love the freedom, how there are so many different ways to win. You can do it elegantly, or you can make a giant hash of it and throw the ball around hoping that it touches the star. Keep the simplicity, and the freedom!

    Complicated games with only one solution and monster mashers ect, are all over, simple games that allow you freedom to play are rare.

  360. The Indie Gaming Primer « Thank You For Playing Says:

    [...] Developer: Kloonigames [...]

  361. koalalorenzo Says:

    Linux Please!!! :’(

  362. Tom Says:

    Any thoughts of porting this to the Nintendo DS, which has a touchscreen and stylus input? [2]

    Dude, you MUST show this to Nintendo. Maybe they accept your idea and publish the game!

    I´ll buy it!

  363. viincent_x3 Says:

    Ce jeu est superbe. J’ai toujours révé d’un jeu comme ça mais, ce que je n’arrive pas à comprendre, cest que je ne peux faire que des formes géométriques et dans la vidéo il peut faire des traits. Comment dois-je faire?

  364. raphiballz Says:

    c’est que la demo, il est en train de créé le vrai jeu, patiente =p

  365. Orel Says:

    It’s a pity there isn’t MAC OS X’s version of this soft :’(

  366. jerry Says:

    i cant believe this isn’t made for mac. no fair!!!!!!

  367. Crayon Physics [周末游戏计划] | 小众软件 - Appinn Says:

    [...] Crayon Physics 是一款非常有趣的物理游戏,目的是让画面里的小球接触到五角星 [...]

  368. Harald Says:

    It would realy be great to have a mac version …..!
    Would save me to use Parallels to do it on my Mac….

  369. Flávio Says:

    This game is owsome!! I will recommend to all my friends here in Brazil! Continuem o excelente trabalho!

  370. Modding Warehouse-Free Games-Crayon Physics | pariahs-guild.com Says:

    [...] you want to learn more about the game, or to down the game yourself, then visit the game’s website. Share This Popularity: 10% [...]

  371. Crayon Physics - Cooles Spiel | Wuensch-Media.de Says:

    [...] Physics - Cooles Spiel für Zwischendurch März 23rd, 2008 | by Michael Wuensch | Crayon Physics ist ein cooles und kostenlos herunterladbares Spiel, das einen nicht mehr los lässt. Ziel des [...]

  372. aw Says:

    Amazing Game! Physics rocks :)

  373. Paul Says:

    nice game. don’t really know, but the day after downloading your demo my account at WOW (blizzard) was hacked and all my stuff - over a year’s work was stolen. wondering if your demo or the site you link is clean. no blame - just wondering at the coincidence.

  374. tomchaps Says:

    If you make a version of this for the iPhone, you will become a rich man.

    Seriously, call Steve Jobs…

  375. Crayon Physics [周末游戏计划] - MyEss.cn Says:

    [...] Crayon Physics 是一款非常有趣的物理游戏,目的是让画面里的小球接触到五角星 [...]

  376. 6 Juegos Preciosistas « el50 Says:

    [...] objetivo del juego (Crayon) es simplemente tocar la estrella al otro lado. Para esto debemos dibujar figuras (rectángulos) [...]

  377. Shiz Says:

    I hear this may come to the DS. Dear Nintendo, if this comes to the DS I will buy one, maybe two just tell me where to send the monies.

  378. Raymond Pirouz : Smart Gaming: Where Physics Meets Fun Says:

    [...] Purho, the Finnish game developer who created the mesmerizing Crayon Physics (free Windows download available here) is developing a sequel called Crayon Physics Deluxe, [...]

  379. Check Out This Amazing Physics Game | eman's views Says:

    [...] A few days ago, I ran across a video of a pretty spectacular game that provided a nice demonstration real time physics simulation, or simply put - game physics. The game is called Crayon Physics Deluxe and it was a finalist at the 2008 Independent Games Festival. The goal of Crayon Physics is create objects that interact with a ball such that the ball moves and runs into a star elsewhere on the "sheet of paper". Each "level" of the game provides new challenges for you overcome in reaching this simple objective. Of course these words don’t do the game justice. You have to take a look at the video to truly appreciate this application. A much simpler version of the game is available here. [...]

  380. Stormy Says:

    My kids and I definitely enjoyed your game, thank you for creating this game. My only feedback is that I think that the game was way too easy. I completed the game in about 20 minutes, so I look excitedly forward to the release of the deluxe version, but I hope that you make it WAY harder and longer.

  381. turntable / as the table turns » Super Phun Says:

    [...] Also, check out this video showing Crayon Physics. [...]

  382. Your Midweek Distraction—March 26, 2008 « Says:

    [...] Ben pointed me towards this absolutely mesmerizing video of Kloonigames’ upcoming Crayon Physics Deluxe. Such a simple concept, but I’m already addicted - and I haven’t even played the thing. You can grab a pared-down demo version here. [...]

  383. Tablet tools at Kyle’s Blog Says:

    [...] with ink alone, the Physics Simulator (included in the Microsoft Tablet PC Experience Pack), and Crayon Physics, a puzzle/physics game that’s more-or-less perfectly suited to the input methods on a [...]

  384. Paul Says:

    Great game.

  385. Crayon Physics Deluxe « Gamers world Says:

    [...] Crayon Physics Deluxe is still in development, but there you can check out the prototype.This isn’t as much fun as the Crayon Physics deluxe will be but it’s still worth a try. You can download it for free here. Or you can check out the authors blog here  [...]

  386. Crayon Physics Deluxe - Gioco d’ingegno Says:

    [...] volete provare una demo potete scaricarla qui (non rispecchia tutte le caratteristiche della versione finale). [Fonte: [...]

  387. Ralph Westerbeck Says:

    Great game. I finished it rather quickly and really wanted more levels, so I just did it over and over looking for more complicated solutions. Great fun, can’t wait for Crayon Physics Deluxe. Thanks for the work.

  388. kidsinister Says:

    BANGING game M8! proper sorted yo! Like, love it.

  389. Phun with fysics at E. M. Esq. Says:

    [...] a “2D physics sandbox”. The idea will be familiar to anyone who’s played Crayon Physics - you draw shapes, which then become solid and interact according to the Laws Of The Universe. Phun [...]

  390. Feline Says:

    Please give us some more levels!

  391. Crayon Physics - Un Super Jueguito « Digital Fire Says:

    [...] Physics - Un Super Jueguito Crayon Physics es un prototipo de lo que sera Crayon Physics Deluxe que todavía no a salido. Es un juego simple y [...]

  392. Nicolas Says:

    I just dicovered the game and spent 2 hours to get through all the levels. The possibilities are amazing, I can’t wait to see more levels and I’ll definitely want to play the deluxe version. Bravo!

  393. Andrius Kleiva » BLOGo Archyvas » Crayon Physics - laikui užmušti Says:

    [...] “laiko prastumėjo” versiją galite parsisiųsti bei apie jį pasiskaitinėti adresu http://www.kloonigames.com/blog/games/crayon. Ir idėja gera, ir apipavidalinimas, tik muzika fone neitin [...]

  394. Play indy games! at GGLOB Says:

    [...] Unfortunately I haven’t gotten to test any of these last two (only the fantastic prototype of Crayon Physics, but they definitely seems to be worth keeping an eye or three [...]

  395. Proof of Concept » Retour en enfance Says:

    [...] Release 1 est disponible : http://www.kloonigames.com/blog/games/crayon et nécessite un petit système Microsoft pour fonctionner (donc une installation de Wine [...]

  396. Beneath the Brand » Blog Archive » Crayon Physics Deluxe Says:

    [...] New Discoveries, Technology Greg Verdino points us to a little game called Crayon Graphics by KlooniGames. There’s also a write up over at slate which explains the background a bit more. This game [...]

  397. collector Says:

    Just superb game!

  398. Crayon Physics Deluxe : a reason to buy a tablet PC | the domiNation Says:

    [...] not available yet, but you can play a beta of the original Crayon Physics game here. make sure you watch the video below to get a sense of the genius of this game. i’m ready to [...]

  399. james Says:

    is was cool

  400. Independent Games: Zeichnen und Physik - Digitale Welten Says:

    [...] ganz besonderes Spiel ist Crayon Physics, das Zeichnen und Physik auf wunderbare Weise kombiniert. Die Spielwelt besteht aus einem Blatt [...]

  401. RambleBlog » Crayon Physics = Mind Blown Says:

    [...] Physics = Mind Blown Wow. Check out this article. Then watch this video. Then download this demo. (alt-enter gets you to full screen). And now try telling me you aren’t completely amazed. [...]

  402. Crayon Physics & internet tablets: made for each other at Internet Tablet Talk Says:

    [...] downloaded the prototype game Puro wrote, Crayon Physics**, and was blown away by it. So was my son, and we ended up fighting over the mouse to solve the [...]

  403. Richy Says:

    Hallo. Gibts das Game schon irgendwo für Handy´s mit Symbian system UIQ3 (SE P1i) ??? Wär cool wenn ich es auch auf dem Handy spielen könnte.

    Mfg. und weiter so. Richy

  404. george bush Says:

    boooooring

  405. Poket Physics: alucina en la Nintendo DS - Foros 3DPoder. Says:

    [...] la Nintendo que hace eso, y no m

  406. Magic Pen | Transbuddha Says:

    [...] very hesitant to promote such a blatant rip, but in this case I’m alright with it due to a) Crayon Physics being a download-only game, b) Crayon Physics is just a self-proclaimed ugly prototype, and c) [...]

  407. Crayon Physics Deluxe - Draw your own solution Says:

    [...] The game author created the game in a week, which is pretty impressive. You can download the freeware version of the game here. [...]

  408. blo(g)oat » archives » Physics Engine Says:

    [...] Physics Deluxe by Kloonigames. One of the best implementations of a physics engine I’ve seen in a while… The previous [...]

  409. Dave Says:

    I just found this game through some random chain of links and its amazing!
    I can’t wait for deluxe!

    I managed to ‘make’ (copy+paste) a level consisting of two straight platforms with a tiny gap between them :D. I had to trial and error to get the XML collision to match with my background. Any chance of a clue on how to match the XML numbers to a drawing program? I’m using paint shop pro and your coordinates don’t seem to be in ‘pixels’ (as I’ve done some measurements in psp) but I can’t think what else they would be in. You’re ok with people ‘moding’ it right?

    I figured for “lots of space” you just needed a ramp, but I had another solution involving building a long platform out from the star, using counterweights to hold it in place.
    It was shaky, but after a few attempts it worked :D

    Anyway, great game, very cute graphics, nicely structured, I like the use of XML and .PNG, leaves it open to modification :) Thank you!

  410. Dave Says:

    p.s. oops sorry, found the level editor.
    Still want deluxe.
    Deluxe can interpret pivots??!?! omg! XD

  411. Crónica de una vida - Numpty Physics un juego de gravedad (N810) Says:

    [...] en Crayon Physics, el cual os pongo un vídeo a continuación ha salido una versión para el Nokia N810 muy [...]

  412. Me Says:

    Oh.My.God. This game is amazing Ôo I’d really like this in full version.

  413. Elephant paint « Clipside of the Pinkeye Flight Says:

    [...] original written-in-under-ten-days version of Crayon Physics here, for anyone who wants to check it out. He explains a bit more about why there are two different [...]

  414. Fim de Semana: Física « NDS Page Says:

    [...] agora, mas podem ter certeza que um dia farei. Se você quer conhecer esse jogo, procure também o Crayon Physics, o irmão dele pra PC, que não é sandbox, mas de [...]

  415. novemberist Says:

    I literally just “stumbled upon” Crayon Physics and I greatly enjoyed playing it over and over again seeking alternative solutions or just playing around with the physics.
    I absolutely love the concept and art style of this “demo” and I am really looking forward to playing Crayon Physics Deluxe , once it is finished.
    Keep up with the good work and Crayon Physics is likely to be a huge success.
    Just some improvements I would suggest:

    1.Drawing exactly straight lines with the mouse is kind of hard, thus it would be great if there was some kind of key (e.g. “shift”) to lock the current cursor position to draw a straight line until the key is being released. Or probably some kind of ruler ;)

    2.I found it a bit to easy at times to lift the ball onto a much higher ramp (even steeply ascending ones) by just drawing dozens of lines or rectangles below it , which took away a lot of challenge to complete some levels.Maybe this could be restricted in a way.

    I wish you good luck with this game and all of your other projects.
    best regards,
    novemberist

  416. PartyBoi Says:

    I just found this game http://armorgames.com/play/1177/magic-pen
    It seems it is a rip off from crayon physics. The third level is exactly like one of yours. The Ideas are all the same. You should sue this guy….

  417. Nokius / JuPaJa Says:

    I love this game i play it on my Tablet PC from HP and it will be a big fun if it will supportet on my Nokia N800 or new !!!

    It is very good Work !!!!!!!!!!!!!!!

    I love this game , if i say this the game must be very good because i had PC games normaly but i like this kind of game. It is so funny wen i use the stilis and a can paly.

  418. Buzzwatch : Daily Diversion: A Good Reason to Play With Crayons in the Office Says:

    [...] public, but a video of it has generated much interest. CPD is the sequel to a freeware game called Crayon Physics, which must be downloaded and installed to [...]

  419. Crayon Physics is PC-only so I can’t play it, but… : CREATExCHANGE Says:

    [...] Crayon Physics is PC-only so I can’t play it, but Magic Pen will do in a pinch. Don’t start playing unless you’ve got a few hours to spare. (via waxy) (link) [...]

  420. a welcome distraction « enjoying the foliage Says:

    [...] pratimaaa Tags: crayon physics, games, links Everyone!  Stop writing your essays and check out Crayon Physics!  Best game [...]

  421. Innocence « no narcissus Says:

    [...] in the dirt. I remember spending time building crazy machines. It’s based on a game called Crayon Physics, but I prefer the in-browser flash format, because I’m on a [...]

  422. Walking Randomly » Making Physics Fun - Crayon Physics and its clones Says:

    [...] Physics and its clones Some time ago now I stumbled across a freeware game for windows called Crayon Physics and instantly fell in love with it. The premise of the game is very simple - there is a ball on one [...]

  423. Magic Pen: é jogar e viciar | :: GameReporter.org :: Blog de Cultura Gamer :: Says:

    [...] de Magic Pen é questionável. Ele é praticamente idêntico (exceto por alguns recursos) ao game Crayon Physics, um game simples da Kloonigames, fundada em setembro de [...]

  424. Magic Pen - Flash Games | The Videogamer Says:

    [...] gioco si rifà a Crayon Physics sia nello stile che nel concetto stesso, ma Magic Pen ha però dalla sua che è un gioco in flash. [...]

  425. sfjalar »  Crayon Physics Says:

    [...] [...]

  426. InSomeone'sHumbleOpinion.com * 2D-Vergnügen Says:

    [...] Crayon Physics [...]

  427. oyun Says:

    , Technology Greg Verdino points us to a little game called Crayon Graphics by KlooniGames.

  428. Xoftware Libre » Blog Archive » Crayon Physics, juego de física y creatividad Says:

    [...] Crayon Physics Más información sobre Crayon Physics Web oficial de Crayon Physics Video de Crayon [...]

  429. evanroberts.com » Numpty Physics… and more. Says:

    [...] Watch the YouTube video on the site, and you’ll see what I mean. I have yet to try “Crayon Physics” though. I’m sure it would be just as [...]

  430. DieHard Says:

    Great game!!!
    I’m totally ubsessed about the game
    but i’m a little confused…the youtube video shows all these cool things that are in crayon physics *deluxe* but if you haven’t created it yet how can the video exist?
    I also observed that my friend has crayon physics on his ipod touch….i tryed playing it and it was great! you could make any object you want, even circles which i thought were only available for the deluxe version…sorry if this all sounds weird but i’m very confused….I love the came…good luck with everying! ^_~

  431. Now I want to build a Trebuchet in my backyard « Thumb Butler Says:

    [...] a flag, or knocking some blocks outa the way.  With 26 levels, it keeps me satisfied longer than Crayon Physics, and time I spend feels almost educational.  Seriously, they should use this in schools to teach [...]

  432. Walking Randomly » Magic Pen - Another crayon physics clone Says:

    [...] Pen is a flash based game by Alejandro Guillen that is unashamedly a rip-off of inspired by Crayon Physics - the freeware physics-based game that has been a runaway success for its author, Petri Purho. They [...]

  433. raphiballz Says:

    can everyone tell me when the real game will be available plz ? =/ aproximately

  434. Crayon Physics, juego de física y creatividad « Donovan Secret Blog Says:

    [...] Crayon Physics Más información sobre Crayon Physics Web oficial de Crayon Physics Video de Crayon [...]

  435. Nerdvana » Blog Archive » If only Physics class had been more like this… - EastValleyTribune.com Says:

    [...] my never ending quest to find cool ways to waste time on the internet, I came across Crayon Physics.  Like all of the best games, the object is simple: move the red ball to the star on the screen.  [...]

  436. Spore Community - Crayon physics Says:

    [...] I find it quite fun. It’s a physics game where you have to draw stuff to complete each level. Crayon __________________ I wanna live till I die, no more, no less. [...]

  437. Waste Time at Work! | Blogbdon Says:

    [...] Probably the most fun game ever (and educational too!): Crayon Physics [...]

  438. 国产游戏《泰坦尼克》 | 得意的:一个好东西的目录 Says:

    [...] 物理游戏和重力相关,玩起来都有点自己像上帝的感觉,在里面你就是像孩子般在沙滩上堆城堡的“上帝”,半天用沙堆起个城堡,戳一下,垮掉了,没有什么情节,但是傻傻地乐。就像上帝,看着自己造的人在眼皮底下瞎忙活,自己有一套规律却其实是被上帝创造出来为了看着找乐的。下面介绍2个这类游戏先:Phun 这个游戏最近新出。需要下载,我本来还以为是个在线游戏呢。游戏虚拟现实中的东西的形状、重量,以及相互之间的关系。这里是cnbeta上的文章有简要的游戏介绍。这里是游戏的下载地址,windows和linus版本都有了。Crayon Physics/蜡笔物理学来自Kloonigames,这个游戏稍早前发布,也是下载可玩,免费,创作公用协议的。得了“独立游戏节”大奖。链接:蜡笔物理学(Crayon Physics)过关演示。Kloonigames网站开始于2006年。我之前有点纳闷,这些活雷锋开发者他们开发了游戏来不是靠这个卖钱,他们脑子在想什么?是因为国家有健全的社保?哦,后来在Crayon Physics开发者的自我介绍中读到了作者的初衷。作者是个赫尔辛基的学计算机科学的学生,1个月开发免费小游戏是他的一个增强自己游戏体验的方法。这些独立游戏符合小而美的精神,符合“Dogme2001”游戏宣言倡导的游戏开发精神——大型、暴力的游戏不应该是游戏的全部。 [...]

  439. schneider’s blog » Blog Archive » Kurzweiliges: Crayon Physics Says:

    [...] mit Buntstiften gemalt haben und in ihrer Fantasie das gemalte zum Leben erweckten, gibt es im Kloonigames blog nun cooles Spiel. Die Crayon Physics Oberfläche sieht aus wie von einem Drittklässler gezeichnet [...]

  440. SHodan Says:

    wow I would totally have paid 60$ for crayon physics deluxe seriously !

  441. Aurora Says:

    Hi Kloonigames people,

    From Infonomia, a company based in Barcelona who is dedicated to connect & dynamize unquiet minds from different fields through events , publications, tv and projects. we contact you with the aim to ask for your cooperation for our exhibition space materials at our upcoming signature event, ifest08.

    The iFest is an event of 3 days of duration that is celebrated annually and that it contacts to 400 restless minds of the art, the science, the technology… to international level, through conferences, activities, spaces of dialogue, and an exhibition of innovative objects in which we would like to count on “Crayon Physics Deluxe”.

    Please contact me if you interest to collaborate with us in ifest08 exhibition.

    Best,

  442. links for 2008-04-18 « Donghai Ma Says:

    [...] Kloonigames » Blog Archive » Crayon Physics (tags: games physics drawing crayon fun education whiteboard interactive kids science programming) [...]

  443. sfjalar »  Gagn og gaman með Crayon Physics Says:

    [...] nemendum mínum á starfsbraut FB og í stuttu máli sagt þá sló það eftirminnilega í gegn.Crayon Physics er stórskemmtilegt sköpunarverk Finnans Petri Purho en hann hefur sett sér það metnaðarfulla [...]

  444. Ernesto Says:

    Achei o jogo maravilhoso! Pelo que puder ver, estimula grandemente a criatividade e imaginação, de adultos e crianças. A música também é maravilhosa, mas é extremamente curta e depois de um tempo jogando torna-se cansativa.
    Meus parabéns à todos que participaram deste projeto!

  445. παίζουμε; « Gatouleas Says:

    [...] Crayon Physics [...]

  446. Crayon Physics | Sonic-Reducer Says:

    [...] Hier geht es zur Internetseite mit dem Download [...]

  447. freak Says:

    Клёвая шняга. Я, правда, быстро прошел(10 мин), наверное быстро, но очень прикольная

  448. Hoshi, internet and more » Blog Archive » Magic Pen - giochino geniale Says:

    [...] fa mi ero impattuta in un programma fantastico chiamato Crayon Physics, un simpatico gioco in cui bisogna far arrivare la pallina alla meta disegnando con il mouse gli [...]

  449. MacLovr Says:

    Do you plan to either release this prototype or the completed version (Crayon Physics Deluxe) in a Mac compatible format? A friend showed me it and the YouTube video and it looks amazing and exactly the kind of game I’d play for hours… Please, if you can. :D

  450. Kleiner Zock für Zwischendurch « MeZo Games Weblog Says:

    [...] Download Crayon Physics: KLICK [...]

  451. nothing blog from outer space : Flash-Physik-Engines und ihre Performance Says:

    [...] Einer der Pioniere in diesem Gebiet ist Box2D, das für C geschrieben wurde. Das Spiel Crayon Physics, in nur fünf Tagen entwickelt, ist sicher eine der witzigsten Anwendungen dieser [...]

  452. Niklas Wagner Says:

    I love this game. Please release it also for Pocket PC.

  453. Rod Says:

    Good fun! Very creative! An island away from all the shooting games… :P
    some critique though… It would be nice to have some more shapes available, at least triangles :)

  454. Dario Gimenez » Proyecto: Desarrollo de contenidos para una pantalla táctil Says:

    [...] Creo que sintetiza la simplicidad y jugabilidad en un adictivo juego. Pueden bajar el juego desde aca. [...]

  455. TeqSmart » Blog Archive » SMART Board games! Says:

    [...] It’s got physics in the title of the game so it must be educational right! The object of the game is to guide a ball to a goal point marked by a star. The player does not have direct control over the ball, but can interact with it by drawing shapes with the SMART Board (e.g., ramps to allow the ball to roll from one platform to another and blocks to drop on the ball to start it moving). As you can see from the video I am not very good at it! See if you can do better by downloading it from here. [...]

  456. Digital Confectioners Team Blog » Blog Archive » Sometimes you just need to sleep on it. Says:

    [...] rather well. Even if they are small and thin. The idea was actually inspired by the author of Crayon Physics (which by the way, is a fantastic game that all of you should buy), Petri Purho. He said that [...]

  457. Doug Chase Says:

    Hi Pietro,

    Nice work. You’re getting press for this. I read about it in Fortune magazine.

  458. Xtreme-gameZ - Vive En Tu Mundo, Juega En El Nuestro... Says:

    [...] 24) Crayon Physics [...]

  459. Will Says:

    Awesome Game!!
    For the Deluxe, HURRY UPPP!!! :-)

    I have a suggestion, allow users to create, upload & rate puzzles. So you’ll have user generated content as well. And one hell of an addictive game.

    Just bring it out!!!

  460. Robert Says:

    It’s one of the most enjoyable games I’ve ever played!! I’m in love with it! I can’t wait for the full version!! Please, hurry!:-):-)

  461. wasted my morning on.... crayon physics - DesignersTalk Says:

    [...] on…. crayon physics not sure if it’s been posted here before - search didn’t find anything. Kloonigames

  462. bob Says:

    i’m waiting for the new Crayon Physics Deluxe. how long does it take, til its finished??

  463. A MAZE. Festival » Blog Archive » Physik spielend verstehen Says:

    [...] Crayon ist ein 7 Tage Projekt von Petri Purho (Helsinki Polytechnic, Finland) link crayon [...]

  464. 김유정 Says:

    ㅎㅇㅎㅇ

  465. Scientist Says:

    Oh my, you get so many comments every day. And everyone is waiting for the real crayon physics deluxe. A counter to the release would be great.
    Have a good time and all the best with the release ;)

    Christian
    DigitalWorlds

  466. Crayon Physics | Sedikit berbau Fisika » TCP/IP = Tempat Cari Pelajaran dan Ilmu Pengetahuan Says:

    [...] game yang mirip dengan permainan ini dan bertujuan untuk mengambil bintang seperti game yang ini. Crayon Physics adalah game yang sangat menarik karena membutuhkan sedikit pengetahuan kita tentang fisika. Dimana [...]

  467. Sheriff Says:

    You’re not going to release Deluxe, are you? This is all a tease, isn’t it?
    I think this is just a binary lap dance…PLEASE, CAN I HAVE ANOTHER????

  468. Juegos Para El iPhone/iPod Touch | FePe55 Says:

    [...] físicas, pero apunta a juegos, así que puede contar. Por defecto viene con una adaptación del Crayon Physics de Kloonigames, pero se le puede añadir muchísimos niveles más, directamente descargándolos [...]

  469. Diego Says:

    quiero saber cuando sale este juego??????????’

  470. Diego Says:

    El deluxe…. no el normal

  471. pieter Says:

    this is such bs - you said only a few days and now it’s back to 29 days!!!!! tell us the truth, when will this game be out.

    i am a physics teacher - my kids LOVE your game… i let them play it when they behave. they still have no clue how to beat it… so i have to do it for them!!

  472. Crayon Physics, un jeu très prenant ! » Le Blog de David :o) Says:

    [...] Pour ceux qui n’ont pas eu le temps de noter l’adresse au début de la vidéo, c’est là que ça se passe : http://www.kloonigames.com/blog/games/crayon [...]

  473. bladi Says:

    este es un buen juego, interesante, espero el release 2

  474. Fisica & Entretenimiento:[Crayon Physics] « Noseke’s Weblog Says:

    [...] Fisica & Entretenimiento:[Crayon Physics] Aquí traigo de nuevo un par de simuladores de física que tanto gustan en esas tardes sin mucho que hacer. En este caso se trata de Crayon Physics. El objetivo es simple, debemos trazar con el ratón figuras geométricas que ayuden a la bola a llegar hasta la bandera. Bajo este concepto encontramos un juego que por su simpleza puede engancharnos durante horas buscando distintas soluciones en un mismo escenario. Puedes descargarlo aqui [...]

  475. Fun with crayons « Buffalo GameBuffs Blog Says:

    [...] flash crayon game and a bonus crayon game.  Before the Magic Crayon game there was a game called Crayon Physics.  I wanted to post about it months ago but it is not a flash online game and you have to download [...]

  476. cirrus Says:

    i wait the r2

  477. Giving Some Crayon Love « The Crayon Virtuoso Says:

    [...] in the title. I came across some interesting things. First was not a blog, but a game. Crayon Physics is part of an experiment by Petri Purho to create a freeware game every month. For this one: [...]

  478. OLDSKULL WEBSITE! » Crayon Physics, puzzles gratuitos Says:

    [...] Crayon physics es un juego que he visto anunciado en la Xtreme de este mes y me ha parecido una pequeña obra maestra de la diversión, os comento… [...]

  479. Phun 3.5 Says:

    [...] under: Gaming, Software, Education, FreewareFor (let’s say) “phans” of Crayon Physics, Phun 3.5 is a similar kind of physics simulator created by Emil Ernerfeldt for his thesis at [...]

  480. Phun 3.5 | MacBlogs.net Says:

    [...] under: Gaming, Software, Education, FreewareFor (let’s say) “phans” of Crayon Physics, Phun 3.5 is a similar kind of physics simulator created by Emil Ernerfeldt for his thesis at [...]

  481. AppleRag » Blog Archive » Phun 3.5 Says:

    [...] under: Gaming, Software, Education, FreewareFor (let’s say) “phans” of Crayon Physics, Phun 3.5 is a similar kind of physics simulator created by Emil Ernerfeldt for his thesis at [...]

  482. Phun 3.5 | Apple News Says:

    [...] (let’s say) “phans” of Crayon Physics, Phun 3.5 is a similar kind of physics simulator created by Emil Ernerfeldt for his thesis at [...]

  483. iLearn Technology » Crayon Physics Says:

    [...] it is: Crayon Physics is a freeware puzzle game. The object of the game is to guide a ball to a star. Students do not [...]

  484. hirn → internet - you don't want to read this. » Blog Archive » GTA IV and Upcoming Titles Says:

    [...] to work well, yay. I hope this kind of puzzle-physics game is more my kind of thing than games like Crayon - the possibilities of drawing your own objects is just a way too confusing concept for my [...]

  485. FINEFIN spielt… Says:

    [...] in denen Sie mit der Maus Objekte malen, die sich dann physikalisch korrekt verhalten, allen voran CrayonPhysics. Phun ist von allen jedoch am umfangreichsten. Es handelt sich nicht um ein Spiel, sondern eher um [...]

  486. Mystical Says:

    Some guy at newgrounds.com created Magic Pen…. It’s quite the same and has some cool features.. Try it!!

  487. IKTeroak :: Ikasi jolastuz :: May :: 2008 Says:

    [...] Crayon Phisics: aurreko batean eman genuen, blog honetan bertan, joku honen berri. Oinarrizko bertsioa da oraindik deskargatu daitekeen bakarra baina laister kaleratuko omen dute Deluxe bertsioa. Egokiago ikasle gaztetxoentzat, Lehen hezkuntzako azken ziklokoentzat, adibidez. Bila aritu banaiz ere, ez dut inon aurkitu zein plataformarako diseinatuta dagoen baina nik esango nuke Windowsen soilik erabil daitekeela. Hona beste bideo bat: [...]

  488. Phun 3.5 : Apple, Mac, iPod, and iPhone Experts Says:

    [...] (let’s say) “phans” of Crayon Physics, Phun 3.5 is a similar kind of physics simulator created by Emil Ernerfeldt for his thesis at Umeå [...]

  489. Cyberllama.NET » Blog Archive » Crayon Physics Says:

    [...] (screenshot shown below) and simpler version, a game made in 7 days, is available to download HERE. But still worth downloading to get an idea of what he is trying to [...]

  490. Dave Says:

    I downloaded the game to have a try but it didn’t work, of course, because I have a Mac.

    Do you think you could mention somewhere that it’s a Windows game?

  491. 윤영현 Says:

    it looks very fun!!

    send the game for me ,please

  492. Ahmet Turan Says:

    This game is very beatiful but it’s very short thank’s for everything from everyone…:)

  493. jeff Says:

    I have downloaded the file more than once, but crayon.exe does not seem to run?

  494. Scientia potentia est Says:

    [...] the Crayon Physics game but you don’t have to download anything (it’s in [...]

  495. Oxeye Game Studio » Blog Archive » Having a Beer or Two Says:

    [...] of the indie celebrities, namely Petri Purho, maker of IGF 2008 winner Crayon Physics Deluxe and Crayon Physics, Erik Svedäng, maker of the very much talked about Blueberry Garden, and Martin [...]

  496. Taryon Says:

    Great game!!! Can’t wait to see the deluxe! Love the atmosphere of the game…so relaxed…8->…..If you want, I could try to help at making levels for the Deluxe:D:D I’d like that:D:D

  497. aisling Says:

    this is SUCH a relaxing game.

    you need to market this to wiiware.

    can’t wait for the Deluxe!

  498. Shelby Says:

    I would love to see this game publish for the Wii as WiiWare. My boys just love the demo and I think it would make a GREAT Wii game.

  499. dasistdasen.de » Magic Pen Says:

    [...] Pen ist ein netter Klon von Crayon Physics. Mit einem Wachsmalstift zeichnet man einfache Formen, über und mit denen man einen kleinen [...]

  500. Taryon Says:

    As I said, I made 4 levels for the game. Download the pack here:

    http://www.morpheussoft.110mb.com/soft/levels_tayron.zip

    Have fun and I hope they’re good;)

  501. alex Says:

    Hi, why don’t you make that game for mac too? I love it!

  502. skannerz22 Says:

    crayon physics is good i found this game called marker world VERY SAME to crayon physics deluxe but i reckon when new crayon game comes out it be much better cuz u can draw cars witch actly move!!!!! and u would get more levels so wooooooot go crayon physics deluxe for now i’ll play marker world then new crayon meh

  503. Crayon Physics, juego de física y creatividad : Xoftware Libre Says:

    [...] Crayon Physics Más información sobre Crayon Physics Web oficial de Crayon Physics Video de Crayon Physics Entretenimiento, [...]

  504. David Says:

    Great game!

  505. Draw Physics | Games Bolg Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  506. jm Says:

    You need to copyright your work because a lot of people are copying it without licensing your idea.

    http://www.maxgames.com/play/magic-pen.html

  507. Golf Games For Computer Says:

    Golf Games For Computer…

    This isn’t the game in that YouTube video!The YouTube game is called Crayon Physics Deluxe and[...]…

  508. parsa Says:

    برو بمیر کثافت دیوانه

  509. Rob D Says:

    C’mon get the lead out and put crayon physics delux out already you f’n slacker

  510. wow gold » Blog Archive » Draw Physics Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  511. Phper Home » Draw Physics Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  512. Phper Home » Archive du blog » Draw Physics Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  513. Draw Physics | wow gold Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  514. 101 videogichi da per Pc a gratisse! :P « PCTUTORIAL Says:

    [...] Crayon Magazine Giochiamo coi pastelli a cera! [...]

  515. Kloonigames » Blog Archive » Planet of the Jellies Says:

    [...] is the 1 year birthday of Crayon Physics. The game was released 1st of June 2007. With everything that has happened it’s somewhat hard [...]

  516. voicu Says:

    This is the coolest game I’ve ever played. You should continue the work, it can become a great game.

  517. Pálesz feljegyzései » Zsírkrétás fizikás játék Says:

    [...] a cucc prototípusa letölthető. A videóban látható verzió még nincs készen, de azt ígéri a készítő, hogy amint frankó [...]

  518. 오노 장난? Says:

    아나 장난??

  519. JM Says:

    For someone who claims to write a game every week, you’re sure taking a long time getting Crayon Physics released. It’s been about a year since you released the prototype!

  520. Crayon Physics | Vageante Says:

    [...] Crayon Physics es un juego de rompecabezas diseñado por Petri Purho. El objetivo es guiar una bola a un punto de llegada marcado por una estrella o, en el nivel final, varias estrellas. El jugador no tiene control directo sobre la bola, pero puede interactuar con ella dibujando figuras con el ratón (por ejemplo, rampas para permitir a la bola rodar de una plataforma a otra). De esta forma, el juego recuerda a juegos de rompecabezas como Marble Madness y Super Monkey Ball y juegos de aventuras como Okami y Magic Pengel. Está diseñado para Tablet PC aunque tambien podemos jugar en el ordenador con el ratón. (fuente: Wikipedia) Descarga: Crayon.zip (5,6 Mb) En Linux puede emularse mediante Wine usando esta dll MSVCP60.DLL. [...]

  521. Magic Pen (or Crayon Physics 2: Electric Boogaloo) « *My Blog Has Worms Says:

    [...] Finnish casual games student/genius Petri Purho brought the amazingly simple experimental game Crayon Physics to the world, and ever since then we’ve been hungry for more.  He reportedly has been [...]

  522. dombeef Says:

    I am on this site for more then a year now and the games here are awesome. :-) keep up the good work Petri Purho

  523. Draw Physics : wow gold Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  524. SkoleIKT » Blog Archive » Fysikksimulering, problemløsning og spill Says:

    [...] finner du her, med mulighet for å be om en epost når programmet er ferdig. Det finnes en prototype tilgjengelig for nedlasting, men denne har langt færre funksjoner og regnes ikke engang som en demo på det endelige spillet. [...]

  525. Oyunlar1 Says:

    Excellent!
    Thank you.

  526. 2k3 Blog Style » Blog Archive » Crayon Physics Deluxe Says:

    [...] of use have tried the original Crayon Physics where you could draw different squares to get the ball to the star, and then advance to next level. [...]

  527. Daniel Says:

    Awesome, very good idea, please finish this game and of course, add more levels!

  528. Independent Games mit guter Grafik und überzeugender Physik | Digitale Welten Says:

    [...] JellyCar genannt, ausgedacht und programmiert von Walaber. Vom Grafikstil erinnert das Spiel an Crayon Physics. Vom Spielinhalt unterscheidet es sich aber gewaltig: Man steuert ein kleines Auto durch eine bunte [...]

  529. Techtips, Software Reviews and More » Crayon Physics Game Says:

    [...] Link to their Homepage: http://www.kloonigames.com/blog/games/crayon [...]

  530. Razrcut Brooks Says:

    ***UPDATE*** The creator is contemplating selling the rights to Deluxe to a major game/console maker. Do not expect a free download here. He is literally “selling out”…Too bad he ignores this blog too….

  531. Douche Says:

    # jm Says:
    May 23rd, 2008 at 12:24 am

    You need to copyright your work because a lot of people are copying it without licensing your idea.

    http://www.maxgames.com/play/magic-pen.html

    Wow, in the credits he gives credit to Petri Purho and thanks him for making Crayon Physics.

    I played through that entire Magic Pen game and it’s pretty good, You really have to get creative. Once I finished all of the levels I went back and completed some of them in less shapes (dramatic changes like 54 shapes to 4 shapes) just because I found out how to do certain things as I played.

    I only wish Crayon Physics Deluxe was released, as do so many others. I’d have such a blast with it! :’(

  532. Crayon Physics « Helljuan’s Weblog Says:

    [...] Web del autor: http://www.kloonigames.com/blog/games/crayon/ [...]

  533. mE Says:

    Great work, really. My respect.

  534. Crayon Physics | BlueSunCorp Says:

    [...] http://www.kloonigames.com/blog/games/crayon/ [...]

  535. jorge llamas Says:

    how download this game complet

  536. logr Says:

    Hello Petri!
    Well I just wanted to post a birthday comment, it’s been a year since I first wrote my first one. It seems that this game is still attracting people! Well it’s probably because of the Youtube video but it seems the comments have changed a little.
    At the beginning it went like “An editor, please” or “Please make more levels”. Then with the video it became more like “Why can’t I draw shapes like in the video?”. Then “Hurry up with CPD, stop your monthly games [...]“. But now comments deal with copyright and MagicPen and so on.
    I’ll just say that this year monthly games (well except for Cancer War) have really been entertaining.
    Keep up with the good work!

  537. Free Game - Planet of the Jellies Says:

    [...] the mind that brought us the superb Crayon Physics comes the brief little match-3 type puzzle game, Planet of the [...]

  538. Blake Bernhard Says:

    Hello Guys,

    FYI i think you have just been ripped off say this today

    jsut though you might like to know as i am a big fan of ure stuff

    http://www.miniclip.com/games/magic-pen/en/

  539. Kevin Neberman Says:

    Best game ever… Well almost but a close second for me! So simple yet fun. I play the same few levels for hours when bored at work. Thanks again! Can’t wait for the final release, I am crossing my fingers that it comes soon.

  540. reduct101 Says:

    Found out about the game on YouTube (the Deluxe preview) and thought it looked too good to be true… How wrong I was :)

    Love the game (and the extra levels) for its simple genius, just like the classics. Hypnotic soundtrack too.

  541. S Says:

    It’s actually quite possible, and FAIRLY reproducible to solve all the puzzles but the last with a single box. I think I need three for that one… no wait, I just figured out how to do it in two. So yeah, one box per star. I’ve done em all twice now this way. :D

    \o/

  542. skannerz22 Says:

    I hope the new crayon delux comes out soon i wish it was already out i LOVE THE GAME

  543. Ich Says:

    Look at this, its like Deluxe!!!
    http://www.miniclip.com/games/magic-pen/de/

  544. Draw Physics : Phper Home Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  545. jjdd Says:

    perfect perfect perfect…

  546. NoName Says:

    Hey, where is CRAYON PHYSICS DELUXE !!!! I wait, wait , wait, wait and wait…

    On German:
    Wo bleibt das Spiel? Habt ihr damit aufgehört???

    On English:
    Where is the game? Have you stopped?

    On French:
    Où est le jeu? Avez-vous donc cessé?

    But the prototype is cool..

    But I am sad because Crayon Physics Deluxe…

  547. Cmidget Says:

    I downloaded the game but I get a blank page when I go to open it. Is this for Mac only or something?

  548. Orbits » The WaterBoard Says:

    [...] Ce jeu, ersatz du concept Le Crayon , activera vos méninges malgré un soleil harrasant. Partager : Ces icônes sont des liens vers [...]

  549. Robert Noakes Says:

    I was wondering whether I would be allowed to/or able to put this game on my school website as it is such fun?

  550. admin Says:

    @Robert Noakes: Yes it’s okay for you put this prototype for your school’s website.

  551. umakooSTUDIO » Blog Archive » Crayon Physics 제작자의 새 게임 Says:

    [...] Crayon Physics의 제작자가 만든 새로운 게임. 제목은 Jimmy’s Lost His Toilet Paper. 지미가 자신의 휴지를 찾기 위해 모험을 떠나는 대서사시.. [...]

  552. neil jackson Says:

    Hi Petri
    You must realise you are onto a winner with this concept. have just seen pocket physics - another winner. There is so much to explore with this concept and it is as straight forward as looking in the kitchen, amongt other places. For e.g. bring in some water, other evry day objects. There is no end to the creativity you can employ for this. You must realise you are talking major success in the gaming world with royalties etc. I think you need to talk to a manager or something, someone that can sort out copyright and gaming rights. So far the big boys have left your concept alone I think - they will surely find a way to rip off the concept and build a money spinner game before you if you don’t get a move on.
    You might even have a chance of going to one of the biggies, a company like nintendo and receive royalties for life - this game is like tetris - never going away, never die.
    Hope you get all you deserve for this - great effort.
    neil

  553. good Says:

    It’s so Great !!!!

    Wow!!!~~~~ ;-)

  554. kibaj Says:

    To be honest, I think the development is taking way to long. People stealing you’re idea is inevitable at this point. Taking you’re time is one thing, talking about publishing a game without showing results is going ‘Duke Nukem Forever’-style, and even they show some result after 10 years. lol

    Just give us something. :) Even if it isn’t a working version of the game, just a new movieclip or something. So we can know you’re still working on it. You’re elected the best indy-game-developer for a reason, so prove it once again. :)

    I love your work man, I just get a little frustrated after about a year. I wish you succes.

  555. Magic Pen: Jugar con la física: BlogJuegos Says:

    [...] Guillen (autor de Spin de The Black Circle), y tiene un funcionamiento similar al conocido Crayon Physics, (el enlace corresponde al prototipo, la versión definitiva no ha salido todavía) a cuyo autor, [...]

  556. 7th Realm Release News Says:

    Great work.

    My new blogs hits increased rapidly when I put your link onto it.

    I am really looking forward to seeing the next version.

    All the best.

    http://www.7rlog.wordpress.com

  557. » Has anybody here played Crayon Physics (PC game)? Says:

    [...] I just heard of the game today. I downloaded the demo from: http://www.kloonigames.com/blog/games/crayon [...]

  558. Crayon Physics Deluxe « Fl64’s Weblog Says:

    [...] Потрясная, приятная, красивая, живая, но жаль что пока короткая игрушка. Проходиться на одном дыхании http://www.kloonigames.com/blog/games/crayon/ [...]

  559. Physik Spiele - hilferuf.de-Forum Says:

    [...] Hier ein Video zu dem Spiel: Crayon Physics Deluxe auf das Video klicken, hier das Spiel: Kloonigames Blog Archive Crayon Physics auf Download klicken __________________ Die Hook hat erheblichen Ohrwurm-charakter. Stellt euch [...]

  560. Rand Says:

    Hello,
    I played this game a few months ago and I really have to say how cool is the game concept. But now, I’m really sad because I’ve watched how your wonderful idea has been used in a commercial game for wii, pc an nds. You should see the next video:
    http://www.gametrailers.com/player/36812.html

    Anyway, your game is great, keep it up.

  561. Tayron Says:

    wtf man? it’s been more than a year!!! In this time you could have added about 500 levels!!! Release the damn game! If your montly games are done in a week, as you say, that leaves you with 3 more weeks!!! Oh, and how about you start ANSWERING in this blog? Yes, I’m pissed off!

  562. collect the stars « olá Says:

    [...] physics, joguinhos de física, phun O nome do jogo é Crayon Physics. O objetivo é coletar as estrelas, empurrando a bolinha, desenhando quadriláteros (!) ou linhas [...]

  563. Gry planszowe Says:

    Fajna strona, znalazlem ja przypadkowo ale teraz bede tu wpadal czesciej, pozdrawiam

  564. paul Says:

    Crayon Physics is the bomb! I love it>

  565. Check out ‘Crayon Physics Deluxe’! Amazing… « Y.I.P.C.A.N.J.O Says:

    [...] “deluxe” version isn’t available yet, but you can download the older version which is still a lot of fun to [...]

  566. Best freeware games of the year « Puppystuffer’s videogame blog Says:

    [...] Ups: JelloCar Crayon Physics Ninjah Best Abstract Game: Echoes Great whooshy graphics and an extra minigame, all with lots of [...]

  567. OpenCombatClan (gameclan!) Says:

    Its seems that DELUXE take a long time.
    Plse dont give up!

    Make deluxe a reality!

  568. hj_psycho Says:

    I loved the demo version of Crayon Physics, and have been waiting for the Delux to come out. There is a game called Magic Pen that is stealing your ideas pretty hard core. Might wanna look into that.

  569. Crayon Physics [周末游戏计划] — 绿色软件联盟 Says:

    [...] Crayon Physics 是一款非常有趣的物理游戏,目的是让画面里的小球接触到五角星 [...]

  570. Fantastic Contraption - Page 8 - Fires of Heaven Guild Message Board Says:

    [...] Kloonigames

  571. Following Meeting - A Link Dump! « a wooden workmate Says:

    [...] Here is the blog of the Crayon Physics dude: [...]

  572. Marco Says:

    Hi, I’m very interested knowing where the deluxe game is going to be released.

  573. thewebtechreviews Says:

    I too loved the demo of CP, good job, have you considered making an XBOX version and make it a DLC?

  574. Кулинар Says:

    Скачал, посмотрел, отличная игрушка! *THUMB_UP

  575. Dennis Says:

    I dont suppose the game will be playable on mac pretty soon?! I only work with mac, but its a damn shame I cant play this game. it has such a calming atmosphere that playing this game once in a while will help anyone under stress. the song ghost lullaby fits this game so perfectly that its scary.

    please let me know if it is or will be playable an mac.

    take care

    Dennis

  576. Ragdoll Cannon - Пете Пурхо и не снилось | Инди игры | Independent Games Blog Says:

    [...] помнят Великую и Ужасную Прекрасную игру Петри Пурхо Crayon Physics Deluxe (которой, к слову, два месяца назад исполнился год). Чем [...]

  577. Douche Says:

    @kibaj

    People may steal his idea but if he has truly been working on it this whole time there is no way in hell any other versions will come close to as good as his.

    Also the “Duke Nukem Forever”-style is called vaporware.

  578. crayon physics Says:

    [...] can download a free demo of the old version here. And no, you don’t need a tablet [...]

  579. Review: The Magic Toy Chest | GameCyte Says:

    [...] with an open-ended physics game. On the other hand, open-ended physics games are pretty easy to find for free these days, and The Magic Toy Chest sells for $19.95. So, just how magical a chest are we talking [...]

  580. hiphper » Blog Archive » Draw Physics Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  581. David Says:

    always extend in 30 days!

  582. Programas e jogos demonstrados no encontro no Interativo « Aprendendo Juntos Says:

    [...] http://www.kloonigames.com/blog/games/crayon [...]

  583. Progressor Says:

    If this isn’t the game from the youtube video, where can I find the game of the video?

    Thnks in advance for telling me.

  584. taparuere Says:

    when will it com to Windows Mobile?

  585. No Continues » Indie Play #2 Says:

    [...] Crayon Physics @ Kloonigames.com [...]

  586. Interesting little Pc Game « K-Log Blog Says:

    [...] Physics Deluxe is a sequel to the popular freeware game Crayon Physics. Or you can think of it as the game I would have created if I would have had more than 7 days to do [...]

  587. Chris Sullivan Says:

    Is there any way that after deluxe is released, someone can make a version for mac? Thank you all so much! -chris

  588. hi-tech Says:

    Thanks for article

  589. Juegos experimentales « Hermoso día… Says:

    [...] Para ir haciendo boca, en su blog colgó un prototipo. [...]

  590. El blog personal de Edgar Seoane: Diseño interactivo, ciencia y juegos. | Crayon Physics Deluxe Says:

    [...] El juego no está terminado todavía, pero promete ser muy adictivo, además el peculiar estilo de juego abre un sinfín de caminos posibles, para cada una de las pantallas. De momento sólo podemos esperar pacientemente a que terminen esta delicatessen. Aunque si no tienes paciencia puedes descargarte la anterior parte: Crayon Phisics [...]

  591. kkteacher Says:

    這個軟體真是好玩,應用在課堂時,學生也很喜歡,真是佩服您阿

  592. Benny Says:

    Aww come on! Where is the deluxe? =((

  593. Eric Says:

    I haven’t had that much fun with a game in a long time. Played all the way to the end. Wonderful!

  594. ian Says:

    請問這個遊戲哪裡下載

  595. 乔凡 Says:

    真是一个好玩的游戏!

  596. kamyk Says:

    This game is very innovative. If you finish the deluxe version, I’d expect this to go to console gaming platforms. Particularly the NDS.

  597. Recommended Indie Games - Wire Forums Says:

    [...] you should just download it now! Last one I’ll use is completely different. It’s a bit short, but Crayon Physics is great fun It’s only 3 or 4 levels long, but due to all of the different ways there are to solve [...]

  598. dirtyfunkindustries Says:

    haha….this is awesome…..i love it!

  599. Stacey Says:

    Wow, I can’t get over how much fun this is! My only criticism comes from not being able to shut off the music ;)
    It amazes me how the simplest ideas become so addictive. thank you so much for this!

  600. Christopher Evans Says:

    Everyone in my family loves this game, and they (and me) where said when they learned that most it would be a long time before anything happens with it.

    If you would like some help with cleaning up the source code, doing documentations, tutorials, etc I willing to help. I am a window / mac developer who also doesn’t have much time, but wouldn’t mind spending time helping out on this game.

    If not that is ok, great game!

  601. Fisica y entretenimiento | Ser Padres Says:

    [...] Todavía está en desarrollo, pero podéis descargaros la versión anterior -es freeware- desde aquí. Click en la imagen para ver el video [...]

  602. Juego Crayon Physics « tu2is blog Says:

    [...] aquí lo podéis [...]

  603. good Says:

    good!!
    재밌음

  604. jay3d Says:

    I am sure you’re slammed, and I don’t believe that you are a mac developer, BUT this BELONGS on the iPhone and iPod touch. It would easily be the number 1 app in the app store overnight… @ 10 -20 bucks a pop, you’d quickly make millions! If you are ever ready to take it on, please cosider this the first request to be a beta tester, I’ve been one for a few apps now and they have been great experiences for all parties involved. Either way good luck! (I wish there were more status updates on the situation of this particular game though ;) )

  605. Jonatan Says:

    is the game ever comming out? is this the new duke nuk’em forever?

  606. Casualty Diversions: Crayon Physics | Casualty Gamer Says:

    [...] you’re looking for a fun way to waste a few hours, give Crayon Physics a download over at Petri’s blog. While you’re at it, take some time to explore the site. He releases new 7 day games all the [...]

  607. Crayon Physics : Fizik Ve Eğlencenin Buluştuğu Bir Oyun | WebRex.Org Says:

    [...] Oyun hakkında detaylı bilgi ve indirme için tıklayınız. [...]

  608. cria Says:

    Hey, why there is no mac version??

  609. Crayon Physics | Peripecias de un domador de pingüinos Says:

    [...] él me informó ^^), descubrí un juego de esos sencillitos, pero muy entretenidos, y se trata de Crayon Physics, en el que tendremos que ir dibujando cosas que al caer empujarán una bola, tratando de hacerla [...]

  610. The World of Goo « Bloomish Things Says:

    [...] 1 person, and show off something we’ve never seen before. Another game from this project is Crayon Physics. [...]

  611. bridge directory Says:

    bridge directory…

    The TrackBack specification was created by Six Apart, who first implemented it in their Movable Type blogging software in August…

  612. adam Says:

    can someone pleas email me the set up for this my pc wont download it!!! killer__kaka@hotmail.com
    thanx

  613. heatblast378 Says:

    nice wait what ages is this game for??

  614. L’alfabeto a pois — Crayon Physics. Says:

    [...] il link porta a Magic Pen, gioco in flash ispirato a Crayon Physics. Crayon Physics Deluxe sarà il fratello minore che dovrebbe far vendere molti [...]

  615. Numpty Physics Ubuntu package « Andreas Jonsson’s Weblog Says:

    [...] game Numpty Physics. Numpty Physics is a free and open sourced clone of the popular Windows game Crayon Physics, but allows more diverse painting objects. Here is a screenshot from the title [...]

  616. LinuxJuegos.com - Blog de juegos para Linux» Blog Archive » Numpty Physics 0.2 Says:

    [...] Numpty Physics es un clon libre / inspirado en el exitoso juego Crayon Physics. [...]

  617. streitenberger.net » Crayon Physics Says:

    [...] Crayon Physics ist Spiel der Gattung “Einfach-Simpel-Genial”, das mich und sogar meine Frau seit langem mal wieder so richtig an den PC gefesselt hat. Ziel des Spieles ist es einen roten Kreis zum Stern zu bewegen, ohne den Kreis selbst zu berühren. Um das zu schaffen, muß man Linien, Kreise, Balken oder andere Körper auf ein Malblatt zeichen, damit das ganze in Bewegung kommt. Der Clou des Spieles ist die integrierte Physik, mit der sich die Objekte anschließend bewegen. Die meditative Musik rundet rundet das gelungene Spiel ab. [...]

  618. Crayon Physics | Sonderpädagogik und mehr Says:

    [...] Softonic, Kloonigames und [...]

  619. Alex Gower Says:

    create this game for wii ware please.

  620. Crayon physics Says:

    [...] Voilà un petit jeu magique. Libre et gratuit !A télécharger ici ! [...]

  621. Than Says:

    Sweet game cant wait for it to be finished

  622. absurd Says:

    GREAT JOB PETRI - YOU’VE GOT A NEW LIFETIME FAN!
    ONE OF THE BEST GAMES I EVER EXPERIENCED!
    100% age free, 100% creative, 100% addictive!

    If you write a level-editor - i’ll even suggest to marry you ^__^
    (Or maybe I just create a lot of levels to show you my gratitude…)

  623. Mode Presque Vacances : OFF | Temps Perdu Says:

    [...] dépendra donc aussi de votre capacité a effacer les preuves après installation de ces jeux. Crayon Physics de Kloonigames (grand prix du Independent Games Festival 2008) Synaesthete des étudiants du [...]

  624. Nick Says:

    Sigh .. come on Petri - will you ever finish this game, or are you just stalling all of us. I don’t mean to be rude or anything .. I do LOVE your game - thus the frustration.

    I agree that this HAS to come one the iPhone/iPod touch .. it was made for it! … and you could be very wealthy in NO time. Try it out - you got a winner here.

    But please do it before we all retire and cant use our thumbs!

  625. tietFlematype Says:

    Админчег :) У меня к тебе небольшое предложение, хоть и не по теме блога ;) Напиши пожалуйста свой обзор передачи Гордон Кихот. Особенно прошлый выпуск, про Шансон.

    Спасибо :) Удачи дружище

  626. Der "Kleine Spiele f Says:

    [...] - Thread Alles auf Kloonigames ist gro

  627. La chica de Potedaia » Blog Archive » 5 juegos adictivos para matar el tiempo Says:

    [...] Crayon physics es similar al anterior sólo que en este no hay ruedas ni ejes, únicamente hay rayas y bloques que dibujas tu mismo y que bien combinados con la gravedad llevarán a la pelota hasta la meta. [...]

  628. hiphper2009 » Blog Archive » Draw Physics Says:

    [...] Crayon Physics by Petri Purhodownload, 5.63 MB [...]

  629. afgan Says:

    no komen!!!!

  630. Ryan Says:

    Great fun. Lack of levels is disappointing but other wise fantastic bit of gaming :D

  631. Matthew Says:

    Very impressive game. It makes me laugh out loud to see how the whole structure can come tumbling down. Not many games are this rewarding. And to base it all on XML configuration… thumbs up! I’m going to start making my own levels straight away. I wish more developers would have this kind of foresight. Nice job!

  632. .:: www.LoPsT.com ::. » Post Topic » Numpty Physics 0.2 Says:

    [...] Numpty Physics es un clon libre inspirado en el exitoso juego Crayon Physics. [...]

  633. Crayon Physics Deluxe Pre-Order - At Last! | Rock, Paper, Shotgun Says:

    [...] you want to get a vague feel for this, check out the “quick and ugly” version, Crayon Physics, which is free to download. But remember, the Deluxe version bore almost no resemblance to this a year ago, so it’ll be [...]

  634. Crayon Physics Deluxe: via ai pre-ordini « The Independent Vault Says:

    [...] come esperimento ludico gratuito, Crayon Physics era un puzzle game basato sulla fisica e sull’effetto della forza gravitazionale, in cui [...]

  635. blog.biethahn.com » Blog Archive » Crayon Physics Deluxe Says:

    [...] Zum Download [...]

  636. pdg Says:

    The article is very good. I’d like to download the games and themes can visit the Sony Ericsson http://se-games-themes.blogspot.com/

  637. Walking Randomly » Crayon Physics Deluxe Available for pre-order Says:

    [...] Physics Deluxe Available for pre-order Earlier this year I wrote about a wonderful freeware game called Crayon Physics which was a demo version of an in-development game called Crayon Physics Deluxe.  The game’s [...]

  638. Tegn dig klog? « Says:

    [...] er desværre fortsat i en udviklingsfase, men en “light-udgave” kan prøves her. Idéen er, at man tegner de figurer, der skal skabe den nødvendige bevægelse i de enkelte baner. [...]

  639. The Basics of Physics « Shwaldman’s Weblog Says:

    [...] Crayon Physics [...]

  640. buckeyeswim Says:

    This game would be amazing if you didn’t have to download it and make your computer slow!!!!

  641. Pucciom’s Weblog » Blog Archive » Giochi on-line 5 Says:

    [...] Gioco per bambini da scaricare tipo Crayon (vedi mio post) per Windows e Xbox360. Questo gioco e’ l’unico da scaricare ma [...]

  642. Pucciom’s Weblog » Blog Archive » Giochi on-line 3 Says:

    [...] Crayon Quando ho visto questo gioco per bambini (che appassiona anche i grandi), mi sono emozionato. Per eseguire il gioco, dopo averlo scaricato,  è necessario lanciare il programma crayon.exe. L’ obiettivo di questo passatempo è di fare rotolare il cerchietto rosso fino a colpire la stellina con l’ aiuto delle forme geometriche create ad arte. [...]

  643. Piccoli indie crescono « The Independent Vault Says:

    [...] Purho ha pubblicato una serie di piccoli giochi sviluppati nell’arco di una settimana. Il suo Crayon physics, che diventerà presto un titolo commerciale, è un’altra innovativa applicazione di motori [...]

  644. Xooxie.com » Crayons = Fun. Says:

    [...] Totally Cool Game of the Day: http://www.kloonigames.com/blog/games/crayon [...]

  645. Crayon Physics Deluxe - GigPosters.com Says:

    [...] game is a free download. Kloonigames

  646. play tetris free Says:

    I really like tetris, I waiste all of my time at work playing it.

  647. Studio Lounge | Adam Patterson | Web Design and Photography | Crayon Game Says:

    [...] the Crayon Game. Posted in: Games on December 28th, 2007 by: Adam Patterson Previous: Night Lights Next: [...]

  648. Toyspring’s Bike Or Die: Palm OS Game — The Gadgeteer Says:

    [...] or Die is one of the rather new category of games based on physics simulators, like Line Rider or Crayon Physics. While a lot of the games in this group are not real fun to play, Bike or Die manages to combine [...]

  649. Spore Says:

    Great game. Bring back the monthly games!

  650. Joseph Says:

    Excellent job!

  651. Great Iphone apps « Rich Marr’s Tech Blog Says:

    [...] Iphone version of the lo-fi classic Crayon Physics. I’m still waiting for Crayon Physics [...]

  652. Play online games Says:

    Nice games, I never had the change to play this kind of flash games which is pretty interesting and addictive. Though the aspect is pretty simple but the game concept is great! I’ll add it to my flash portal game where you can get over 3000 games to play online.

  653. World of Goo et autres moteurs physiques at Pomme Gyver Says:

    [...] ceux qui aiment bien tout ce qui subit la gravité, il y a également Crayon Physics (qui ne fonctionne que sur Windows, lui), un jeu dans lequel on doit faire avancer une balle (ronde [...]

  654. Crayon Physics Beta, Woo Hoo! « Raxdakkar Says:

    [...] knew playing the original a year ago that despite being rough around the edges, Crayon Physics was a brilliant idea. Fast forward to December 2008 and Kloonigames has been hard at work right [...]

  655. Crayon Physics Deluxe Beta Released: Woo Hoo! « Raxdakkar Says:

    [...] knew playing the original a year ago that despite being rough around the edges, Crayon Physics was a brilliant idea. Fast forward to December 2008 and Kloonigames has been hard at work right [...]

  656. Do Some Draws - Crayon Physics Beta Demo | Rock, Paper, Shotgun Says:

    [...] The cuddly joyful happy place that is Crayon Physics Deluxe now has it’s beta demo available for anyone who’s pre-ordered. Which you really should have. You can do so here. This early behind-closed-doors demo from Kloonigames’ Petri Purho contains the first 18 levels of the game, along with access to a limited version of the level creation tools, letting you set your own challenges. It’s the first chance for people to get their hands on the Deluxe version of things, and see quite how many leaps and bounds forward this is since the original Crayon Physics. [...]

  657. Dessine moi la physique - Bientôt sur Iphone | Odenis.com Says:

    [...] Télécharger la version PC [...]

  658. Crayon Physics Gets iPhone Port in 2009 | FingerGaming Says:

    [...] PC version, Crayon Physics Deluxe, which so far has only been released to the public as a playable prototype. A beta version was recently sent to preorder holders, though a final release date has not been [...]

  659. Crayon Physics // minstyle // blog Says:

    [...] Purho ist für die Umsetzung des Spiels „Crayon Physics“ verantwortlich, welches eine menge Spaß macht und durch ein ausgefallenes Spielprinzip [...]

  660. Crayon Physics « Grand Rants Says:

    [...] original “ugly prototype” and try playing through its five levels. You can download it here for free, and after you’ve mastered that and are hungry for more (and you will be!), you can [...]

  661. Crayon Physics - Danfizzle Says:

    [...] game was created by Petri Purho via Kloonigames. Check out the video below or download it for yourself. Note that this version is the [...]

  662. Sutrisno Says:

    that good skill tracking games. it’s like IQ games and can increase the child IQ and EQ. Great adn Good Luck to tha Gamers

  663. The Best SMART Board Links, Tips, Stories and Lessons of 2008 | TeqSmart: Blogging About SMART Boards, Resources, Lessons, Training, Games... Says:

    [...] Crayon Physics: An addictively fun game that works great on the SMART Board. [...]

  664. Crayon Physics for the iPhone on video, looks great Says:

    [...] it out, and seeing another independent developer make good. I’ve been following it since its prototype release and it’s nice to see it bloom into a full-fledged product, not unlike World of [...]

  665. lee Says:

    Awsome game man, well impressed!

  666. Crayon Physics Deluxe - Disponibile ora! : PC Hacking! Says:

    [...] Se volete un consiglio comprate il gioco perché ne vale completamente la pena, e non dimenticate che è sempre e comunque disponibile il gico nella sua versione di base, Crayon Physics, scaricabile liberamente dqal sito ufficiale [...]

  667. Spieltipp « Uli’s Weblog Says:

    [...] Schon bei der ersten Version hatte ich eine riesen Spaß: http://www.kloonigames.com/blog/games/crayon [...]

  668. Crayon Physics released soon | Crackerjack Games Blog Says:

    [...] June 2007, Petri Purho (the games designer, developer, and everything else) released a prototype game, made in 5 days, called Crayon Physics. [...]

  669. ExpopeLoutt Says:

    What is bumburbia?

  670. Crayon Physics released soon » Games News and Reviews » Binary Joy Says:

    [...] June 2007, Petri Purho (the games designer, developer, and everything else) released a prototype game, made in 5 days, called Crayon Physics. [...]

  671. Crayon Physics Deluxe » Games News and Reviews » Binary Joy Says:

    [...] am sure many people buying the game will have played the original demo… So what’s [...]

  672. Crayon Physics Deluxe ya está aquí Says:

    [...] entrada (o eso pensaba, pero se ve que fué en un sueño) sobre un simpático jueguecillo llamado Crayon Physics. Se trataba de un juego que daba la impresión de que estabas dibujando sobre un papel con un [...]

  673. Reflektion und Zeitgeist » Crayon Physics Deluxe Release! Says:

    [...] Den finalen Trailer könnt ihr im Kloonigames Blog ansehen. Den Crayon Physics Prototypen gibts hier zum kostenlosen downloaden. Viel Spaß! Ich werd’ es heute kaufen (sollte es mit Paypal zu kaufen sein) und antesten. So [...]

  674. Crayon Physics Deluxe | Crackerjack Games Blog Says:

    [...] am sure many people buying the game will have played the original demo… So what’s [...]

  675. iPhone 3G в России » Blog Archive Crayon Physics для iPhone Says:

    [...] Еще один интересный игровой проект для iPhone/iPod Touch находится в процессе разработки и реализует уникальный геймплей. Игра Crayon Physics построена на физической модели. Смысл в том, что вам нужно собрать с помощью шарика все звездочки, при этом подручные средства вы рисуете сами. Кроме самой графики, неповторимую атмосферу создает еще фоновая музыка. Пока еще не вышла, есть только рабочий прототип. [...]

  676. Crayon Physics Deluxe is hier! | Gevonden worden Says:

    [...] Juni 2007 werd Crayon Physics gereleased en sinds die tijd speel ik het regelmatig. Eigenlijk is het te simpel maar het is gewoon [...]

  677. Ludus Novus » Blog Archive » I Fell in Love With the Physics of Crayons Says:

    [...] Deluxe, Petri Purho’s fully realized version of his startlingly fun 7-day prototype, “Crayon Physics.” The game lets you draw any shape, which then reacts with appropriate physics to help get a [...]

  678. Crayon Physics Deluxe | Knuition Says:

    [...] released Crayon Physics Deluxe! It’s a full game based on the prototype he developed back in June of 2007. “Crayon Physics Deluxe” is a 2D physics puzzle / sandbox game, in which you get to [...]

  679. Daniel Says:

    Amazing game, the deluxe. I am speechless, however one bug must be adressed quickly. When drawing two circles in a square close to each other and build something around them the whole structure becomes stable and you can draw and solve almost every puzzle by just one drawing that reach all across the map. Somehow, when drawing a structure with 2 circles inside it it must dissolve or something, but not become stable. Just my two cents…

  680. VideoTVFilm.com » Crayon Physics Deluxe - Fun & Relaxing Says:

    [...] Here is a version of the game called just plain Crayon Physics, its free. It’s awesome and includes the music in the video. I hope they include the music in the final release. [...]

  681. Blogxido» Blog Archive » Crayon Physics Deluxe!! Al FiN! :D Says:

    [...] Para los que no tuvieron oportunidad de checar el prototipo original, lo pueden checar haciendo click AQUI [...]

  682. Kevin Krafthefer Says:

    Hi,

    This game isn’t available natively for linux. So it encourages the adoption and use of Microsoft Windows. boo!

  683. Os 25 melhores jogos grátis para Windows | Sykey.net Says:

    [...] #16 Puzzle - Crayon Physics Download: http://www.kloonigames.com/blog/games/crayon [...]

  684. Crayon Deluxe, il nuovo Physics Game 2D - Centergeek Says:

    [...] consiglio di provare la demo, disponibile a questo link, e volendo acquistarlo direttamente dal sito web ufficiale. Altri Articoli20 Ottobre 2008 — Stile Mac OS X anche su Wordpress con Leopard Theme (0)17 [...]

  685. 挑戰創意的小遊戲 Crayon Physics Says:

    [...] 想要玩看看的朋友,可以來他的BLOG下載 [...]

  686. nike Says:

    yes!! this game is avaliable for linux.

  687. Korea Subin Says:

    It is fantasytic !!
    and funny ^ㅡ^b

  688. » Archives » Choke on my Groundhog, YOU BASTARD ROBOTS Says:

    [...] admirers of colective works of one Petri Purho, better known to us and perhaps you as creator of Crayon Physics, for there has not been a single game we downloaded from his website that didn’t amaze [...]

  689. Blog of eddy14 » Blog Archive » Debugging im Traum - Teil 2 Says:

    [...] (4:16 Uhr morgens xD) total Bock auf Spieleprogrammierung, mit Physics und sowas (Inspiration: http://www.kloonigames.com/blog/games/crayon/) Außerdem hab ich noch sowas vor (alles OpenSource => -Warez Script (One-Click Hoster oder [...]

  690. Blog of eddy14 » Blog Archive » box2d - Physic Engine Says:

    [...] guys Das Spiel was ich im letzten Beitrag mal nebenbei erwähnt hatte, hat mich nun so weit gebracht, die gleiche [...]

  691. Sally Says:

    I must say, that is pretty cool! You’ve now started my on a new journey to learn more about this and that’s the last thing I need cuz I have no time right now as it is! Thanks for a cool post!

  692. Сеит Умар Says:

    Прикольно написано и читается на ура)) ТС - вызывает море положительных эмоций!!

  693. dodo Says:

    :D

  694. Bianca Says:

    these excellent game can boost children to really think plus a factor that while playing you can enjoy hearing music,great isn”t it?

  695. CoD Says:

    Very nice Game. Thanks on developers

  696. helliel Says:

    The game is amazing.Good job.I’m hoping to see you new work.Fighting!!!!

  697. Tail Says:

    Hey, this game sucks. It’s too easy. Great delusion.
    I will wait for World of Goo 2!

  698. Crayon Physics Deluxe : PC Hacking! Says:

    [...] Per ora, Crayon Physics Deluxe, è in via di sviluppo, ma esiste una versione freeware chiamata semplicemente Crayon Physics. Io se fossi in voi lo proverei, il download è molto leggero, solo 5.6MB!! Potete scaricarlo QUI. [...]

  699. free games Says:

    Great game! I really worth to spend more time on it for playing.
    Thanks for sharing.

  700. Oyun 1 Says:

    The game is amazing.Good job.I’m hoping to see you new work.

  701. Zaubertafel - mein interaktives Whiteboard » Marker World (Konzeptdemo) Says:

    [...] von Maker World hat sich von verschiedenen Projekten inspirieren lasen - maßgeblich von Crayon Physics. So ist es auch hier Ziel, einen Ball durch eine "quasi physikalisch reagierende Welt" zu [...]

  702. Zaubertafel - mein interaktives Whiteboard » Crayon Physics (Demo) [/update] Says:

    [...] muss ich mein euphorisches letztes Posting leider doch revidieren: Die alte “Konzeptdemo” erscheint mir für den Unterricht besser geeignet und ist darüberhinaus [...]

  703. Юрий Says:

    Извините если не туда, но как с админом сайта связаться? Что-то по e-mail не отвечает…

  704. SCOTT WEGENER » Blog Archive » Sick = Suck Says:

    [...] I think that Crayone Physics Delux has got to be one of the coolest little puzzle games I have seen in a long time. Oh sure it can’t compare to masterpieces like PORTAL, but it’s a free download and sweet in its simplicity. Like Katamary. While CPD is still in development, you can download the original from Kloonigames. [...]

  705. Юрий Says:

    Информация интересная, есть о чём подумать после прочтения статьи …

  706. Филимон Says:

    Толково и грамотно написано. Спасибо автору!

  707. Eelko Says:

    I don’t speak russian like these people above, but if they’re saying Crayon Physics can be put historically next to Tetris and Lemmings, they are dead right.

    Great idea. And the Deluxe version I bought still gives me hours of pleasure, even though I’ve finished all levels in one way or another… ;)

  708. Валентин Says:

    Статью внимательно прочитал. А что нет комментариев? Очень интересно было бы прочитать мнения толковых людей, кто разбирается в этой теме.

  709. Георгий Says:

    Прямо с утра поднимаете настроение такими постами !

  710. bobby Says:

    i love dis game

  711. آدم نمای پارانوئیدی » بایگانی وبنامه (وب‌نامه (وبلاگ)) » زندگی یانه Says:

    [...] یانه: دیوانه وار مشغول بازی Crayon Physics Deluxe هستم. یک نوستالژی به معنای واقعی, دوست داشتنی و پر از [...]

  712. Fisica y entretenimiento | Un hombre solo en la Red Says:

    [...] Todavía está en desarrollo, pero podéis descargaros la versión anterior -es freeware- desde aquí. Click en la imagen para ver el video [...]

  713. William H.Millard Says:

    I dunno if anyone has mentioned this in the past. But Crayon Physics works perfectly on Linux under Wine. You just need to download a missing dll from: http://www.dlldll.org/dll-files/msvcp60-dll.html then extract and copy it into the crayon directory.

    Mine works fine, but without sound though that’s probably my fault.

  714. William H.Millard Says:

    I dunno if anyone has mentioned this in the past. But Crayon Physics works perfectly on Linux under Wine. You just need to download a missing dll from: http://www.dlldll.org/dll-files/msvcp60-dll.html then extract and copy it into the crayon directory.

  715. Daniel F. Martins Says:

    No native linux (32/64 bit) version? Too bad… I’d buy a copy of this game for sure. (just like I did with World Of Goo) :(

  716. Crayon Physics - Subaru Forester Owners Forum Says:

    [...] The original, free game. Go to the homepage of that site and poke around a bit. It’s pretty fascinating. One of my favorite games on the site: Pluto Strikes Back, his response to Pluto being de-listed as a planet. __________________ SHIFT_to_Subaru ‘04 XT, 5spd [...]

  717. Crayon Physics Deluxe - Videojuegos GameOver.es Says:

    [...] de habilidad que antepone la diversión al alarde tecnológico. En esta ocasión se trata de Crayon Physics Deluxe, un videojuego con un planteamiento tan divertido como original. El videojuego se encuentra [...]

  718. ben_young74 Says:

    May I know is it created by yourself? It looks not as simple as its appearance.
    Perhaps you all need to check and Play Free Online Games on Luv Wii. at LuvWii.

  719. Emma Says:

    how do you play it without downloading????//

  720. ben_young74..-->>http://www.luvwii.com/ Says:

    There is a kind of software to used, I think..
    Tons of Free Games to Play Online

  721. Jimmy’s Lost His Toilet Paper « M_the_C Says:

    [...] you like this then you should also try Crayon Physics that I mentioned at the start, and my other personal favourite, Druid Soccer. Possibly related [...]

  722. mike Says:

    Awesome Games …Waiting for some more games

  723. Tom Hangman Says:

    Hello all,

    Here you can play an online game, is free and you will gonna like it, send the link to your friends if you enjoy it.

    Have fun!

  724. 05Game Says:

    Nice work. Congratulation.

  725. kejwfbkwsheri Says:

    you guys need to get some lives! crayons….thats just gay

  726. Crayon Physics: disegnare e testare le leggi fisiche | Geekblog Says:

    [...] Crayon Physics è un gioco educativo che permette di disegnare con dei pastelli su dei fogli ed animare il disegno. [...]

  727. Abalakin Says:

    ДА класнно что есть знающие люди… Пишут статьи … приятно было прочитать

  728. ajitech Says:

    It’s really a amazing game. I enjoy it…… Thanks for great work..

  729. site ekle Says:

    Thank you for article. I took great pleasure to read

  730. TriDemon Says:

    The game was great but it’s crash when i load a level(.png) in editor option. Does anyone know how to fix it ?

  731. Crayon Physics « W.L. Xiong’s Blog Says:

    [...] 在PCHome有一个Crayon Physics Deluxe的破解版. 而牛人Petri Purho自己做了一个独立的免费版, 他每个月出一款游戏, 每个游戏的设计开发时间不超过一个星期, [...]

  732. boyama oyunları Says:

    The link to this game have problem. I can’t get.

    Show this message :

    There was an error processing your request; it appears to be invalid or there was an error with your conection. Please wait while your request is retried…

  733. Crayon Physics | Freekoid Says:

    [...] http://www.kloonigames.com/blog/games/crayon VN:F [1.4.7_740]please wait…Rating: 0.0/10 (0 votes cast) [...]

  734. jmleleven Says:

    1. TriDemon: the levels are .xml files. The backgrounds are .png files.
    2. I noticed that the names of the .xml files for the levels are mixed up in the .zip file.
    3. World of Goo mod for crayon physics! look at http://www.kloonigames.com/forum/index.php?topic=1134.0 for a link.

  735. jmleleven Says:

    um… why are there big spaces in between my words in my previous post?

  736. Enlaces: #2 — SUb Says:

    [...] + Física = Belleza (y ni hablar de las horas perdidas babeándonos como idiotas; más información en el sitio oficial de Kloonigames; [...]

  737. Crayon Physics (Game-Tipp) « Babbel-Net Says:

    [...] Crayon Physics Kloonigames – Monthly Experimental [...]

  738. buy_vigrxplus Says:

    Great post! I’ll subscribe right now wth my feedreader software!

  739. leonardo Says:

    por favor quiero jugar

  740. Niroshana Says:

    Hello,

    Here you can download free full version games, is free and you will gonna like it, send the link to your friends if you enjoy it.

    Have fun!

  741. wholesale Says:

    Hi,
    I have been reading this blog for some time now but never bothered to comment until today. Wanted to let you know that I am a fan and enjoy your work.
    Thanks

  742. EduWeb.de Says:

    Kloonigames - Crayon Physics…

    Spiel mit physikalischen Aspekten. You play with crayons and physics. The goal of the game is to move the red ball so that it collects the stars. You can cause the red ball to move by drawing physical objects….

  743. loudlight Says:

    I was unable to download this game, and I would very much like to do so. I have heard wonderful things about Crayon Physics Deluxe, but I thought I would try out the original beta version first.
    I am a huge fan of your games, and the Martinibomb songs used are immensely amusing. Keep the creative juices flowing!

  744. Buy Tamiflu Says:

    Buy Tamiflu…

  745. 정숙경 Says:

    i want to do it.

  746. Tobias Miller Says:

    Congratulations, nice Work! We enjoyed the game very much. Here our review of Crayon Physics deluxe in german:
    http://www.spielbar.de/neu/2009/08/crayon-physics-deluxe/

  747. metallic paper Says:

    metallic paper…

    cutting helped offset another weak period for sales…

  748. Roblog » Blog Archive » Personal Prototyping Challenge Says:

    [...] a new prototype each week of the class.  Crayon Physics Deluxe came from a prototype called Crayon Physics that turned out to be an extremely popular prototype on its developer’s page.  The developer [...]

  749. بنات السعوديه Says:

    goooooooooooooooooood

  750. El proyecto de jugabilidad experimental (EGP) | Dpad.cl Says:

    [...] mismo Petri Purho, es el creador del ya conocido Crayon Physics Deluxe, el cual tuvo su versión de prototipo en este proyecto y su versión terminada que se conoce como deluxe en versión de [...]

  751. Building a Mystery: Pseudoform, Physics, and Phun | preclectic.com Says:

    [...] the principles of physics and work their way through a goodly portion of confounding fun with Crayon Physics. It’s a pleasurable means of learning about physics that was designed by a fantastic Finn [...]

  752. 박상훈 Says:

    ㄹㅇㄹㄹㅇㄹㅇ

  753. monster golf Says:

    monster golf…

    Your topic Mr. Yuk Goes to Hudson | Labelscar: The Retail History Blog was interesting when I found it on Sunday searching for monster golf…

  754. Invoisy Says:

    like there default picture, click on the linkk myspace/flaca_ss13 HELPP ? (-=

    ________________
    [url=http://www.youtube.com/watch?v=AwkRBC6qzcE]how to unlock iphone 3g[/url]

  755. igniniopugCet Says:

    Hello, it really interesting, thanks

  756. kaan Says:

    2001 de dodum

  757. 조예린 Says:

    thet

  758. jonathan Says:

    interesting game….thanks for sharing….

  759. Ivyvan Says:

    I love this game! It got me hooked! AWESOME!

  760. Знакомства Says:

    Абсолютно солидарен с автором! +1

  761. Sam Says:

    Sounds awesome! Thanks!

  762. 황재하 Says:

    이게임 참신선하네요

  763. Laura Zaillian Says:

    Awesome. I enjoyed this! I enjoy almsot all your games and i would say, truly, this one is the stuff of the legend. I am a college sophomore with a dual major in Physics and Mathematics @ University of Canterbury in Christchurch, New Zealand. By the way, i came across these excellentphysics flash cards. Its also a great initiative by the FunnelBrain team. Amazing!!!

  764. Shashwat Says:

    I like this game… sorry can’t hold myself from saying this - this reminds me of Ross of Friends…

  765. games Says:

    download link is not working!

  766. Dr.Aap Says:

    Download link doesn’t work =[

  767. llcoolsh Says:

    Hi, master!

    Excellent game! But it needs another levels. I can help you to create other levels!

    P.S. where did you find music?

  768. 문수효 Says:

    키번호를 몰라요

  769. online stock trading guru Says:

    Hey very nice blog!!….I’m an instant fan, I have bookmarked you and I’ll be checking back on a regular….See ya

    I’m Out! :)

  770. cshane Says:

    Great game!

  771. Taylor H. Says:

    hey, this game is really quite fantastic! I have it on my iPod Touch. Brilliant music too. I was thinking of making an animation, and this music would really suit it. Would i be breaking any copyright laws using the music in the film? I want to enter the film in a competition being held in April.

  772. VerbaTom Says:

    This Game is Perfect!!!!

  773. gokhan oyun Says:

    i love this game :) oyun oyunlar

  774. 조수인 Says:

    잘 부탁드립니다

  775. 조수인 Says:

    가나다라마바사아자차카타파하각난닫라라

  776. Oyunlar1 Says:

    Great game! I really worth to spend more time on it for playing.
    Thanks for sharing.

  777. virtual worlds for kids Says:

    Fantastic game! Simple and beautiful at the same time. Its a game I’ll never get tired of. GJ

  778. erotik film izle Says:

    wery nıce thanx

  779. games n1 Says:

    It’s an amazing game ! Probably one of the best I’ve seen..

  780. Prince_Porter Says:

    This is definitely a must play for anyone who hasn’t seen it yet, great stuff.

  781. james Says:

    merci :)

  782. unblocker Says:

    It’s a good catch. Thanks for the information!

  783. EastZoneSoupCube - Linklist: Games Says:

    [...] Crayon Physics – Play with crayon and physics, just as the name suggests. [...]

  784. http://www.hookedontheoutdoors.com/fishing-for-bass-with-top-water-lures.html Says:

    Great article, thanks for sharing. I’ve also started a blog for people searching for jobs.

  785. http://christianbookshopsblog.org.uk/2008/05/12/fishing-poles/ Says:

    Great article, thanks for sharing. I’ve also started a blog for people searching for jobs.

  786. odeh Says:

    I like such games . thanks a lot

  787. kathleen Says:

    i luv this game it is soo cool i first played it at school. (orsome) =)

  788. العاب بنات Says:

    Amazing game , I love it so much , I’m glade to you .

  789. العاب بنات Says:

    Very intersting post , cool game , I’m grateful to you , thank you.

  790. Choke on my Groundhog, you Bastard Robots Says:

    [...] Petri Purho most famous for Crayon Physics Deluxe which is based on his previous freeware prototype Crayon Physics. [View with [...]

  791. aroha Says:

    its a Awesome game it really fun when you are board

  792. Marjory Becze Says:

    Chad is my favorite on the show. This is by far my favorite show on television! Thanks for your post, it was awesome reading it!

  793. balloon game Says:

    interesting thank admin.

  794. bitty blog Says:

    bfbc2

  795. http://www.articlesbase.com/online-gambling-articles/playtech-casinos-know-your-online-casino-well-1989541.html Says:

    Great article above me about the casino online

  796. PlayFreeGames247.com Says:

    I was unable to download this game, and I would very much like to do so. I have heard wonderful things about Crayon Physics Deluxe, but I thought I would try out the original beta version first.
    I am a huge fan of your games, and the Martinibomb songs used are immensely amusing. Keep the creative juices flowing!

  797. Online jeux Says:

    Great games and idea thanks a lot !

  798. CC58 Says:

    I ran across Numpty Physics for Nokia N810 and was hooked. Have since tried Crayon Physics but disappointed. The N810 version is more user friendly and doesn’t force one to steer through a series of tests.

    This program could be a big hit on the new touch screen Ipad like compuers … with a few changes. If the PC version was modeled after the N810 version, but with large number of new scenarios (just 10 in N810).

    IMO, people are much more attracted to being able to pic a scenario, like Numpty,
    instead of being forced through a series of scenarios like Crayon.

    Make a new version and be an Ipad hit !!!!

  799. edith hadiansyah Says:

    very interesting.
    nice info thanks for sharing..

  800. arif Says:

    hebat

  801. boyama oyunları Says:

    Thank u for information

  802. Claude au pays des 4J Says:

    [...] http://www.kloonigames.com/blog/games/crayon Tags: crayon Comments RSS feed [...]

  803. free online kids games Says:

    Cool stuff! I’ve never seen a game like this before. Nice post

  804. Panda Says:

    the file is unavailable

  805. dot dot dot Says:

    um the link isn’t workin because the file is down or something???

  806. Zoila Rombardo Says:

    Excellent posting! I absolutely consent with you.

  807. Cara Yoxall Says:

    Very interesting blog post thank you for sharing I have added your blog to my favorites and will be back.

  808. geridonusumcu Says:

    To improve your mental game, question resolution!
    zeka gelistirmek için oyun oynayin, soru cözün!

  809. Cuny Says:

    Great Read, thanks for that!! Bookmarked!! online casino

  810. Download Ghar Says:

    Impressive! A rare game to find on the internet. I am happy that it’s license under creative common’s.I would soon link this game page from my site.

  811. Ca Says:

    caraio, que grande!

  812. Opheim Says:

    Amazing post, this really hits home with me.. I have experienced similar situations.. online casino

  813. website value calculator Says:

    Thanks a lot! really nice info…

  814. internet games Says:

    luv this website….

  815. dle 0ha web blog Says:

    nice man kenki

  816. Salvador Tropp Says:

    hey,just identified your web-site when i google something and wonder what web hosting do you use for your web site,the speed is more faster than my wordpress, i really need to know it.will back to check it out,i appreciate it!

  817. Melissamercy Says:

    This is really impressive! One of the best minigames I’ve ever played. Really nice design and good choice of music. I wish I had something constructive to say, but I’m way out of my league here. I’ll be keeping this on my harddrive.

    Play online casinos games

  818. mollygray Says:

    There’s some great points you have made. Definitely gave me something to think about.

    Well, I have been reading your blog posts daily and the reason I come on your blog frequently is its compelling content… Regards…

    pozzle bobble

  819. Madison Brown Says:

    i always download games from bittorent and emule. “‘”

  820. HID Kit Says:

    I don’t understand what you’re saying in the second paragraph. Is it only me that completely missed the purpose? Maybe Im just being cynical, either way it was a solid post. Regards,

    Corey

  821. learning methods Says:

    Thanks for all your presentations. from here I know much useful knowledge,

  822. Online Flash Games Says:

    I have played similar games on the web… Waiting for this one too!

  823. 挑戰創意的小遊戲 Crayon Physics | 視介 Says:

    [...] 想要玩看看的朋友,可以來他的BLOG下載 本篇發表於 優質設計分享。將永久鍊結加入書籤。 ← [...]

  824. mira bingo Says:

    it is a nice post i really liked it

  825. Cut It | Play Indie Games Says:

    [...] porque a brincadeira com a mesma não rendeu apenas mais um game experimental, pense nisto como o Crayon Physics (período em que Crayon Physics Deluxe era um game experimental) saindo do [...]

  826. ceaxcancy Says:

    Hi bro.
    I for the first time here.
    I wish to show to you,news Blog

    http://audrinapatridgenude.cz.cc/

  827. 전유경 Says:

    빨리 보내주세요~!!

  828. fullbet Says:

    Very good information.thanks admin

  829. Crayon Physics Deluxe: via ai pre-ordini | Indie Vault Says:

    [...] come esperimento ludico gratuito, Crayon Physics era un puzzle game basato sulla fisica e sull’effetto della forza gravitazionale, in cui [...]

  830. Piccoli indie crescono | Indie Vault Says:

    [...] Purho ha pubblicato una serie di piccoli giochi sviluppati nell’arco di una settimana. Il suo Crayon physics, che diventerà presto un titolo commerciale, è un’altra innovativa applicazione di motori [...]

  831. Isabel Russell Says:

    i download a lot of free games online and there are lots of it online..:”

  832. deals in singapore Says:

    This game is exceptional. Claps to its creators, you really made my day

  833. раскрутка сайта, оптимизапция сайта, продвижение сайта Says:

    Раскрутка и продвижение сайтов

  834. Anitha Says:

    Thank you for the information……..

  835. john alien Says:

    Easy Earning money in online never been this easy and transparent. You would find great tips on how to make that dream amount every Day.Sitting in the home earn around $100 perday. So go ahead and click here for more details and open floodgates to your online income. All the best.

    Thanks.

  836. vinyl-lettering Says:

    vinyl-lettering

  837. yard-signs Says:

    Yard Signs

  838. Sidewalk Says:

    Sidewalk Sandwichboards

  839. Decals Says:

    Decals - Personalization and Advertising Made Easy

  840. Outdoor Says:

    Outdoor promotional

  841. Steven Says:

    Just seen the prototyping video… man, the game was almost ruined several times.. glad it ended up working out the way it did in the end.. Its awesome. I would love to play the full game, I have the Ipod version.. but with other financial responsibilities i cant justify the 20 dollars… when will it go on sale on steam? Ten dollars is still quite a financial hit for a video game for me… but I wouldnt feel as bad about the purchase if it was half off.. Anyway, thanks for making it the way you did.

  842. Steven Says:

    As an additional note, I have checked every to see if its on sale ever since i realized it was on steam lol. I <3 crayon physics.

  843. Jin Gwang - Hong Says:

    Hello.

    My name is Jin Gwang - Hong.

    I’m living in South Korea.

    Your game is fantastic.

    The game was to be open to use free will?

    I want to know it.

    I want to make it down to the system I can safely eceive the recommendtions?

    Many people want to know I want to convince users to experience the full version.

    Of course, the official version that te fee will be announced.

    To experience the full version would like to know the cost.

    Please reply.

  844. Arcadia DJ | Buy Desktop PC Says:

    [...] http://www.kloonigames.com/blog/games/crayon/ [...]

  845. Crayon Physics Awesome Addictive Game Says:

    [...] Crayon Physics Free Version Crayon Physics Deluxe Demo [...]

  846. cvornekleri Says:

    i love this game. thanks kloonigames ;)

  847. jason Says:

    plese give me it.

  848. jason Says:

    I love it.

  849. 小隋 Says:

    呵呵 这么多粉丝 我看将来有一天一定会把我给淹没了 最近在做关于[蜡笔物理学]的一些调查 不知道可否给予一些支持 比如技术原理 创作意图 您对发展的前景展望等等.. 希望收到您的邮件~ Thank U~~

    I just wanna collect something about this game [Crayon Physics Deluxe] that I just doing a study about this game. I supports main that I wanna get some of the technology and your purpose of this game,and I also wanna get the develope of this game in the future,even about what you will use ur technology most probably like 2D physics puzzle to get any new use of any way. Really very thanks and Hope for ur letters ~
    Thank U again ~ Good Luck ~!!

  850. “Crayon” « Unsociability Says:

    [...] juego, que pueden descargar desde aquí, tiene en su versión original únicamente siete niveles, pero si navegan un poco por el blog del [...]

  851. Anderson Says:

    saw this really cool game…

  852. Data Recovery Seattle Says:

    I aggree with others this game really worth looking into.

  853. 서은후 Says:

    ff

  854. porno Says:

    I love all your games but this one is

  855. Crayon Physics – mind bending puzzle game that will get you hooked :: FrostClick.com :: 100% Legal Downloads for FrostWire - Free Movies, Videos, Music, Software, Graphics Says:

    [...] Links: Crayon Physics on Wikipedia Crayon Physics on Great Games Experiment Crayon Physics on Cnet Crayon Physics on Kloonigames Blog Permalink Posted on September 25, 2010 at 8:00 AM < Previous Post [...]

  856. Bicycle Touring Says:

    Ha, almost all of the comments above look like done by a computer software, hey admin you should clean up here a little…

    Cheers
    Toni

  857. Kieran Adams Says:

    i would really like to download games all the day long but most download sites are not free-.,

  858. Meissen Says:

    wonderfull game

  859. Hello Says:

    It looks like “Gravity Master”, but there is more level to play, hope you can add more level http://www.u148.net/article/3162.html

  860. Barry Says:

    You should try to get Crayon Physics Deluxe on the Nintendo DSi…You’d sell quite a few copies, my friend.

  861. Марин Says:

    Ски център Пампорово е сред най-популярните ски курорти в България. А хотелите хотели като всеки сезон посрещата туристи и скиори.

  862. Wombats Says:

    I agree this blog is full of messy spam posts…

  863. Audio Power Amplifiers : Says:

    downloading different games is kind of my hobby, i love to play new java games~’,

  864. kirlian photography pictures Says:

    Can I just speak what a pain relief en route for locate superstar who essentially knows what theyre talking regarding on top of the online worlds. You definitely make out how toward carry an matter to brightness plus create it significant. Extra people require to read this and appreciate this side of the narrative. I cant believe youre not extra fashionable because you positively contain the gift.

  865. rharandou Says:

    what is the secret cod e i dont have one and wat is it used for

  866. Himanshu Says:

    Hi,

    I am Himanshu Kumar Tiwari. I live in Kathmandu, Nepal. I am proud this game, This game very interested.
    Thank You.

  867. coches en tenerife Says:

    this game is simple but very hard to do, this theme of physics is very complicated, I do not remember when studying xD

  868. Schedule Says:

    Best you could make changes to the blog name Kloonigames » Blog Archive » Crayon Physics to something more specific for your subject you write. I enjoyed the post however.

  869. Promotional Items for Harsh Winters Says:

    [...] Every season comes with some kind of opportunities and therefore you should constitute the best employ of it. If you capture a gaze at your calendar you will see that the winter season is just encircling the corner and therefore you demand to prepare your marketing strategies as per the winter. There are hardly any business human beings who often affirm that they are not able to promote their brands properly during the winters since most of the banners and billboards are covered under snow, however you can still constitute employ of promotional items and promote your brand with the aid of… More information: หมวกเด็ก [...]

  870. Things to Do When Buying Targeted Website Traffic Says:

    [...] methods behind it, your website traffic will surely increase without much effort. More information: football shirt No Comments » [...]

  871. agri dagi Says:

    One of the coolest, intellectually challenging games I’ve played since Portal. Seriously, nice one…

  872. Play Games at Ijoro Says:

    Really this website is cool. More games I have fund on this website: games.ijoro.com

  873. sex Says:

    Christiansen Consultants & A Million Thanks.

  874. porno Says:

    Thank you to both.

  875. Mike Says:

    Loved this game! I thought I should let you know that I found a REALLY easy
    way to solve almost all of the puzzles. I just make forms to create a path from the ball to
    the star and then start drawing pebbles under the ball. This pushes the ball right up
    to the star every time. Perhapse limiting the number of objects drawn could prevent this
    kind of solution from working. I was getting frustrated trying to solve the puzzle with
    the car on the slope so I stopped the game for a while and went and got some work
    done (yes, I was at work at the time), and the solution just hit me. I’m sure there is
    a lesson here somewhere, but I don’t know what.

  876. sankom Says:

    If you capture a gaze at your calendar you will see that the winter season is just encircling the corner and therefore you demand to prepare your marketing strategies as per the winter. There are

  877. physics games Says:

    very fun and enjoyable

  878. Hemorex Says:

    “wOw” Thank you very too much…

  879. Apex Breast Says:

    Hi, How are you? Priority boarding priority effort to thank this site to friends I know in the past. You like your site is really excellent and successful. I wish you success in future work …

  880. Formula 21 Says:

    Hi, How are you? Priority boarding priority effort to thank this site to friends I know in the past. You like your site is really excellent and successful. I wish you success in future work …

    Best Regards …

  881. Bıktım Tozu Says:

    Hi, How are you?

    Life goes on. But the Web sites, updates never stops. What’s New in new systems and services every day is present. Internet under 6 hours a day by visiting the web sites, I do self assessments.

    This site is useful to see the purpose of service. But it could have been stronger than some of the issues and services. We think that Internet users spend just a good time. This hour of fun we want to learn something new.

    A request is the administrator of this site will be the best in your hand, thinking of us. Thank you for your attention. Wishing you success in your work.

    Remember, there is a statement that failure. There are just lazy. Whatever it is, plays …

    Best Regards …

  882. Gastromid Says:

    I’ve gotten valuable freelance jobs that teetered on replying to an email less than an hour after getting the first. I’ve come up with ingenious ideas when a friend burst into my room to strike up a random conversation.

  883. Devall Krem Says:

    If serializing is prioritized over habits then won’t serialized project approach cause you to constantly work on the next group project? As project time is impossible to calculate you will eventually have to breach particular habit times.

  884. Freeware Pc Games » Blog Archive » Crayon Physics Says:

    [...] Website [...]

  885. Natural Treatments %0B Says:

    soem sites that offer download games have viruses and spywares on it. so make sure to have some antivirus on your PC `~;

  886. porno Says:

    soem sites that offer download games have viruses and spywares on it. so make sure to have some antivirus on your PC

  887. conceiving a boy Says:

    Thanks so much for your distinct page;this is the stuff that keeps me going through my day. I have been searching around for this site after I heard about them from a buddy and was thrilled when I found it after searching for long time. Being a demanding blogger, I’m cheerful to see others taking initivative and contributing to the community. I would like to comment to show my approval for your blog as it is very appleaing, and many writers do not get credit they deserve. Chinese gender chart

  888. георадар, сканирование грунта, разработка грунта Says:

    Геология, сканирование грунта в Мелитополе недорого

  889. Nick Games Says:

    Awesome, just when I ran out of Crayon Physics mentioned on google and other blogs, we get this. great!

  890. Nick games Says:

    Awesome, just when I ran out of This isn’t the game in that YouTube video mentioned on google and other blogs, we get this. great!
    Thanks alot mate, this is a really nice app
    Awesome, I’m bookmarking this page!!

    thanks from Nick Games

  891. smackdown wwe Says:

    ı lıke you kloonigames

  892. Ben Says:

    i love content!
    thank you.

  893. roulett Says:

    Da frage ich mich beim groben Überfliegen von http://www.kloonigames.com schon, ob man selbst nicht komplett auf den Kopf gefallen ist. Danke für Ihre Einsichten

  894. roulettegewinnen Says:

    Ich bemerke jetzt in diesem Moment dass ich euren Blog deutlich mehr besuchen müsste ;-) - da kommt der Leser wirklich auf krasse Ideen

  895. internet roulette Says:

    Im Grunde genommen n brauchbarer Beitrag, nur kannst du später n bisschen umfassender schreiben? Das wäre in der Tat super :)

  896. Amerikanisches Roulette Says:

    Danke, nun endlich habe ich das Problem ganz gerafft

  897. casino Geld Says:

    Hammer! Sowas hätte ich niemals für denkbar gehalten :-)

  898. Onlinecasino Roulette Says:

    Ich merke jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man echt auf super Einfälle

  899. Online Casino Roulette Says:

    Also ich vermute dies war lediglich ne kurzfristige Trendgeschichte

  900. Geld gewinnen Says:

    Unglaublich! Sowas hätte ich gar nicht für denkbar gehalten

  901. Roulette im Internet Says:

    Krass, ich hätte garnicht gedacht dass dies wirklich so umsetzbar war :-)

  902. golfbblp Says:

    Wow,
    Amazing
    ideas. [url=http://www.golfcartscover.com]golf cart enclosures[/url]

  903. Enriqueta Sittman Says:

    Thanks for creating this. I really feel as though I know so much more about the topic than I did before. You should continue this, Im sure most people would agree youve got a gift.

  904. статьи о строительстве, строительство коттеджей Says:

    Каркасные дома и интересные публикации о строительстве

  905. Kid-like crayon physics! Very cool | Laird Farquharson Says:

    [...] Download it for yourself: [...]

  906. hosting Says:

    rke jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man echt auf drew

  907. hosting Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e

  908. web hosting Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man edsfdsfd

  909. mantolama Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e cocesddödfll

  910. satılık ev Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e zerrirt yapos later

  911. web tasarım firması Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e moninst lape

  912. davut Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e cors string ratest

  913. davut deniz Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e perst taker rort

  914. işte tasarım Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e doder

  915. aşk sözleri Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e vape uytr

  916. askerlik düşecekmi Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e popet babs

  917. kıvırcık ali hayatını kaybetti Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e dodes freplotq

  918. elektrik firmaları Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e frest grind

  919. pendik bayan kuaförü Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e sorty ubna rest

  920. satılık eşya Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e plok ukyart

  921. cam mozaik Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e dfolt warer

  922. kabe canlı yayın Says:

    flort sase babe

  923. kabe canlı izle Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man edarty money

  924. porno Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e sasert

  925. porno Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e serseri web your dates

  926. porno Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e web player

  927. porno Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e takes siter yape

  928. porno Says:

    iesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :- - da kommt man e web

  929. sikiş Says:

    iesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte :-) - da kommt man e web drass tıkım

  930. kid rock tickets Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte - da kommt man e sasert

  931. Edwin Says:

    I am wondering what Derick says with that!!

    -Kind regards,
    Lois

    freebies

  932. Hauratru Says:

    секс знакомства вконтакте Юрино лина фьюжн интим , Пока широкий проход с высоким потолкомбыл пуст и молчалив но киммериец никогда не .
    секс знакомства вконтакте Гремячее сайти знакомств старого оскола сайт знакомств kontakt .

    [URL=http://tesbedia.com/foros/index.php?action=post;board=1.0;poll]секс знакомства на ночь Кыштым [/URL]

  933. Game Copy Wizard Says:

    Anyone else having trouble with the download link?

  934. altin çilek form seti Says:

    Thanks so much for your distinct page;this is the stuff that keeps me going through my day. I have been searching around for this site after I heard about them from a buddy and was thrilled when I found it after searching for long time. Being a demanding blogger, I’m cheerful to see others taking initivative and contributing to the community. I would like to comment to show my approval for your blog as it is very appleaing, and many writers do not get credit they deserve

  935. altın çilek Says:

    Congrats, this reaches a milestone in your efforts and definitely shames Pluto into number 2 (so I probably won’t have to execute half of your development team).
    There has always been a visceral feel to your games, on account of the physics engine being the control method, and Crayon Physics goes further than that in creating a whole world of possibilities you can explore. I’ve sent you an email to showcase just user content creation.
    The best advice I can give you: Create a level editor. The lack of levels is a triviality when the players can create their own content. You ‘re going to get press for this game, so don’t miss the opportunity to expand your fan base. And you know if you don’t do it now, you aren’t coming back to it (much like the now legendary high score table for pluto, hehe)

  936. moliva Says:

    jetzt in diesem Moment dass ich diesen Blog deutlich öfter aufrufen sollte - da kommt man e sasert

  937. frostwire Says:

    Just desire to say your article is as astounding. The clarity in your post is just nice and i can assume you are an expert on this subject. Fine with your permission let me to grab your RSS feed to keep up to date with forthcoming post. Thanks a million and please keep up the gratifying work.

  938. Tumbos por Japón » Crayon Physics Says:

    [...] o iPod Touch que recibe el nombre de iPhysics. Pero para aquellos que quieran probarlo en PC, aquí puedes [...]

  939. Crayon Physics | Tumbos por Japón Says:

    [...] o iPod Touch que recibe el nombre de iPhysics. Pero para aquellos que quieran probarlo en PC, aquí puedes [...]

  940. курительные смеси,легальные наркотики Says:

    Легальные смеси и химикаты со склада в России.

  941. ремонт,строительство,дом Says:

    Наш портал строительной тематики.

  942. Luke Cameron Says:

    This game is so addictive… Thanks so much for making it available..

  943. Alcazzarre Says:

    Maybe Alcazzarre could help you to solve your problems? You’r welcome pal.

  944. ijoe Says:

    Youtube Converter

    You’r welcome pal.

  945. breast gain Says:

    …Also, I think I’ve noticed a small bug in the Load Level menu. It sometimes lets you play the next level, even if you haven’t unlocked it yet. This happened after I resetted the level I was stuck in, but I couldn’t replicate the bug, so it’s propably nothing bad. Just thought to inform you anyway.

  946. hel Says:

    http://www.freakyworld.net/ the great Mediafire Community.

  947. james Says:

    coooooooooooooooool

  948. Modelki Warszawa Says:

    my favorite because of the division between comments. Making it real easy to read.

  949. dani Says:

    the game is fun

  950. dani Says:

    it’s fun

  951. dani Says:

    cooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooool

  952. Ярослав Says:

    Интересная статейка)Спасибо автору огромное.Буду частенько к вам заглядывать.Пост очень помог мне.Купить диплом легко

  953. Crayon Physics | Marc Tönsings Visionen Says:

    [...] Physics auch sein mag aber die Namenswahl ist wirklich eine Katastrophe.Weiterführende Links:Crayon Physics Prototyp (Demo)Bridge Builder DemoCrayon Physics Deluxe (coming soon)PortalÄhnliche ArtikelResident Evil 4Shadow [...]

  954. r4dswiki Says:

    good just a comment

  955. Crayon Physics | 子非鱼 Says:

    [...] 學道具或是拿來開發成遊戲都是非常有趣的,而 Crayon Physics 正是 Petri Purho 應用此一概念和使用 Erin Catto’s Box2D [...]

  956. Larisa Terra Says:

    I always love these kind of information

  957. dell laptop battery Says:

    Krass, ich hätte garnicht gedacht dass dies wirklich so umsetzbar war :-)

  958. buy hoodia gordonii pure Says:

    hoodia gordonii diet pills review

  959. Wesley Monges Says:

    Excellent stuff! I’m satisfied to see the new structure on your weblog urls.

  960. Benito Salafia Says:

    Finally, I located the info I was seeking. I possess been carrying out explore on it subject, and for 3 nights I retain finding sites that are intended to possess what I am wanting for, only to be disappointed with the shortage of which I desired. I desire I could possess identified your web page sooner! I had about 40% of what I required and your web-site has which, and the relaxation of which I had to have to complete my study. Thank you and I could report back on how it goes!

  961. 偵探社 Says:

    I just stumbled upon your site and i truly saved it accommodating,you’ll be rewarded to your efforts?2

  962. fahrrad mountainbike Says:

    Yeah, it is too tricky for Bing or Yahoo to compete with Yahoo in Look Engine marketplace. Possibly I simply expect Fb’s ambition may make the industry more interesting.

  963. iphone kkaufen Says:

    Do you possess any various suggestions for backlinking? I attempted which I could recognize previously. Many thanks once more

  964. Dori Cobell Says:

    im a novice in Search engine optimization and i still want examine more on inside connecting. Presently, what i do to enhance my website is just make as quite a few backlinks as doable.

  965. viagra emails Says:

    viagra on special

  966. viagra blogs Says:

    viagra women antidepressants

  967. Блог , Bonamors , СМИ , Новости , Игры , Фильмы , Вопросы/ответы , секреты ВК , каталог сайтов Says:

    Блог Alter Bonamors

  968. Pharmd986 Says:

    Hello! ecekged interesting ecekged site!

  969. Pharme153 Says:

    Hello! gkedeck interesting gkedeck site!

  970. Jogos Says:

    Hello…
    Very good!!!

  971. Bok Sultan Says:

    Like a Newbie, I am always searching on the internet for articles that will support me. Thank you

  972. Andreas Conca Says:

    Excellent informativ post. Thank U for assisting details. Lookin’ ahead for ur following report. Cheers

  973. asics shoes Says:

    some surpr ises but a pleasant summary with the yr that was.

  974. Cheap rosetta stone Says:

    Enjoy the breakdowns, and quickly it will likely be a brand new yr for new brands.

  975. Delfina Trinh Says:

    cheap safe viagra

  976. слънчев бряг, хотели, почивки, резервации, цени Says:

    Апартаментни хотели в Слънчев бряг

  977. jimmy choo handbag Says:

    It could possibly sound weird but my browser does notseem to become ready to d isplay your article rightly?- It looks like an entire chunk of if shouldn’t be effectively d isplayed along with the layout from the page does notappear to become appropriate. Can you verify that th is post has been setup for Opera?

  978. buy Xanax Says:

    Good article. Thank you.
    [url=http://www.buyalprazolam.350.com]Alprazolam 4 mg[/url]

  979. prokatalog Says:

    Definitely maintained and respected spider’s web directory. Freed coming and moderation. Enlarge your relation and you wish intuit the power of our directory.

  980. Apcalis SX oral Jelly online in der Apotheke Says:

    Undoubtedly value you discussing that useful article. Amazing!

  981. смс, поздравления, днем, рождения, желаю, счастья Says:

    Смс поздравления с днем рождения племяннику

  982. Joan Schriver Says:

    viagra pfizer sites

  983. free phone numbers owen Says:

    Awesome. I really admired your discourse. I really anticipate reading additional writings from you. I likewise welcome the area for concise comments. A first-rate blog plus delightful comments is fantastic to catch sight of in any essay. Your piece has the whole caboodle. It is few and far between that I uncover such wonderful news.

  984. Self Employment Ideas Says:

    This is awesome! I’m hoping to see a crayon physics game for my android phone soon. I hope that’s not too much to wish for. Keep up the good work.

  985. balamuts Says:

    Play http://www.lvtigr.info Casino Games Online with [url=http://www.lvtigr.info/]$1,500 FREE[/url] -multilingual support,24 hours a day, 7 days a week, 365 days a year!!!

  986. coaster bedroom furniture Says:

    ashley furniture…

    [...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]…

  987. Marlin11j Says:

    There are many Rv cover sites out there. I don’t know which ones are good or bad. I checked out these sites - amazon.com/gp/bestsellers/automotive/155314011 - adcoprod.com - coverforrv.com Any feed back would be great. Thanks

  988. Resveratrol Says:

    Definitely believe that which you statedin your article Kloonigames » Blog Archive » Crayon Physics. Your favorite reason appeared to be on the internet the easiest thing to be aware of. I say to you, I definitely get irked while people think about worries that they plainly do not know about. You managed to hit the nail upon the top as well as defined out the whole thing without having side effect , people can take a signal. Will probably be back to get more. Thanks

  989. KnomyPemy Says:

    get viagra -ЁC>‡JP‹,

  990. Age Concern Travel Insurance Says:

    Thank you for this weblog. Thats all I can say. You most undoubtedly have made this blog into some thing thats eye opening and crucial. You clearly know so considerably about the subject, youve covered so numerous bases. Excellent stuff from this component of the net. Once again, thank you for this blog.

  991. iPad App Developers Says:

    Greetings! Thank you for your thoughtful post!

  992. Billie Aceto Says:

    tsa viagra cartoon

  993. schwinn 430 elliptical trainer Says:

    Hey there, I just wanted to let you know that your site is excellent. I’m a frequent reader. I think it is so great, that I’ve actually gone ahead and linked to your site (dofollow) from here: http://reviewedcentre.com/websites-that-i-like/

  994. catalok Says:

    Online snare directory. Annex your site to our directory object of free. Do not get rid of the entries.

  995. penis ring Says:

    increase semen quantity…

    […What is the safest way to make sure that your penis is as thick and as long as you want it to be? What is the method that guarantees up to four inches of growth in three months plus an increase in thickness? Thousands of happy customers are discove…

  996. Apple, чехлы для iPhone, купить чехол iPod, купить чехол iPhone, купить, Киев, MacBook, iPod, iPhone Says:

    Интернет-магазин Appleservice. Купить Apple в Киеве.

  997. asics 2120 Says:

    terrific weblog! retain up the good do the job!

  998. online tetris Says:

    heloo I really love tetris game, cool posting

  999. Golden Strow Says:

    wonderful book you pick up

  1000. Bailey Says:

    Major thanks for the article post. Will read on…

  1001. penis male enlargement pills facts Says:

    penis enlargement co uk…

    […We should be used to it by now. Men and their penises maybe due to the pervasive culture in our society where self-image is connected with physical appearance it always comes down to size and you must realize that men is as vicious as women when it…

  1002. gamesck Says:

    Sometimes non-standard due to you - this is exceptionally pragmatic !

    [url=http://www.easylearn.co.il/%d7%9c%d7%99%d7%9e%d7%95%d7%93%d7%99-%d7%94%d7%a0%d7%93%d7%a1%d7%94-%d7%91%d7%99%d7%95-%d7%a8%d7%a4%d7%95%d7%90%d7%99%d7%aa/]לימודי הנדסה ביו רפואית[/url]

  1003. Christian Louboutin shoes Says:

    When I check out your RSS feed it puts up a bunch of unformatted html, is a issue on my stop?

  1004. Windows 7 Tablet PC Shop Says:

    Hi there just wanted to give you a quick heads up. The words in your content seem to be running off the screen in Safari. I’m not sure if this is a format issue or something to do with web browser compatibility but I thought I’d post to let you know. The style and design look great though! Hope you get the problem solved soon. Many thanks

  1005. gamesmm Says:

    Credit you - this is sheerest sympathetic !

    [url=http://naturalmedic.co.il/%d7%a7%d7%95%d7%a8%d7%a1%d7%99%d7%9d-%d7%a8%d7%a4%d7%95%d7%90%d7%94-%d7%9e%d7%a9%d7%9c%d7%99%d7%9e%d7%94]קורסים רפואה משלימה[/url]

  1006. Thumbprint Cookie Recipe Says:

    A thoughtful insight and ideas I will use on my blog. You’ve obviously spent some time on this. Congratulations!

  1007. cosmetic surgeons in new york Says:

    Keep functioning ,terrific job!

  1008. Guthrie Says:

    the hosting-n1.com already discussed this topic

  1009. Clomid Says:

    CLOMIPHENE is a fertility drug used to increase the chance of getting pregnant. It is used to help women ovulate (produce a mature egg) properly during their cycle. Compared to other fertility treatments, clomiphene alone does not greatly increase your chances of having multiple babies. An increased chance of having twins may occur in roughly 5 out of every 100 women who take this medication. Occasionally clomiphene is prescribed to men with fertility problems due to low sperm counts.
    [url=http://clomidshop.info/]Clomid 50[/url]

  1010. jimmy choo paisley Says:

    kitchenaid d ishwasher

  1011. bazastron Says:

    Well maintained and respected trap directory. Sprung opponent and moderation. Augment your connection and you inclination feel the power of our directory.

  1012. resim upload Says:

    I went over this website and I believe you have a lot of superb information, bookmarked (:.

  1013. asics tigers Says:

    thnx for sharing th is weblog submit.

  1014. Linwood Benhaim Says:

    viagra tablets for men

  1015. Mario Kienzle Says:

    There are some interesting points in time in this article but I don’t know if I see all of them center to heart. There is some validity but I will take hold opinion until I look into it further. Good article , thanks and we want more! Added to FeedBurner as well

  1016. online cash advance Says:

    I cannot thank you enough for the discussions on your web page. I know you put a lot of time and energy into these and really hope you know how much I appreciate it. I hope I’ll do something identical man or woman at some time.

  1017. слънчев бряг, хотели, почивки, резервации, цени, болгария, поселок, отдых, отели, виллы, недвижимость Says:

    Хотели в Слънчев Бряг

  1018. Ione Verjan Says:

    Have you ever considered publishing an e-book or guest authoring on other websites? I have a blog based on the same information you discuss and would love to have you share some stories/information. I know my subscribers would value your work. If you are even remotely interested, feel free to send me an e-mail.

  1019. ingersoll rand air tools Says:

    When I originally commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get four emails with the same comment.

  1020. ingersoll rand air tools Says:

    Very good article. I’ve found your site via Google and I’m really happy about the information you provide in your articles. Btw your sites layout is really broken on the Kmelon browser. Would be cool if you could fix that. Anyhow keep up the good work!

  1021. Lacy Boghossian Says:

    viagra pfizer women

  1022. Rhonda Kjellsen Says:

    Advantageously, the article is in reality the best on this notable topic. I slot in along with your conclusions and will thirstily look forward to your upcoming updates. simply saying thanks will not just be adequate, for the tremendous lucidity in your writing. i will instantly grab your rss feed to stay abreast of any updates. Gratifying work and much success in your business efforts!

  1023. Assisted living Says:

    I have discovered that charges for on-line degree authorities tend to be a great value. For instance a full Bachelors Degree in Communication with the University of Phoenix Online consists of Sixty credits at $515/credit or $30,900. Also American Intercontinental University Online gives a Bachelors of Business Administration with a whole school element of 180 units and a price of $30,560. Online degree learning has made getting your certification far less difficult because you can certainly earn your degree from the comfort of your house and when you finish working. Thanks for all the other tips I have really learned through the blog.

    Replica Glashutte Watches

  1024. seo services Says:

    I enjoyed reading this a lot …

    I really hope to read more of your posts in the future, so I’ve bookmarked your blog. But I couldn’t just bookmark it, oh no.. When I see quality website’s like this one, I like to share it with others So I’ve created a backlink to your site (from …

  1025. KimKardashianPics Says:

    It is probaply true, but in wikipedia says:

    en.wikipedia.org/wiki/2012

  1026. casino en ligne Says:

    merci dans le but de cette nouvelle, un l’histoire de papier important total mais aussi super.

  1027. ingersoll rand air tools Says:

    Greetings to all, This webpage is good quality and so is the manner in which the issue was developped. I like some of the comments too though I would prefer we remain on the topic so that to add value to the point. It will be also encouraging to the one who penned it down if we all could mention it (for those who use social media such as a delicious, twitter,..). Thanks again.

  1028. фотоуслуги,услуги фотографа,фотограф львов,профессиональный фотограф львов,свадебное фото,рекламное фото,профессиональный фотограф,усл Says:

    Компания Шокс - профессиональные консультации фотографа в Украине

  1029. Одежда, Каталог, Женская, Мода, Харьков, Украина, Производство, Разное, Другое, Куртки, Пальто, Плащи, Детское, Опт, Продажа, Купить Says:

    Куртка женская весенняя

  1030. njoy review Says:

    Hey compañero, realmente tenido gusto este poste. Can’ t parece conseguirlo para dar formato a la derecha en Internet Explorer, se dobla todo para arriba, pero no trabaja muy bien en Firefox tan ninguna preocupación.

  1031. Dallas Land for Sale Says:

    Thanks for your Post! It was very helpful.

  1032. mckinney texas homes for sale Says:

    This was a good read. Thanks for the post.

  1033. indian windows support scam Says:

    Found your site on LinkedIN, and I just needed to say that I appreciated the information!

  1034. KatyaRot Says:

    Возвратившись в столицу после отдыха в Малайзии, Лолита Милявская вновь вышла в свет со своим возлюбленным, тренером по сквошу Дмитрием Ивановым.
    А любителям порно рисунки и графика http://www.google.com/url?sa=t&source=web&cd=201&ved=0CBUQFjAAOMgB&url=http%3A%2F%2F140.uz%2Fanime.html&CBUQFjAAOMgBDimakisupeiteli .
    Семейные хлопоты приводят к болезням сердца

  1035. Плинтус,Одесса,Лепнина,В Одессе,Купить Тротуарную Плитку,Тротуарная Плитка,Фасадная Плитка,Молдинг,Карниз,Фасадный Декор,Водоотвод,Ограж Says:

    Водоотвод Одесса компания “Старый Львов”.

  1036. » iPhysics: uno de los mejores juegos para el iPhone e iPod touch Blogfeed Actualización diario de contenidos Says:

    [...] Crayon Physics es un divertido juego de Windows que basa su funcionamiento en el uso de crayones de colores, virtuales claro, para dibujar en la pantalla un sencillo camino con el que llevar una bola de un punto a otro.. [...]

  1037. Theo Drevs Says:

    Hello! I know this is somewhat off topic but I was wondering if you knew where I could get a captcha plugin for my comment form? I’m using the same blog platform as yours and I’m having problems finding one? Thanks a lot!

  1038. Sewer Management Says:

    What would we all do devoid of the awesome suggestions you talk about on this web site? Who has got the tolerance to deal with essential topics in the interest of common subscribers like me? I and my friends are very happy to have your web blog among the ones we usually visit. Hopefully you know how considerably we take pleasure in your efforts! Best wishes through us all.

  1039. harjeet Says:

    Thank you for the download link friend.

  1040. Cheap Bespoke B2B webdesign London Says:

    I simply wanted to inform you how much I appreciate anything you’ve provided to help enhance the lives of men and women in this subject material. Through your articles, I’ve gone from just a newbie to a skilled in the area. It can be truly a homage to your work. Thanks

  1041. deals Says:

    Many thanks for spending some time to debate this particular, Personally i think in a hostile manner with this and additionally take pleasure in exploring more about now this subject. In the event that possible, while you accomplish working experience, is it possible you thinking adding your primary internet site with added important info? This is very used for us all.

  1042. john hanson Says:

    I am grad you spending the effort to create this subject. Great line up. We will be linking to this on our site. Keep up the great writing.

  1043. Calculator Says:

    This genuinely is my very first clock time I’ve haunted this internet site. I noticed a number of worrying stuff in your web site. From the quite a lot of remarks in your substance articles, I suppose I’m not the only one! keep up the proud work.

  1044. Dauviaree Says:

    buy wide fashion boots http://luxefashion.us/page133.html fashion clothing wholesalers 1559251

  1045. Christian Louboutin High-heeled boots Says:

    I am absolutely amazed at how terrific the stuff is on this site. I have saved this webpage and I truly intend on visiting the site in the upcoming days. Keep up the excellent work

  1046. servicio de llamadas internacionales Says:

    Almost all I can comment on is, I’m not sure what to express! Except naturally, for the amazing tips that are shared with this blog. I’ll think of a trillion fun approaches to read the articles on this site. There’s no doubt that I will ultimately take a step making use of your tips on those things I could never have been able to handle alone. You were so thoughtful to let me be one of those to profit from your beneficial information. Please know how significantly I am thankful.

  1047. Zina Karban Says:

    Hey there! This post could not be written any better! Reading this post reminds me of my good old room mate! He always kept chatting about this. I will forward this write-up to him. Pretty sure he will have a good read. Thanks for sharing!

  1048. Evan Aneshansley Says:

    I may propose to use plugins that add great meta tag outline to your obtain computer code. Robots prefer googlebot don’t need any tags for automated trading programs to spider your site properly.

  1049. tory burch flip flops Says:

    As to many girls, the Tory Burch shoes are a kind of decoration. Take tory burch flats for example, they are sexy, chic and comfortable. Lladies are crazy aboutt his irressistibly elegant and infinitely classic shoes. If you want a pair of different from other people’s shoes, you may choose one pair of cheap tory burch flats.

  1050. surface encounters Says:

    http://classeparty.com/blog/2010/06/04/renting-lectern-for-presentational-needs

  1051. Nicole Says:

    just looking around some blogs, seems a pretty nice platform you are using. Im currently using WordPress.http://www.heelsvogue.com/ Christian Louboutin shoes

  1052. Stephanie Says:

    I don’t post this as a dilemma or anything; I just feel its interesting. Its a set of quotes from the Alinsky book ‘Rules for Radicals’, which is often held up by conservative US bloggers as somehow related to the community organising past of their President. I think they are an excellent practical statement of political realism and political ethics – at least because they DO get explicit about them. http://www.heelsvogue.com/ welcome

  1053. Cami Snitker Says:

    This web page does not render properly on my i phone - you might want to try and fix that

  1054. Restposten Says:

    I love all your games but this one is particularly wonderful. Keep up the excellent work

  1055. marketing brighton, mi Says:

    The subsequent time I read a weblog, I hope that it doesnt disappoint me as much as this one. I imply, I do know it was my option to read, however I truly thought youd have one thing fascinating to say. All I hear is a bunch of whining about one thing that you can repair for those who werent too busy looking for attention.

  1056. tennis lessons howell, mi Says:

    This website can be a walk-by for all of the information you wanted about this and didn’t know who to ask. Glimpse here, and also you’ll positively uncover it.

  1057. jogos de cozinhar Says:

    Great game ! Congratulations !

  1058. Ryan Loves to Play Hangman Says:

    This is a great game. I love to play online games as well and really enjoy it when somebody posts great games and offers them for free.

  1059. Backlinkss Says:

    Love me tender is this kind of a I appreciate seeing internet sites that realize the worth of offering a prime resource for free I truly loved reading your post

  1060. search engine marketing brighton, mi Says:

    There are definitely a number of particulars like that to take into consideration. That is a nice level to convey up. I offer the ideas above as basic inspiration but clearly there are questions like the one you bring up the place a very powerful factor can be working in sincere good faith. I don?t know if best practices have emerged round things like that, however I am sure that your job is clearly identified as a good game. Both girls and boys really feel the influence of just a moment’s pleasure, for the rest of their lives.

  1061. carved stone companies Says:

    It can be rare to get a specialist in whom you may have some faith. In the world of today, nobody really cares about showing others the way out in this matter. How fortuitous I am to have actually found a really wonderful blog as this. It is people like you that make a real difference nowadays through the tips they write about.

  1062. how to make a fan page on facebook Says:

    I just now wanted to tell you how much we appreciate everything you’ve discussed to help improve the lives of people in this subject matter. Through the articles, we’ve gone from just a novice to a pro in the area. It can be truly a tribute to your work. Thanks

  1063. round rock apartments Says:

    I love this game! It got me hooked! AWESOME!

  1064. leadership Says:

    Almost all I can comment on is, I’m not sure what to say! Except obviously, for the superb tips which are shared on this blog. I’m able to think of a thousand fun methods to read the articles or blog posts on this site. I do believe I will finally take a step utilizing your tips on those issues I could not have been able to manage alone. You’re so clever to permit me to be one of those to benefit from your useful information. Please see how considerably I enjoy the whole thing.

  1065. philips portable dvd Says:

    China said Friday it had hooked its first so-called “fourth generation” nuclear reactor to the grid, a breakthrough that could eventually reduce its reliance on uranium imports
    The experimental fast-neutron reactor is the result of more than 20 years of research and could also help minimise radioactive waste from nuclear energy, the state-run China Institute of Atomic Energy (CIAE) said.

  1066. stealth grow Says:

    I just now wanted to tell you how much we appreciate everything you’ve discussed to help improve the lives of people in this subject matter. Through the articles, we’ve gone from just a novice to a pro in the area. It can be truly a tribute to your work. Thanks

  1067. world vision summer fest Says:

    I am unable to thank you more than enough for the blogposts on your site. I know you’d put a lot of time and effort into them and truly hope you know how considerably I enjoy it. I hope I’m able to do the same for another individual at some point.

  1068. Cuffie Dr Dre Beats Says:

    advice I can give you: Create a level editor. The lack of levels is a triviality when the players can create their own content. You ‘re going to get press for this game, so don’t miss the opportunity to expand your fan base. And you know if you don’t do it now, you aren’t coming back to it (much like the now legendary high score table for pluto, hehe)

  1069. lujo Says:

    One of my all time favorites !

  1070. temple university apartments Says:

    Witty! I’m bookmarking you site for future use.

  1071. grand opening marketing Says:

    grand opening marketing…

    Kloonigames ” Blog Archive ” Crayon Physics to learn Best Business Ideas on grand opening marketing…

  1072. coach poppy bags Says:

    Somebody essentially help to make seriously posts I would state. This is the first time I frequented your website page and thus far?

  1073. Yahoo Says:

    din standard

    This International Standard specifies requirements and gives recommendations for the performance, dimensional and functional interchangeability, design, materials, testing, inspection, welding, marking, handling, storing, shipment, purchasing, repair and remanufacture of wellhead and christmas tree equipment for use in the petroleum and natural gas industries.

    This International Standard does not apply to field use, field testing or field repair of wellhead and christmas tree equipment.

  1074. Yahoo Says:

    din standard
    This International Standard does not apply to field use, field testing or field repair of wellhead and christmas tree equipment.

  1075. Yahoo Says:

    This International Standard specifies requirements and gives recommendations for the performance, dimensional and functional interchangeability, design, materials, testing, inspection, welding, marking, handling, storing, shipment, purchasing, repair and remanufacture of wellhead and christmas tree equipment for use in the petroleum and natural gas industries.

  1076. Yahoo Says:

    standard code pdf

  1077. beats Says:

    Somebody essentially help to make seriously posts I would state. This is the first time I frequented your website page and thus far?

  1078. hot girl Says:

    Thanks Matt for the feedback. I’m glad to hear that everyone in your family enjoyed Crayon Physics

  1079. facebook123 Says:

    Check this out…

    [...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]……

  1080. youku786 Says:

    The web site was developed by a person? I truly enjoyed this website.

  1081. solar panels nj Says:

    Your place is valueble for me. Thanks!…

  1082. Jenny Vinson Says:

    Some genuinely wondrous work on behalf of the owner of this web site, perfectly great written content.

  1083. bank news,invites you,online action challenge Says:

    The Bank News

  1084. eee pad transformer black friday Says:

    The nice game Thanks.

  1085. ipod nano black friday Says:

    This game made me smile I love it

  1086. data recovery Says:

    I am so impressed to see this blog.I love this game.

  1087. magic of making up system book Says:

    bad father/daughter relationship leads to negative intimate relationships?

  1088. UGG Montclair Boots Sale Says:

    The article in your blog reminds me some old memory .That is good .It gives me happy .I think we will have a harmonious talk.Do you agree?

  1089. Gene Quiet Says:

    I have been absent for some time, but now I remember why I used to love this website. Thanks , I will try and check back more often. How frequently you update your site?

  1090. Online Games Download » » Cyber XtcCyber Xtc Says:

    [...] [affmage source="amazon" results="3"]online games download[/affmage] [affmage source="cj" results="3"]online games download[/affmage] [affmage source="clickbank" results="3"]online games download[/affmage] [affmage source="linkshare" results="3"]online games download[/affmage] [affmage source="chitika" results="0"][/affmage] Female Players Reign Supreme in Casual Online Games… [...]

  1091. free christian internet marketing Says:

    free christian internet marketing…

    Kloonigames ” Blog Archive ” Crayon Physics article was instrumental in my research on free christian internet marketing for my English class paper….

  1092. Motorola mobiles Says:

    You made some nice points there. I did a search on the issue and found most guys will agree with your website.

  1093. boyama oyunları Says:

    boyama oyunları sitesidir.

  1094. sünger bob oyunları Says:

    sünger bob oyunları sitesidir.

  1095. motor oyunları Says:

    motor oyunları adresidir.

  1096. Moshling Codes | Moshi Monsters Moshling Codes Says:

    [...] >> Daisy + Magic + Pepper 024 - Angel (unicorn/pegasus) >> Magic + Pepper + PepperMoshling Codes The secrets to using the Moshi Monsters Mosheling Codes can be tricky. You have to fo…he secrets to using the Moshi Monsters Mosheling Codes can be tricky. You have to follow directions [...]

  1097. gclub Says:

    Wow, this one is the most enjoyable.

  1098. Friv 4 Says:

    Thanks!!
    Content very good.

  1099. gofree Says:

    Nice physic game from Indie developer.
    Thx

  1100. gofree Says:

    Oh, you can also check my site for more games from Indie: Gameloo - Game Downloads Blog

  1101. Cheap Jersey Says:

    I like this so much.Thanks for posting

  1102. Hardcore Teen Webcam Says:

    you’re in point of fact a excellent webmaster. The website loading speed is incredible. It sort of feels that you’re doing any distinctive trick. Also, The contents are masterwork. you’ve performed a excellent activity on this topic!

  1103. paid family leave california Says:

    paid family leave california…

    I appreciate the info Kloonigames ” Blog Archive ” Crayon Physics, it should really be useful….

  1104. employment laws virginia Says:

    employment laws virginia…

    One day I hope to be able to insert the style of humor Kloonigames ” Blog Archive ” Crayon Physics imparts in this blog….

  1105. colouring pages printable Says:

    Attention-grabbing post. I would love to listen to your ideas The Lion King in 3D and Alvin and the Chipmunks 3 which is out in December. Thanks

  1106. how to draw cartoon characters Says:

    Great post but it might do with some photographs to interrupt up the text. Usually your posts are very straightforward to go but this one may be very heavy on the eyes, sorry.

  1107. huetouristvietnam.com Says:

    Hue Festival 2012, which will take place on April 7-15, will be the highlight of next year’s National Tourism Year, according to a press conference in Ho Chi Minh City on Sep 15.

  1108. Ангелина Says:

    Аренда и прокат автомобилей в аэропортах Болгарии. Самые низкие расценки на аренду авто в Болгарии. Резервация машин от эконом до люкс класса, низкие цены, скидки.

  1109. event tickets Says:

    Great post but it might do with some photographs to interrupt up the text. Usually your posts are very straightforward to go but this one may be very heavy on the eyes, sorry.

  1110. event tickets Says:

    This is really impressive! One of the best minigames I’ve ever played. Really nice design and good choice of music. I wish I had something constructive to say, but I’m way out of my league here. I’ll be keeping this on my harddrive.
    event tickets

  1111. dimagrire velocemente Says:

    Great post but it might do with some photographs to interrupt up the text. Usually your posts are very straightforward to go but this one may be very heavy on the eyes, sorry.

  1112. Interesting and Inspiring Drawing Links | Drawing Research Network Says:

    [...] Physics 2D Drawing Game – interesting drawing physics game for download Crayon Physics Drawing Game – this is an excellent example of a drawing physics [...]

  1113. How Physics Games Help Learning | Game Skill Says:

    [...] have physics games to improve you or your childs knowledge in physics. [wpramazon asin="B003DA62ZQ"]Show most kids a physics problem and their eyes glaze over. But if you put physics problems in the f… If you have a kid who’s into computer games, maybe getting them turned on to physics games can turn [...]

  1114. firmy windykacyjne Says:

    Some truly choice content on this web site , bookmarked .

  1115. Your Questions About – Mods For Minecraft | Mod For Minecraft Says:

    [...] buy it with some friends and set up your own server real easy and quick.Powered by Yahoo! AnswersSteven asks…What are some good sandbox style games?I would like to exclude, Minecraft, Any gta gam… are some good sandbox style games?I would like to exclude, Minecraft, Any gta game. Any sandbox [...]

  1116. детектив,политический детектив,современный детектив,стечение обстоятельств,детективный роман Says:

    Детектив Стечение обстоятельств

  1117. Rudolph Frankenfield Says:

    Great blog, I write about some similar stuff on mine and you just gave me some good ideas! Thanks

  1118. Crayon Physics | Spiele | MarcTV.de Says:

    [...] Crayon Physics Prototyp (Demo) [...]

  1119. streaming download Says:

    Hello

    Can I merely say what a relief to descry someone who in actuality knows what theyre talking in the air on the internet. You finally know how to draw an culmination to make known be revealed and induce it important. More people need to know this
    and understand this side of the story. I cant rely upon youre not more renowned because you once have the gift.

  1120. hogan Says:

    Un tipo di scarpe sportive al momento hanno migliorato lentamente ma progressivamente. Un contadini Euro andare vestito con un diverso tipo di scarpa sportiva nelle prime fasi del vostro 12 ° un singolo, che è costituito da un particolare elemento di vero legno. La scarpa sportiva seguente sembrava essere dato il suo nome sabot. Sabot sembrava di essere superiore per mezzo di scarpa intorno Egli uk. Hanno ottenuto il vostro parquet principale quando ha la sezione superiore sembra essere costituito da abbigliamento.

  1121. prada Says:

    Chicago linea è sempre stato n’t marchio internazionale di bellezza moda PRADA lusso specializzato nell’interpretazione di qualità semplici, prada Collegio vento farà una svolta rivoluzionaria nella sartoria personale è quello di definire n’t paese nel settore della moda, questo scarpe oxford appassiranno for every trascorrere n’t sistema di breve pizzo foro praticato disegno cerchio robusto aggiunge americano elementi selvatici, l’utilizzo complessivo di pelle avanzati cuando rivela low-key di lusso

  1122. uggs boots for women Says:

    strongzz Thanks a lot for sharing this with all of us you actually know what you’re talking about! Bookmarked. Please also visit my web site =). We could have a link exchange arrangement between us!

  1123. Wohlfarth Vida Says:

    I was recommended this internet website by my cousin. I’m not sure whether this post is written by him as nobody else know such detailed about my trouble. You are incredible! Thanks!

  1124. Kenny Schoening Says:

    Loving the info on this site, you have done great job on the content .

  1125. commonright Says:

    hey there and thank you for your info – I have definitely picked up something new from right here. I did however expertise a few technical issues using this web site, since I experienced to reload the site many times previous to I could get it to load correctly. I had been wondering if your web hosting is OK? Not that I’m complaining, but sluggish loading instances times will often affect your placement in google and could damage your high-quality score if ads and marketing with Adwords. Anyway I’m adding this RSS to my email and could look out for a lot more of your respective intriguing content. Ensure that you update this again very soon..

  1126. testing Says:

    Some Advice On Vinyl For Cutters…

    …When you are aware what is your job you will be more successful than when you have no ideas…..

  1127. Anaxa Says:

    So important and necessary content contains the website, which I expected. Well done carry on.

  1128. Yulia plante medicinale Says:

    Cool!I downloaded it and now I will play it !! ;)

  1129. Thomas from carpet cleaning Melbourne Says:

    Hi! I like your article and I would like very much to read some more information on this issue. Will you post some more?
    I will try running this online hopefully this coming month. Thanks a bunch!

  1130. opakowania tekturowe Says:

    I genuinely appreciate your piece of work, Great post.

  1131. Conception Slough Says:

    I realize you were young and inexperienced at the time, but in hindsight you should have chosen your parents more wisely.

  1132. Windows and Doors Replacement Says:

    Windows and Doors Toronto…

    Good post, home windows replacement installation will assure the proper basic safety for your residence….

  1133. play online blackjack free Says:

    My partner and i favored the technique a person defined that. That definitely designed the influence on me personally along with improved our lifestyle.

  1134. games jewels deluxe Says:

    Thanks for giving your ideas. I’d also like to convey that video games have been actually evolving. Today’s technology and enhancements have made it easier to create practical and interactive games. These kind of entertainment games were not that sensible when the actual concept was first being tried out. Just like other styles of technologies, video games too have had to advance through many decades. This is testimony on the fast growth of video games.

  1135. bride dresses,bridal dresses Says:

    in bridal gown

  1136. xxxteen Says:

    Reviewer…

    Hi!, I have gone ahead and bookmarked your page on Friendfeed so my friends can see it too. I just used your blog title as the entry in my bookmark, as I figured if it’s good enough for you to title your blog post that, then you probably would like to…

  1137. Wii Free Downloadable Games | Game Download Niche Says:

    [...] Kloonigames [...]

  1138. twitter followers no password Says:

    Twitter is often a social media, in which participants may send as well as receive brief emails off their Twitter individuals. As opposed to additional websites like Facebook and also MysPace, Twitter was created to make sure that it may only be applied for a Text message or even a quick information support. Every concept that you just send is bound to be able to One hundred forty numbers for each publish.

  1139. vop.at.ua,vtop,VTop-Раскрутка,Раскрутка,продвижение,SEO,Раскрутка и продвижение, Says:

    Обновляемая белая база

  1140. quality care commission Says:

    Yahoo results…

    While searching Yahoo I found this page in the results and I didn’t think it fit…

  1141. Johnnie Edgeman Says:

    Hello, i think that i saw you visited my web site so i came to “return the favor”.I am attempting to find things to improve my website!I suppose its ok to use some of your ideas!!

  1142. Longchamp Says:

    Lorsque nous l’avons souligné Longchamps, nous devrions penser à la série Longchamp Pliage Le. De ourLongchamp en ligne, vous permettra de repérer une offre formidable plus de Longchamp Le Pliage des sacs à des prix minimes. Ils sont légers, multicolores et à la mode. Il est mentionné que vous ne pouvez voir tous les filles et tous les styles français transportant ce type de sac sur les Champs-Elysées.C’est exact, pouvez-vous envie de cette individuelles Longchamp Le Pliage étonnant? comme un fans de loyauté de sacs Longchamp, éventuellement, je ne peux pas le permettre. en comparaison avec le cuir à base pricey sacs, sacs en nylon Pliage Longchamp Le doute est une offre beaucoup plus terrible moins cher.

  1143. Судебная практика Украины,Решение судов,Судебные решения Украины Says:

    Судебная практика по трудовым спорам и юридическая практика для всех

  1144. Aramendia Plumbing San Antonio Says:

    1st Call Air Conditioning San Antonio…

    Are there any popular sites that I can post my link to let more people click on it?…

  1145. pawowgold Says:

    very good, it’s very useful to me, thank you very much!

    ———————
    runescape gold, http://www.playersaid.com/runescape-gold/

  1146. Sylvia Says:

    It

  1147. 抓姦 Says:

    Thanks a million for this, I appreciate the info

  1148. canada goose montebello Says:

    you have got an ideal weblog here! would you like to make some invite posts on my blog?

  1149. Equillarahfuh Says:

    What do you think about Japan?
    [url=http://acquistagenericolevitra.com/]acquisto l e v i t r a generico[/url]

  1150. Imprimare carduri Says:

    For most up-to-date news you have to go to see web and on web I found this web page as a finest site for most recent updates.

  1151. Chaya Ridlen Says:

    Great work! This is the kind of info that should be shared across the internet. Disgrace on the search engines for no longer positioning this put up upper! Come on over and visit my web site . Thank you =)

  1152. tony Says:

    I’m impressed, I need to say. Actually not often do I encounter a weblog that’s both educative and entertaining, and let me tell you, you’ve gotten hit the nail on the head. Your idea is excellent; the problem is one thing that not sufficient people are talking intelligently about. I’m very blissful that I stumbled throughout this in my seek for one thing referring to this.

  1153. бесплатные объявления киев,гранит киев,доска объявлений киев,доставка,доставка грузов,доставка киевдоставка по украине,доставка украина, Says:

    Ритуальные памятники с технологией цветного рисунка .

  1154. интернет, интернет маркетинг, веб-дизайн, веб, сео, seo, каталог, реклама, продвижение, раскрутка, сайт, рекламная, интернет, разработка сайтов Says:

    Безупречный блог-сайт про как подать объявление в интернете.

  1155. weathervane Says:

    Hey there! This post could not be written any better! Reading this post reminds me of my previous room mate! He always kept chatting about this. I will forward this write-up to him. Pretty sure he will have a good read. Many thanks for sharing!

  1156. Translate PDF,PDF Translator,Translate PDF files Says:

    Hi there, I wish for to subscribe for this weblog to get hottest updates, thus where can i do it please help out.

  1157. top 10 minecraft skins Says:

    I got what you convey, thanks for swing up. Woh I am glad to learn this website through google. Thanks For Share Kloonigames » Blog Archive » Crayon Physics.

  1158. invest liberty reserve Says:

    I got what you convey, thanks for putting up. Woh I am willing to exploit this website finished google. Thanks For Share Kloonigames » Blog Archive » Crayon Physics.

  1159. интернет, интернет маркетинг, веб-дизайн, веб, сео, seo, каталог, реклама, продвижение, раскрутка, сайт, рекламная, интернет, разработка сайтов Says:

    Интересний блог о подати объявление уфа.

  1160. tina Says:

    Can I just say what a reduction to seek out someone who truly is aware of what theyre talking about on the internet. You positively know tips on how to bring a problem to light and make it important. Extra people have to learn this and perceive this facet of the story. I cant believe youre no more well-liked since you positively have the gift.

  1161. бензин,бойлерная,газ,ДВС,дизельное топливо,добавки в топливо,добавки в бензин,добавки в мазут,добавки в дизтопливо,дизель-генератор,катал Says:

    Высокоэффективные добавки “ИОН”

  1162. top 10 minecraft skins Says:

    Magnificent goods from you, man. Kloonigames » Blog Archive » Crayon Physics I’ve understand your stuff previous to and you’re just extremely magnificent. I really like what you have acquired here, certainly like what you are stating and the way in which you say it. You make it enjoyable and you still care for to keep it sensible. I can’t wait to read far more from you. This is really a terrific Kloonigames » Blog Archive » Crayon Physics informations.

  1163. austin condos Says:

    austin condos…

    [...]������Ȥζ������ѧʵ���� - �⿡�ܵ���־ - ���ײ���[...]…

  1164. скачать торрент фильмы, torrent фильмы, фильмы бесплатно, смотреть онлайн фильмы Says:

    Скачать кино 2012 торрент

  1165. weathervane rooster Says:

    I like what you guys are up too. This kind of clever work and exposure! Keep up the great works guys I’ve added you guys to our blogroll.

  1166. home equity loan dallas Says:

    Hello! This is my 1st comment here so I just wanted to give a quick shout out and say I truly enjoy reading through your articles. Can you recommend any other blogs/websites/forums that go over the same subjects? Thanks for your time!

  1167. carpet cleaning mac Says:

    tile and carpet cleaning roseville…

    Greatblog.cheers for posting….

  1168. escorte mature Says:

    get an unlimited free numnber of like, fans and followers for you most important social site , facebook, twitter, you tube, google+ and more social site . You can find detailis on http://www.facebookpromotions.com/visit-44107.html

  1169. Aukcje On Line Says:

    I don’t even know how I ended up here, but I thought this post was great. I do not know who you are but definitely you’re going to a famous blogger if you are not already ;) Cheers!

  1170. Rick Rocky Says:

    Without question almost every online money making opportunity starts or ends with BLOGGING! If you have the mindset to make a living online, and many, amny people do. Then you have to find a reasonalbly priced blogging guide to help get you going. I suggest you not try it on your own – you will waste precisous time and experience hours of frustration. Do it right get a simple to understand product for under 20 dollars.

  1171. Sandy Says:

    Exciting…

    [...]these are some fantastic sites that you should check out[...]…

  1172. camgirls Says:

    Great mind, great ideas. Good work!
    amateur models adult cell phone chat

  1173. Pharma313 Says:

    Hello! dkdacgd interesting dkdacgd site! I’m really like it! Very, very dkdacgd good!

  1174. Asha Cluniehttp://www.chilggoooto.com Says:

    Hi there, simply become alert to your blog through Google,my site is http://www.chilggoooto.com

  1175. backup microsoft outlook Says:

    hello!,I like your writing so so much! percentage we keep in touch extra about your article on AOL? I require an expert on this house to resolve my problem. Maybe that’s you! Having a look forward to look you.

  1176. Fritz Cornelison Says:

    How do you activate a prepaid Sprint PCS Ready mobile phone?

  1177. top 10 minecraft skins Says:

    An newsworthy discussion is couturier mention. I conceive that you should indite much on this substance, it power not be a bias substance but mostly fill are not enough to communicate on much topics. To the succeeding. Cheers like your Kloonigames » Blog Archive » Crayon Physics.

  1178. chandelier store Says:

    Hey, I think your blog might be having browser compatibility issues. When I look at your blog site in Chrome, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, awesome blog!

  1179. Evo 10 Says:

    Oh my goodness! a tremendous article dude. Thank you Nonetheless I’m experiencing subject with ur rss . Don’t know why Unable to subscribe to it. Is there anybody getting identical rss problem? Anybody who is aware of kindly respond. Thnkx

  1180. Michael Smith Says:

    If you have the mindset to make a living online, and many, many people do. Then you have to find a reasonably priced blogging guide to help get you going. It is highly suggested you not try blogging without assistance. Trying it on your own will be frustrating and waste time. Do it right to start with, get a simple to understand product for under 20 dollars. You can try http://www.bloggingguideformakingmoney,com . There are many good reasonably priced products out there to get you started in the right direction. So what are you waiting for?

  1181. herpes, herpes symptoms, genital herpes, herpes zoster, symptoms of herpes Says:

    Wonderful goods from you, man. I have understand your stuff previous to and you’re just extremely magnificent. I really like what you have acquired here, really like what you are saying and the way in which you say it. You make it entertaining and you still take care of to keep it sensible. I cant wait to read far more from you. This is really a wonderful site.

  1182. demunuchgum Says:

    Different Year’s Heyday is observed on January 1, the firstly period of the year on the modern Gregorian schedule as well as the Julian annals used in elderly Rome. With most countries using the Gregorian calendar as their absolute date-book, Modish Year’s Time is the closest thing to being the men’s one genuinely global social celebration, ordinarily acclaimed with fireworks at the movement of midnight as the experimental year starts. January 1 on the Julian slate currently corresponds to January 14 on the Gregorian diary, and it is on that season that followers of some of the Eastern Prevalent churches at the Additional Year.

    [url=http://simsodep12h.com]Sim so dep [/url] Vinaphone | Gia Re

  1183. читы для css, чит-коды для css, counter strike source, wh для css, aim для css Says:

    Скачать WH AIM для CSS

  1184. burn city apk Says:

    Kloonigames » Blog Archive » Crayon Physics I was suggested this blog by my cousin. I’m not sure whether this post is written by him as no one else know such detailed about my problem. You’re amazing! Thanks! your article about Kloonigames » Blog Archive » Crayon Physics Best Regards Agata Agata

  1185. Schedule Queens Domestic Cleaning Service Says:

    Hi there! I realize this is sort of off-topic but I had to ask. Does managing a well-established website such as yours take a massive amount work? I am completely new to operating a blog however I do write in my diary every day. I’d like to start a blog so I will be able to share my experience and thoughts online. Please let me know if you have any suggestions or tips for new aspiring blog owners. Appreciate it!

  1186. comp card printing Says:

    Hiya, I am really glad I have found this information. Nowadays bloggers publish only about gossips and net and this is actually irritating. A good website with interesting content, that is what I need. Thank you for keeping this site, I will be visiting it. Do you do newsletters? Can’t find it.

  1187. Retirement Communities in Delaware Says:

    Hiya very cool blog!! Guy .. Beautiful .. Wonderful .. I’ll bookmark your web site and take the feeds also…I am glad to search out a lot of helpful information here in the post, we want work out more strategies in this regard, thanks for sharing.

  1188. The Suggest Popular VDO Games Says:

    Great site and information here! the comments from people with other suggestions are all a wealth of information. Thank you for a very useful post! Rated up, useful and bookmarked!!

  1189. scrapeboard Says:

    Do you mind if I quote a few of your articles as long as I provide credit and sources back to your site? My website is in the very same area of interest as yours and my users would genuinely benefit from a lot of the information you present here. Please let me know if this ok with you. Many thanks!

  1190. ижевск, удмуртия, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Справочник удмуртия адреса кафе

  1191. Оренбург, Оренбургская область, фирмы, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Производство оренбурга найти магазин

  1192. Michael Rico Says:

    Exceptionally entertaining thank you, I believe your trusty subscribers will likely want considerably more well written articles like this carry on the excellent content. Try http://www.bloggingguideformakingmoney,com

  1193. новокузнецк, новокузнецкая область, фирмы, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Предприятия Новокузнецская область прайс бары

  1194. kiev escorts Says:

    Hiya We get started an completed web-site when analytic to get assorted methods and also incident bodyweight, My partner and i admit to permit you to apperceive your web sites have been in point taking in we in this way topic. I the fact is won’t attain some sort of wonderful almost all a person’s action with realignment to help apprentice your current absolute blogposts whilst Regarding possessions evident it as being able-bodied in case consented to someone?utes RSS feeds. Anon we’re going to have a new abbreviate even though. acclaim with the leading cleft net web-site.

  1195. кемерово,кемеровская область, фирмы, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Фирмы кемеровской областии телефоны кафе

  1196. ukraine escorts Says:

    Instant messaging likely to state just what everybody else have never said higher than, nonetheless must state ,Ones tend to be actually well-informed.I personally cant think what amount of this I merely wasnt cognizant of .Thank you so much for publishing more details to this subject matter for all .Im absolutely happy in addition to definitely impressed.

  1197. Homemade Potato Soup Says:

    An exciting treatment is designer scuttlebutt. I believe that you should correspond many on this subject, it power not be a prejudice issue but mostly group are not sufficiency to talk on specified topics. To the next. Cheers like your Kloonigames » Blog Archive » Crayon Physics.

  1198. kiev escort Says:

    Superior content. We previousally to shell out alot associated with the period drinking water skiing in addition to enjoying games. It had become quite probable one of the most unique period of our years as a child and also your blog for some reason reminded my family of the time period of my life. Cheers

  1199. томск, томская область, фирмы, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Интернет-справочник томская область адреса ночные клубы

  1200. Реабелитационный центр,реабелитация наркоманов,наркомания,алкоголизм,метадон,созависимость,наркоманам, Says:

    созависимость

  1201. effifocrape Says:

    arrangements of racks in pharmacy http://sundrugstore.net/products/tricor.htm pharmacy jobs ghana

  1202. владивосток, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Фирмы владивосток телефоны агентство

  1203. ульяновск, ульяновская область, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Фирмы ульяновска прайс клиники

  1204. Immigration Says:

    This is very interesting, You’re a very skilled blogger. I’ve joined your rss feed and look forward to seeking more of your fantastic post. Also, I have shared your website in my social networks!

  1205. rainwater tanks melbourne Says:

    Hey very nice blog!!! Man .. Beautiful .. Incredible .. My goal is to bookmark your blog and take the feeds also great article thanks Hi. I desired by way of thanking you for that fantastic information you’ve got posted in your site. I’ll definitelycome back to check it out once again and also have subscribedto your Feed. Use a fantastic day.

  1206. астрахань, астраханская область, компании, бизнес, справочник, справочники, организации, строительные фирмы Says:

    Предприятия астрахань услуги туристическое

  1207. Isabel Lombardino Says:

    Howdy. Just simply needed to leave a short commentary and enquire where you acquired your particular web template I am creating own wordpress blog and genuinely like your theme.

  1208. иваново фирмы, каталоги, справка, справочник, поиск, товары, услуги, предприятия, организации, бизнес Says:

    Услуги добавить организацию в каталог предприятий Иваново

  1209. SEO in Two Weeks Says:

    What To Do When Contracting an SEO Company…

    [...] Any web business desiring to have somebody else do their site optimization has to be mindful of the reputation of any SEO company they choose. You cannot base your decision on who has the best marketing for their business, either. There is a lot …

  1210. chandelier store Says:

    Currently it looks like Expression Engine is the best blogging platform available right now. (from what I’ve read) Is that what you are using on your blog?

  1211. local marketing strategies Says:

    Thanks for revealing your ideas. The first thing is that college students have a choice between national student loan and a private education loan where it can be easier to opt for student loan debt consolidation than in the federal student loan.

  1212. top android games 2012 Says:

    Hey…this is a superb website buddy and an informative post!!! i am new now and i set up this locate very worthy of note and informative

  1213. курск фирмы, каталоги, справка, справочник, поиск, товары, услуги, предприятия, организации, бизнес Says:

    Товары и услуги добавить фирму в каталог предприятий Курской области

  1214. магнитогорск фирмы, каталоги, справка, справочник, поиск, товары, услуги, предприятия, организации, бизнес Says:

    Товары и услуги разместить информацию в справочник фирм Магнитогорска

  1215. Retirement Communities in Delaware Says:

    Nice read, I just passed this onto a friend who was doing some research on that. And he just bought me lunch since I found it for him smile Thus let me rephrase that: Thank you for lunch! “England and America are two countries separated by the same language.” by George Bernard Shaw.

  1216. ставрополь фирмы, каталоги, справка, справочник, поиск, товары, услуги, предприятия, организации, бизнес Says:

    Услуги добавить фирму в справочник фирм Ставрополя

  1217. тула фирмы, каталоги, справка, справочник, поиск, товары, услуги, предприятия, организации, бизнес Says:

    Товары и услуги добавить фирму каталог организаций Тулы

  1218. Best recumbent exercise bike Says:

    Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You obviously know what youre talking about, why waste your intelligence on just posting videos to your site when you could be giving us something informative to read?

  1219. lancaster pa shopping Says:

    I was very pleased to find this website. I wanted to thank you for your time for this excellent post!!

  1220. Jogos de Cozinhar Says:

    Very nice, I like it.

  1221. facebook fans Says:

    Were a gaggle of volunteers and opening the latest scheme in your community. Your internet site offered us with valuable information to work on. Youve done a formidable activity and our entire group is going to be thankful to you personally.

  1222. владимир фирмы, каталоги, справка, справочник, поиск, товары, услуги, предприятия, организации, бизнес Says:

    Товары и услуги добавить организацию в каталог предприятий Владимир

  1223. herve leger replica Says:

    I just wanted to make a simple note to say thanks to you for all the lovely points you are giving on this site. My prolonged internet research has finally been rewarded with reasonable strategies to share with my neighbours. I would assert that many of us visitors are unquestionably lucky to dwell in a really good network with many wonderful professionals with insightful opinions. I feel really lucky to have discovered your entire site and look forward to tons of more enjoyable minutes reading here. Thanks once again for everything.

  1224. kit home Says:

    Hey good blog!!! Man .. Beautiful .. Incredible .. I will bookmark your blog and consider the feeds also great article thanks Hi. I needed to thank you for your fantastic information you’ve got posted in your site. I am going to definitelycome returning to check it out yet again and have subscribedto your Rss. Have a fantastic day.

  1225. spelautomater Says:

    Very nice layout and wonderful content, very little else we require : D.

  1226. gratis gokkasten Says:

    I loved as much as you will obtain carried out right here. The comic strip is attractive, your authored material stylish. nonetheless, you command get got an impatience over that you want be handing over the following. in poor health unquestionably come further until now once more as precisely the similar nearly very incessantly inside case you protect this hike.

  1227. term papers Says:

    Interesting post, this was really useful. thanks!

  1228. Johnny Rico Says:

    There are many good reasonably priced products out there to get you started in the right direction. So what are you waiting for?
    Do you have what it takes to make a living online, many people do. First you have to find a reasonably priced blogging guide to help get you going. It is highly suggested you not try blogging without assistance. Trying it on your own will be frustrating and waste time. Do it right, get a simple to understand product for under 20 dollars. You can try http://www.bloggingguideformakingmoney,com .

  1229. kupyterr Says:

    http://buyduramale.org Duramale ,Duramale is an Herbal Remedy. Long Lasting Results.Order Now!

  1230. invest liberty reserve Says:

    Wow, superb blog layout! How long have you been blogging for? you make blogging look easy. The overall look of your website is excellent, as well as the content!. Thanks For Your article about Kloonigames » Blog Archive » Crayon Physics .

  1231. 徵信社 Says:

    Is there something up with the site. It’s loading up pretty slowly for me. Someone else experiencing this?

  1232. invest liberty reserve Says:

    Wow, amazing blog layout! How long have you been blogging for? you make blogging look easy. The overall look of your website is fantastic, let alone the content!. Thanks For Your article about Kloonigames » Blog Archive » Crayon Physics .

  1233. Tree Climbing Spikes Says:

    Thanks for posting about this. There?s scores of important tech data on the internet. A person?ve got a lot of which data right here on your website. I?m amazed ? I attempt to keep a few weblogs pretty on-going, but it?utes a struggle occasionally. You?ng carried out a great job with this particular 1. How do you get it done?

  1234. crystal chandeliers Says:

    Hey would you mind sharing which blog platform you’re using? I’m going to start my own blog in the near future but I’m having a tough time making a decision between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design seems different then most blogs and I’m looking for something unique. P.S My apologies for getting off-topic but I had to ask!

  1235. minecraft skins Says:

    Wonderful goods from you, man. Kloonigames » Blog Archive » Crayon Physics I’ve understand your stuff previous to and you’re just too magnificent. I actually like what you’ve acquired here, really like what you’re saying and the way in which you say it. You make it enjoyable and you still care for to keep it smart. I can not wait to read far more from you. This is really a great Kloonigames » Blog Archive » Crayon Physics informations.

  1236. Rick Jefferson Says:

    Do you have what it takes to make a living online, many people do. First you have to find a reasonably priced blogging guide to help get you going. It is highly suggested you not try blogging without assistance. Trying it on your own will be frustrating and waste time. Do it right, get a simple to understand product for under 20 dollars. You can try http://www.bloggingguideformakingmoney,com .
    There are many good reasonably priced products out there to get you started in the right direction. So what are you waiting for?

  1237. prefabrik Says:

    I’m having friends who are on the subject experiences the same event, we would appreciate if help

  1238. effifocrape Says:

    australian independant pharmacy chains http://sundrugstore.net/products/eurax.htm pharmacy endocrine disruptors

  1239. amika hair straightener reviews Says:

    Youre so cool! I dont suppose Ive read anything like this before. So nice to find somebody with some original thoughts on this subject. realy thank you for starting this up. this website is something that is needed on the web, someone with a little originality. useful job for bringing something new to the internet!

  1240. Carpal Tunnel Spot Says:

    Visitor recommendations…

    [...]Very well, I absolutely don’t agree with what you may have mentioned on the write-up, but I do regard your perception[...]…

  1241. Celulite Says:

    very nice publish, i definitely love this website, keep on it

  1242. hyip Says:

    Kloonigames » Blog Archive » Crayon Physics I was suggested this website by my cousin. I am not sure whether this post is written by him as nobody else know such detailed about my problem. You are amazing! Thanks! your article about Kloonigames » Blog Archive » Crayon PhysicsBest Regards Shane

  1243. Acai Berry Drink Says:

    Great read, I simply passed this on to a friend who was carrying out a tiny study on that. And he really bought me lunch mainly because I came across it for him! So let me rephrase that: Thanks for meal!

  1244. landlord tenant lawyer Says:

    I’m extremely impressed with your writing skills and also with the layout on your weblog. Is this a paid theme or did you modify it yourself? Anyway keep up the nice quality writing, it is rare to see a nice blog like this one today..

  1245. queens bankruptcy attorney Says:

    My brother suggested I might like this web site. He was totally right. This post actually made my day. You cann’t imagine just how much time I had spent for this info! Thanks!

  1246. Blepretry Says:

    What do you think will the real Barcelona to catch up?

  1247. dwedofellurce Says:

    KOVAL ! why do you only respond to people who threaten to unsubscribe.viagra what about me….Id like a shout out too ….I watched all your videos….TWICE…..i loved you when you weren’t? famous…. *sigh*

  1248. Belia Blaker Says:

    I have read several good stuff here. Definitely worth bookmarking for revisiting. I surprise how much effort you put to make such a great informative website.

  1249. Roxane Nisbet Says:

    Great post!

  1250. moncler jacken outlet Says:

    I must get across my love for your kindness giving support to visitors who actually need help on this question. Your personal dedication to getting the solution throughout turned out to be amazingly informative and have surely made individuals much like me to achieve their objectives. Your personal invaluable help and advice signifies this much a person like me and especially to my fellow workers. Best wishes; from everyone of us.

  1251. bcaa Says:

    I was just looking for this information for a while. After 6 hours of continuous Googleing, at last I got it in your web site. I wonder what’s the lack of Google strategy that do not rank this kind of informative sites in top of the list. Generally the top websites are full of garbage.

  1252. protein powders Says:

    Magnificent goods from you, man. I have bear in mind your stuff prior to and you’re just extremely fantastic. I really like what you’ve obtained here, certainly like what you are stating and the best way through which you assert it. You’re making it entertaining and you still take care of to stay it smart. I can not wait to learn much more from you. This is actually a terrific website.

  1253. i like reading Says:

    Nice Work…

    It’s actually a great and helpful piece of info. I¡¦m glad that you shared this helpful info with us. Please stay us up to date like this. Thanks for sharing….

  1254. Lisabeth Homles Says:

    Awesome writing style!

  1255. NatachaSteven Says:

    Love your outfit, your look is amazing!

  1256. VPNs-SuperS Says:

    The Company In-Disguise .Com
    Glad to introduce you – private and Fully Automatic VPN Service!

    In-Disguise. Com - Fully Automatic VPN service, you don’t have to waste time on:

    1 - Search Supports if disconnected from a server, search for a standard installation “OpenVPN client”
    spend time for installing downloaded configs to the program.
    Troubleshoot the upgraded system for a stable connection to the VPN.
    access to all servers for just 9 EURO.
    DoubleVPN, OPENVPN and PPTP VPN - Access to 18 servers in 10 countries!
    Subscribe to All Servers of Our Service for 9 Euro; 3 months = 20 Euro; 6 months = 35 Euro; 1 year = 55 Euro.

    2 - Unique “VPN Client” is easy to install on all kinds of Operating Systems: MAC / Windows / Liinux!!!
    Will allow you to switch easily between the VPN servers in USA / DE / UK / IT / NL / LU / EG / PA / RO / MY Continuing
    In the near future our service will be available in Spain, Greece, Sweden, Mexico, Czech Republic, Poland, China, Belgium …
    Types of VPN connections included in a single subscription - DoubleVPN and OpenVPN.

    3 - The program features an easy configuration of a VPN connection to your Internet: -automatically Block Internet Connection when Disconnected from a VPN.
    - Automatic connection to the VPN when you turn on the Internet.

    4 - Company Takes All Kinds Of Payments in Full Auto Mode!
    WebMoney / Visa / Master Card / PayPal / Liberty Reserve / BitCoin / SMS and many others.
    Our site is here in-disguise .com /?aff=69
    Sincerely, In-Disguise .Com

    ========
    Also,our Service has a unique N-tier, Private Partnership Program:

    You will get 35% of total payments of your customers!
    Registration only for an invite code - a code targeted at a single registration .
    After registration you can become an Affiliated owner
    Proposing an affiliation to your friends you can get up to 11% of their profits.
    Our sister site is vpnincome .Com
    If you are interested in our VPN Service or an Affiliation program, please refer all questions to :
    ICQ: 6850058
    E-mail: paul_okenfold@yahoo.com

  1257. Miguel Mariano Says:

    Very nice layout and wonderful content, Thanks :D

  1258. hyip Says:

    Kloonigames » Blog Archive » Crayon Physics I was suggested this website by my cousin. I am not sure whether this post is written by him as nobody else know such detailed about my problem. You are wonderful! Thanks! your article about Kloonigames » Blog Archive » Crayon Physics Best Regards Cindy Nick

  1259. how to get a six pack Says:

    In these days of austerity and relative stress and anxiety about running into debt, many people balk contrary to the idea of employing a credit card in order to make acquisition of merchandise or perhaps pay for any gift giving occasion, preferring, instead to rely on a tried in addition to trusted way of making repayment - cash. However, if you possess the cash available to make the purchase in whole, then, paradoxically, that is the best time to be able to use the credit card for several causes.

  1260. spelautomater Says:

    Hi there, just became alert to your blog through bing, and found that it is really informative. I couldn’t find your RSS feed to keep updated. Do you have one?

  1261. chandelier Says:

    Hi there! This is my first visit to your blog! We are a group of volunteers and starting a new project in a community in the same niche. Your blog provided us valuable information to work on. You have done a wonderful job!

  1262. Mary Says:

    Regards for this amazing write-up! My very own household has also been remodeled 2 times over the previous 12 months and we currently have to always try to remember to not wait until eventually the very last instant for these kind of points. You do certainly not need to have your current home turn out such as mine. Nonetheless, it appears so very much much better now! Cya for now. John

  1263. writing essays Says:

    Thanks for your information!

  1264. Riverside Bail Bonds Says:

    One other thing I would like to mention is that in place of trying to suit all your online degree courses on days and nights that you finish work (since the majority people are drained when they get home), try to arrange most of your sessions on the saturdays and sundays and only a couple of courses in weekdays, even if it means taking some time away from your weekend break. This is fantastic because on the weekends, you will be far more rested along with concentrated for school work. Thanks a lot for the different guidelines I have figured out from your website.

  1265. San Diego Bail Bonds Says:

    I do accept as true with all the ideas you have offered in your post. They are really convincing and can certainly work. Nonetheless, the posts are too short for novices. May just you please lengthen them a little from next time? Thanks for the post.

  1266. adwords vcc Says:

    I’ll gear this review to 2 types of people: current Zune owners who are considering an upgrade, and people trying to decide between a Zune and an iPod. (There are other players worth considering out there, like the Sony Walkman X, but I hope this gives you enough info to make an informed decision of the Zune vs players other than the iPod line as well.)

  1267. moose weathervane Says:

    Kudos with regard to this write-up! My own home has also been redesigned two times over the final twelve months and most people have to constantly don’t forget to not really wait right up until the final instant regarding these types of points. You do certainly not need to have your house turn out just like my personal own. Anyhow, it looks so very much better today! Cya for at this point. Later on

  1268. Live Adult Shows Says:

    Pretty section of content. I just stumbled upon your web site and in accession capital to assert that I acquire in fact enjoyed account your blog posts. Any way I’ll be subscribing to your feeds and even I achievement you access consistently quickly.

  1269. Live Sex Party Says:

    Of course, what a great blog and educative posts, I surely will bookmark your blog.Best Regards!

  1270. Whisbushigh Says:

    KOVAL ! why do you only respond to people who threaten to unsubscribe… what about me….Id like a shout out too ….I watched all your videos….TWICE…..i loved you when you weren’t? famous…. *sigh*

  1271. free classifieds Says:

    Great website…

    I absolutely love your blog and find a lot of your post’s to be just what I’m looking for. Would you offer guest writers to write content for yourself? I wouldn’t mind producing a post or elaborating on many of the subjects you write with regards to…

  1272. bunion surgery Says:

    I was just seeking this information for some time. After 6 hours of continuous Googleing, finally I got it in your site. I wonder what is the lack of Google strategy that don’t rank this kind of informative web sites in top of the list. Generally the top websites are full of garbage.

  1273. arrow weathervane Says:

    Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You obviously know what youre talking about, why throw away your intelligence on just posting videos to your site when you could be giving us something enlightening to read?

  1274. amazon coupons Says:

    You must indulge in a contest for one of the greatest blogs over the internet. Ill suggest this web site! 178103

  1275. Vesta Moscoffian Says:

    Seriously! I have been hunting google for hours because of this and i also as a final point found it below!

  1276. Beverley Ludlam Says:

    Can be blogengine as good as wordpress for some reason? Ought to be which is increasingly popluar these days.

  1277. Barbera Says:

    I understand and respect your clear-cut points. I am impressed together with your writing style and how properly you express your thoughts.

  1278. James Brew Says:

    Wow, that is awesome.

  1279. Hogan Says:

    continua a new piedi electronic vide n’t uomo di mezza età dalla borsa electronic tirò fuori dieci dollari alla donna di mezza età Hogan lustrascarpe, scarpe Hogan erano throughout realtà apply luminoso strofinare chicago lucido, bottle of spray serum è occur scam the scarpe Hogan, capelli, capelli scam Guangmang, chicago donna for every accompagnare l’aspetto delle linee di colore esagerati throughout una frase di camminare sorriso.

  1280. why wont my car start Says:

    [...]Every as soon as in a though we pick blogs that we read. Listed beneath are the most recent web-sites that we pick [...]

  1281. объявления,бытовая,техника,бытовая техника,строительства,дом,офис,разное,прочее,авто, рынок,коталог,интернет,бизнес, Says:

    AddBoard-Доска Бесплатных объявлений

  1282. Adelina Shear Says:

    My grandma just emailed me this post, and told me I had to glance over it, I am happy I did. However, I would be inclined to slightly disagree as some of this literature is debateable, however, still a great read.

  1283. Sherice Ammirata Says:

    Its like you read my mind! You appear to know a lot about this, like you wrote the book in it or something. I think that you could do with some pics to drive the message home a little bit, but other than that, this is magnificent blog. A great read. I will definitely be back.

  1284. Sistema de Gestion Says:

    [...]usually posts some incredibly interesting stuff like this. If you?re new to this site[...]

  1285. web security australia Says:

    [...]that is the finish of this report. Here you will obtain some sites that we believe you will enjoy, just click the hyperlinks over[...]

  1286. Electric Dog Fence Reviews Says:

    Ive to convey my respect for your kindness for all those that require guidance on this one field. Your unique commitment to passing the remedy up and down has been incredibly functional and has continually empowered many people just like me to accomplish their dreams.

  1287. Software de Gestion Says:

    [...]we came across a cool site that you just might get pleasure from. Take a appear if you want[...]

  1288. cheap holidays to Turkey Says:

    Summer is coming. Now could be an suitable 2nd so that you can ebook your very own the sizzling months trips, need to be positive at this minute you happen to be heading to get excellent reduced expense and you just can dedicate fantastic inexpensive holidays to Turkey that’s supplying this form of bargains meant for before booking.

  1289. Download MP3 Says:

    What’s up colleagues, good piece of writing and nice urging commented at this place, I am in fact enjoying by these.

  1290. best free android games Says:

    “You may possibly have not on purpose to achieve hence, but I ponder you have managed to fast the testify of mind that a lot of people are in. :)

  1291. mayo clinic health information Says:

    Your concept is not wrong,I am guessing God assists those who support themselves. Come on!

  1292. Sherise Wisehart Says:

    I do trust all of the ideas you’ve offered in your post. They are really convincing and can certainly work. Nonetheless, the posts are very brief for beginners. May you please lengthen them a little from next time? Thank you for the post.

  1293. Susanna Siple Says:

    I just was given a completely new apple iphone and i am really pleased. I am enthusiastic to locate and set up all kind of fantastic apps and beneficial programs.

  1294. Treasa Petrovits Says:

    This is a great blog! I found it on bing!

  1295. Larraine Eskridge Says:

    What’s Going down i am new to this, I stumbled upon this I’ve discovered It absolutely useful and it has helped me out loads. I am hoping to give a contribution & aid other customers like its helped me. Good job.

  1296. Alex Hogon Says:

    Hi, Neat post. There is an issue along with your site in web explorer, would test this… IE still is the marketplace leader and a huge element of other people will omit your magnificent writing because of this problem.

  1297. Barry Dearmitt Says:

    Some really nice stuff on this site, I enjoy it.

  1298. Kadın Says:

    I like what you guys are up too. Such intelligent work and reporting!.. Carry on the superb works guys I’ve incorporated you guys to my blogroll. I think it will improve the value of my web site….

  1299. Mitch Tassin Says:

    It’s a great post & photos with lots of examples!

  1300. Bester Vaporizer Says:

    The vape as well as vape is really a system to the vaporization of lively materials. In contrast to inhalers, the particular substance can be vaporized straight, instead of evaporating a solution. With additional home heating, the particular chemical will be ultimately heated up adequate to vaporize the required elements. Combustion (oxidation) can be prevented, in order that no undesired by-products.

  1301. Science | Pearltrees Says:

    [...] Blog Archive » Crayon Physics Download [...]

  1302. Puppy Says:

    You have a large dream in your coronary heart to get your message out to several individuals, and are terrified of the publicity, so you maintain by yourself a effectively-hidden top secret, all the although understanding you could do more. This is a far too widespread scenario for sensitive and spiritually-minded men and women, for a lot of causes, not the minimum of which is the truth that the dread of currently being exposed and even burned (literally and figuratively) lives in our DNA as strong females!

  1303. milwaukee seo specialist Says:

    It’s too bad but spamming Google still works

  1304. Nutritionist Brisbane Says:

    Thanks for the game - I really need to practice though :)

  1305. Concealed Says:

    It is a kind of on-line marketing by producing short articles relevant to your company theme or sector. After you have written your very own articles, you will be in a position to make them freely available for distribution and publication in the market. Each article consists of a “useful resource box” or “bio box” and “by-line” like the authors references and speak to data. If you can publish nicely-written content articles, then you will have the prospective of getting credibility in your sector, as effectively as your viewers.

  1306. Performance Coach Says:

    Thanks for the download link. I will give this game a try, this looks exciting.

  1307. 101 Giochi Gratis per PC: Edizione 2008 | Io Videogioco Says:

    [...] Crayon Magazine Giochiamo coi pastelli a cera! [...]

  1308. 4′ 33” o el juego ideal de Deleuze | dondehibernanlospescados Says:

    [...] empezó con este juego: Crayon Physics. Tiene una mecánica muy simple: se trata de ir dibujando cuadrados, rectángulos y hasta círculos [...]

  1309. design magazine Says:

    design magazine…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1310. e-ticaret Says:

    e-ticaret…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1311. learning piano Says:

    learning piano…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1312. windows password recovery tool Says:

    windows password recovery tool…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1313. anorexia Says:

    anorexia…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1314. Chris Says:

    long live kloonigames!

  1315. Visit Greece Today Says:

    Visit Greece Today…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1316. Tienda de Videojuegos Online | Picagua.com | Comprar videojuegos de PS3, Xbox 360, Wii, PC, PSP, PS2, DS, 3DS | Todo en Videojuegos Says:

    Tienda de Videojuegos Online | Picagua.com | Comprar videojuegos de PS3, Xbox 360, Wii, PC, PSP, PS2, DS, 3DS | Todo en Videojuegos…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1317. Buy MMO in-game currency Says:

    Buy MMO in-game currency…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1318. DIGITAL ART!! | Computing, Creativity and Design Cognition 2012 Says:

    [...] of now Crayon Physics can be tested as a downloadable prototype, but a more complex version is under [...]

  1319. купить кожанную куртку,купить куртку, дубленка,шуба ,желетки Says:

    Рады приветствовать Вас на нашем сайте,

  1320. affiliat store,software,downloads,computer store Says:

    affiliat store,software,downloads,computer store…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1321. téléchargement Says:

    I’ve been browsing on-line greater than three hours today, yet I never found any interesting article like yours. It is lovely value sufficient for me. Personally, if all web owners and bloggers made excellent content material as you probably did, the internet might be much more useful than ever before.

  1322. weultras Says:

    weultras…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1323. Batten Board Shutters Says:

    Batten Board Shutters…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1324. prodaj Says:

    prodaj…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1325. haI've been utilizing a Mac the past many years. But I just changed careers and after this I'm operating a Toshiba laptop computer with Windows 7. I'm figuring out precisely what the best antivirus and anti-spyware product is and I am inclined to pay upwa Says:

    The real problem with viruses and spyware is that many people are incredibly lazy on the subject of eradicating viruses from their personal computer. I suppose a lot of persons are not tech, however with several of the recommendations you have provided it should be simple to eliminate viruses.

  1326. nifty tips|nifty charts|stock charts Says:

    nifty tips|nifty charts|stock charts…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1327. banget Says:

    Kloonigames » Blog Archive » Crayon Physics Pretty nice post. I just stumbled upon your weblog and wished to say that I have truly enjoyed browsing your blog posts. In any case I will be subscribing to your feed and I hope you write again soon!

  1328. Inwestycje Online Says:

    Inwestycje Online…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1329. seo Says:

    seo…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1330. posicionamiento madrid Says:

    posicionamiento madrid…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1331. web design Says:

    web design…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1332. The Most Experienced Berkeley Property Management Company. Woodminster Management serves the SF Eastbay! Says:

    The Most Experienced Berkeley Property Management Company. Woodminster Management serves the SF Eastbay!…

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1333. Marija D Says:

    Spot on mit dieser Zuschreibung, ich wirklich übernehmen diese Website Bedürfnisse eher Überlegung. Ich werde wahrscheinlich höchstwahrscheinlich sein wieder zu lesen eher , vielen Dank für diese Info.

  1334. US Store: Online Shop for all products from top brands. Says:

    US Store: Online Shop for all products from top brands….

    [...]Kloonigames » Blog Archive » Crayon Physics[...]…

  1335. granite table Says:

    you’re really a just right webmaster. The website loading pace is incredible. It sort of feels that you are doing any distinctive trick. In addition, The contents are masterpiece. you’ve done a wonderful task on this topic!

  1336. Sherrell Akerley Says:

    Well I sincerely liked studying it. This article procured by you is very practical for accurate planning.

Leave a Reply